|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.WindowAdapter
com.nexes.wizard.Wizard
toxtree.ui.wizard.WizardWrapper
toxtree.ui.wizard.DecisionTreeWizard
public class DecisionTreeWizard
Field Summary | |
---|---|
protected IDecisionMethod |
tree
|
Fields inherited from class com.nexes.wizard.Wizard |
---|
BACK_BUTTON_ACTION_COMMAND, CANCEL_BUTTON_ACTION_COMMAND, CANCEL_RETURN_CODE, ERROR_RETURN_CODE, FINISH_RETURN_CODE, NEXT_BUTTON_ACTION_COMMAND |
Constructor Summary | |
---|---|
DecisionTreeWizard(java.awt.Dialog arg0,
IDecisionMethod tree)
|
|
DecisionTreeWizard(java.awt.Frame frame,
IDecisionMethod tree)
|
|
DecisionTreeWizard(IDecisionMethod tree)
|
Method Summary |
---|
Methods inherited from class toxtree.ui.wizard.WizardWrapper |
---|
centerScreen, showModalDialog |
Methods inherited from class com.nexes.wizard.Wizard |
---|
getBackButtonEnabled, getCancelButtonEnabled, getDialog, getModel, getNextFinishButtonEnabled, getOwner, getReturnCode, getTitle, isModal, propertyChange, registerWizardPanel, setBackButtonEnabled, setCancelButtonEnabled, setCurrentPanel, setModal, setNextFinishButtonEnabled, setTitle, windowClosing |
Methods inherited from class java.awt.event.WindowAdapter |
---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IDecisionMethod tree
Constructor Detail |
---|
public DecisionTreeWizard(IDecisionMethod tree)
public DecisionTreeWizard(java.awt.Dialog arg0, IDecisionMethod tree)
public DecisionTreeWizard(java.awt.Frame frame, IDecisionMethod tree)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |