|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.gui.tools.dialogs.wizards.WizardStep
public abstract class WizardStep
| Constructor Summary | |
|---|---|
WizardStep(java.lang.String i18nKey)
|
|
| Method Summary | |
|---|---|
protected void |
addChangeListener(javax.swing.event.ChangeListener listener)
|
protected abstract boolean |
canGoBack()
is called whenever a field is updated |
protected abstract boolean |
canProceed()
is called whenever a field is updated |
void |
fireStateChanged()
should be called whenever a field was updated |
protected java.util.Collection<javax.swing.AbstractButton> |
getButtons()
|
protected abstract javax.swing.JComponent |
getComponent()
|
protected java.lang.String |
getInfoText()
|
protected java.lang.String |
getTitle()
|
protected boolean |
performEnteringAction()
Deprecated. |
protected boolean |
performEnteringAction(AbstractWizard.WizardStepDirection direction)
This method is called when the step is entered. |
protected boolean |
performLeavingAction()
Deprecated. |
protected boolean |
performLeavingAction(AbstractWizard.WizardStepDirection direction)
This method is called when the step is left. |
protected void |
removeChangeListener(javax.swing.event.ChangeListener listener)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WizardStep(java.lang.String i18nKey)
| Method Detail |
|---|
protected java.lang.String getTitle()
protected java.lang.String getInfoText()
protected abstract javax.swing.JComponent getComponent()
protected java.util.Collection<javax.swing.AbstractButton> getButtons()
public void fireStateChanged()
protected void addChangeListener(javax.swing.event.ChangeListener listener)
protected void removeChangeListener(javax.swing.event.ChangeListener listener)
protected abstract boolean canProceed()
protected abstract boolean canGoBack()
protected boolean performEnteringAction(AbstractWizard.WizardStepDirection direction)
protected boolean performLeavingAction(AbstractWizard.WizardStepDirection direction)
@Deprecated protected boolean performEnteringAction()
direction - TODO@Deprecated protected boolean performLeavingAction()
direction - TODO
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||