Package com.iizigo.text
Class NewTextTablesWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.text.NewTextTablesWizard
- All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider
,org.eclipse.jface.wizard.IWizard
,org.eclipse.ui.INewWizard
,org.eclipse.ui.IWorkbenchWizard
public class NewTextTablesWizard extends org.eclipse.jface.wizard.Wizard implements org.eclipse.ui.INewWizard
Creation of text tables that use translation engine and derives from a base table.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
addPages()
Overridden to add the text tables creation page.void
init
(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection) Initializes this creation wizard using the passed workbench and object selection.boolean
Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted.Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
Field Details
WIZARD_ID
The ID.
Constructor Details
NewTextTablesWizard
public NewTextTablesWizard()Construction of wizard.
Method Details
init
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection) Initializes this creation wizard using the passed workbench and object selection.This method is called after the no argument constructor and before other methods are called.
- Specified by:
init
in interfaceorg.eclipse.ui.IWorkbenchWizard
- Parameters:
workbench
- the current workbenchselection
- the current object selection
addPages
public void addPages()Overridden to add the text tables creation page.- Specified by:
addPages
in interfaceorg.eclipse.jface.wizard.IWizard
- Overrides:
addPages
in classorg.eclipse.jface.wizard.Wizard
performFinish
public boolean performFinish()Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted. Normally this method is only called on the container's current wizard. However if the current wizard is a nested wizard this method will also be called on all wizards in its parent chain. Such parents may use this notification to save state etc. However, the value the parents return from this method is ignored.- Specified by:
performFinish
in interfaceorg.eclipse.jface.wizard.IWizard
- Specified by:
performFinish
in classorg.eclipse.jface.wizard.Wizard