Package bacnet.table.gui
Class ColorMapperWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
bacnet.table.gui.ColorMapperWizard
- All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard
public class ColorMapperWizard
extends org.eclipse.jface.wizard.Wizard
-
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
Constructor Summary
ConstructorDescriptionColorMapperWizard
(ColorMapperList colorMapper, org.eclipse.swt.widgets.Shell shell) -
Method Summary
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, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
Constructor Details
-
ColorMapperWizard
-
-
Method Details
-
addPages
public void addPages()- Specified by:
addPages
in interfaceorg.eclipse.jface.wizard.IWizard
- Overrides:
addPages
in classorg.eclipse.jface.wizard.Wizard
-
performFinish
public boolean performFinish()- Specified by:
performFinish
in interfaceorg.eclipse.jface.wizard.IWizard
- Specified by:
performFinish
in classorg.eclipse.jface.wizard.Wizard
-
performCancel
public boolean performCancel()- Specified by:
performCancel
in interfaceorg.eclipse.jface.wizard.IWizard
- Overrides:
performCancel
in classorg.eclipse.jface.wizard.Wizard
-
getColorMapper
-