public abstract class AbstractWizardController extends Object implements IWizardController
| Constructor and Description |
|---|
AbstractWizardController(List<IWizardPage> container,
net.anwiba.commons.model.IObjectModel<DataState> dataStateModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(net.anwiba.commons.model.IChangeableObjectListener changeableObjectListener) |
boolean |
apply() |
boolean |
cancel() |
boolean |
finish() |
net.anwiba.commons.model.IBooleanDistributor |
getBackEnabledDistributor() |
Container |
getContentPane() |
net.anwiba.commons.model.IObjectDistributor<DataState> |
getDataStateDistributor() |
Icon |
getIcon() |
net.anwiba.commons.message.IMessage |
getMessage() |
net.anwiba.commons.model.IObjectDistributor<String> |
getMessageDistributor() |
protected IWizardPage |
getNext() |
net.anwiba.commons.model.IBooleanDistributor |
getNextEnabledDistributor() |
protected IWizardPage |
getPrevious() |
IWizardState |
getWizardState() |
boolean |
hasNext() |
boolean |
hasPrevious() |
boolean |
isFinishable() |
void |
next() |
void |
previous() |
void |
removeChangeListener(net.anwiba.commons.model.IChangeableObjectListener changeableObjectListener) |
public AbstractWizardController(List<IWizardPage> container, net.anwiba.commons.model.IObjectModel<DataState> dataStateModel)
public boolean hasNext()
hasNext in interface IWizardControllerpublic boolean hasPrevious()
hasPrevious in interface IWizardControllerprotected IWizardPage getPrevious()
protected IWizardPage getNext()
public void previous()
previous in interface IWizardControllerpublic void next()
next in interface IWizardControllerpublic boolean cancel()
cancel in interface IWizardControllerpublic boolean finish()
finish in interface IWizardControllerpublic void addChangeListener(net.anwiba.commons.model.IChangeableObjectListener changeableObjectListener)
addChangeListener in interface IWizardControllerpublic void removeChangeListener(net.anwiba.commons.model.IChangeableObjectListener changeableObjectListener)
removeChangeListener in interface IWizardControllerpublic IWizardState getWizardState()
getWizardState in interface IWizardControllerpublic boolean isFinishable()
isFinishable in interface IWizardControllerpublic net.anwiba.commons.model.IBooleanDistributor getNextEnabledDistributor()
getNextEnabledDistributor in interface IWizardControllerpublic net.anwiba.commons.model.IBooleanDistributor getBackEnabledDistributor()
getBackEnabledDistributor in interface IWizardControllerpublic net.anwiba.commons.message.IMessage getMessage()
getMessage in interface IWizardControllerpublic Icon getIcon()
getIcon in interface IWizardControllerpublic Container getContentPane()
getContentPane in interface IWizardControllerpublic net.anwiba.commons.model.IObjectDistributor<DataState> getDataStateDistributor()
getDataStateDistributor in interface IWizardControllerpublic net.anwiba.commons.model.IObjectDistributor<String> getMessageDistributor()
getMessageDistributor in interface IWizardControllerpublic boolean apply()
apply in interface IWizardControllerCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.