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
ConstructorsConstructorDescriptionColorMapperWizard(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:
addPagesin interfaceorg.eclipse.jface.wizard.IWizard- Overrides:
addPagesin classorg.eclipse.jface.wizard.Wizard
-
performFinish
public boolean performFinish()- Specified by:
performFinishin interfaceorg.eclipse.jface.wizard.IWizard- Specified by:
performFinishin classorg.eclipse.jface.wizard.Wizard
-
performCancel
public boolean performCancel()- Specified by:
performCancelin interfaceorg.eclipse.jface.wizard.IWizard- Overrides:
performCancelin classorg.eclipse.jface.wizard.Wizard
-
getColorMapper
-