public interface IWizardController
| 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() |
net.anwiba.commons.model.IBooleanDistributor |
getNextEnabledDistributor() |
IWizardState |
getWizardState() |
boolean |
hasNext() |
boolean |
hasPrevious() |
boolean |
isFinishable() |
void |
next() |
void |
previous() |
void |
removeChangeListener(net.anwiba.commons.model.IChangeableObjectListener changeableObjectListener) |
void next()
void previous()
boolean cancel()
boolean finish()
net.anwiba.commons.message.IMessage getMessage()
IWizardState getWizardState()
void addChangeListener(net.anwiba.commons.model.IChangeableObjectListener changeableObjectListener)
void removeChangeListener(net.anwiba.commons.model.IChangeableObjectListener changeableObjectListener)
net.anwiba.commons.model.IBooleanDistributor getNextEnabledDistributor()
net.anwiba.commons.model.IBooleanDistributor getBackEnabledDistributor()
net.anwiba.commons.model.IObjectDistributor<DataState> getDataStateDistributor()
net.anwiba.commons.model.IObjectDistributor<String> getMessageDistributor()
Icon getIcon()
boolean hasNext()
boolean hasPrevious()
boolean apply()
boolean isFinishable()
Container getContentPane()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.