Klasse ARXWizard<T>
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.deidentifier.arx.gui.view.impl.wizard.ARXWizard<T>
- Typparameter:
T-
- Alle implementierten Schnittstellen:
org.eclipse.jface.window.IShellProvider,org.eclipse.jface.wizard.IWizard
- Bekannte direkte Unterklassen:
HierarchyWizard,ImportWizard
public abstract class ARXWizard<T>
extends org.eclipse.jface.wizard.Wizard
implements org.eclipse.jface.wizard.IWizard
This class implements an abstract base class for wizards.
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected org.eclipse.swt.widgets.ButtonReturns the button created for the given specification.protected ARXWizardDialogReturns the associated dialog.abstract TReturns the result.booleanopen(org.eclipse.swt.widgets.Shell shell) Opens the dialog.booleanprotected voidsetButtons(ARXWizardDialog.ARXWizardButton... buttons) Sets the buttons.Von Klasse geerbte Methoden org.eclipse.jface.wizard.Wizard
addPage, addPages, 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, setWindowTitleVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.eclipse.jface.wizard.IWizard
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
Konstruktordetails
-
ARXWizard
protected ARXWizard()Creates a new instance. -
ARXWizard
protected ARXWizard(org.eclipse.swt.graphics.Point pageSize) Creates a new instance with given page size.- Parameter:
pageSize-
-
-
Methodendetails
-
getResult
Returns the result.- Gibt zurück:
-
open
public boolean open(org.eclipse.swt.widgets.Shell shell) Opens the dialog.- Parameter:
shell-- Gibt zurück:
- OK pressed
-
performFinish
public boolean performFinish()- Angegeben von:
performFinishin Schnittstelleorg.eclipse.jface.wizard.IWizard- Angegeben von:
performFinishin Klasseorg.eclipse.jface.wizard.Wizard
-
getButton
Returns the button created for the given specification.- Parameter:
button-- Gibt zurück:
-
getDialog
Returns the associated dialog.- Gibt zurück:
-
setButtons
Sets the buttons.- Parameter:
buttons-
-