Package de.hshannover.dqgui.core.wizard
Class CreateComponentWizard
- java.lang.Object
-
- de.hshannover.dqgui.framework.wizards.AbstractWizard<DSLComponent>
-
- de.hshannover.dqgui.core.wizard.CreateComponentWizard
-
public final class CreateComponentWizard extends AbstractWizard<DSLComponent>
-
-
Field Summary
-
Fields inherited from class de.hshannover.dqgui.framework.wizards.AbstractWizard
result
-
-
Constructor Summary
Constructors Constructor Description CreateComponentWizard(DSLComponentType shortcut, DSLService service)
CreateComponentWizard(DSLComponentType shortcut, DSLService service, java.lang.String initialName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
cancelHook()
Hooks for canceling.protected void
finishHook()
Hooks for finishing.protected void
setup()
Hooks for required setup steps (setting a scene to the stage, loading fxml, ...)-
Methods inherited from class de.hshannover.dqgui.framework.wizards.AbstractWizard
begin, cancel, finish, getDialogContext, registerCloseHook, setScene
-
-
-
-
Constructor Detail
-
CreateComponentWizard
public CreateComponentWizard(DSLComponentType shortcut, DSLService service)
-
CreateComponentWizard
public CreateComponentWizard(DSLComponentType shortcut, DSLService service, java.lang.String initialName)
-
-
Method Detail
-
setup
protected void setup()
Description copied from class:AbstractWizard
Hooks for required setup steps (setting a scene to the stage, loading fxml, ...)- Specified by:
setup
in classAbstractWizard<DSLComponent>
-
finishHook
protected void finishHook()
Description copied from class:AbstractWizard
Hooks for finishing.- Specified by:
finishHook
in classAbstractWizard<DSLComponent>
-
cancelHook
protected void cancelHook()
Description copied from class:AbstractWizard
Hooks for canceling.- Specified by:
cancelHook
in classAbstractWizard<DSLComponent>
-
-