public class DecisionNodeWizard extends DecisionTreeWizard implements ListSelectionListener
| Modifier and Type | Class and Description |
|---|---|
static class |
DecisionNodeWizard.RuleOptions |
| Modifier and Type | Field and Description |
|---|---|
protected ListPanel |
categoriesListPanel |
protected ToxTreeWizardPanelDescriptor[] |
descriptors |
protected EditorPanel |
editorPanel |
protected EditorPanel |
introspectionPanel |
protected EditorPanel |
nodePanel |
static int |
pageAll |
static int |
pageCategoryOptions |
static int |
pageDetails |
static int |
pageIntrospection |
static int |
pageOptions |
static int |
pagePanel |
static int |
pageRuleOptions |
protected static String[] |
pages |
protected ListPanel |
rulesListPanel |
protected Object |
selectedObject |
protected int |
startIndex |
tree| Constructor and Description |
|---|
DecisionNodeWizard(Dialog arg0,
IDecisionMethod tree,
ListPanel[] panels) |
DecisionNodeWizard(Frame frame,
IDecisionMethod tree,
ListPanel[] panels) |
DecisionNodeWizard(IDecisionMethod tree,
ListPanel[] panels) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addWidgets(ListPanel[] panels) |
static DecisionNodeWizard |
createWizard(Frame frame,
IDecisionMethod tree,
int start) |
protected ToxTreeWizardPanelDescriptor |
getDescriptor(int index) |
Object |
getSelectedObject() |
void |
processSelectedObject(Object o) |
void |
setSelectedObject(Object selectedObject) |
void |
setStartIndex(int start) |
void |
valueChanged(ListSelectionEvent e) |
centerScreen, showModalDialoggetBackButtonEnabled, getCancelButtonEnabled, getDialog, getModel, getNextFinishButtonEnabled, getOwner, getReturnCode, getTitle, isModal, propertyChange, registerWizardPanel, setBackButtonEnabled, setCancelButtonEnabled, setCurrentPanel, setModal, setNextFinishButtonEnabled, setTitle, windowClosingwindowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedprotected static String[] pages
public static int pageOptions
public static int pageCategoryOptions
public static int pageRuleOptions
public static int pagePanel
public static int pageDetails
public static int pageIntrospection
public static int pageAll
protected ToxTreeWizardPanelDescriptor[] descriptors
protected EditorPanel editorPanel
protected EditorPanel nodePanel
protected Object selectedObject
protected EditorPanel introspectionPanel
protected ListPanel categoriesListPanel
protected ListPanel rulesListPanel
protected int startIndex
public DecisionNodeWizard(IDecisionMethod tree, ListPanel[] panels)
public DecisionNodeWizard(Dialog arg0, IDecisionMethod tree, ListPanel[] panels)
public DecisionNodeWizard(Frame frame, IDecisionMethod tree, ListPanel[] panels)
public Object getSelectedObject()
public void setSelectedObject(Object selectedObject)
public static DecisionNodeWizard createWizard(Frame frame, IDecisionMethod tree, int start)
public void setStartIndex(int start)
protected ToxTreeWizardPanelDescriptor getDescriptor(int index)
protected void addWidgets(ListPanel[] panels)
public void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenerpublic void processSelectedObject(Object o)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.