|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListPanel | |
---|---|
toxtree.ui.tree | User interface for viewing and editing a decision tree IDecisionMethod |
toxtree.ui.tree.rules | |
toxtree.ui.wizard | Wizard support. |
Uses of ListPanel in toxtree.ui.tree |
---|
Fields in toxtree.ui.tree declared as ListPanel | |
---|---|
protected ListPanel |
TreeEditorPanel.categoriesPanel
|
protected ListPanel |
TreeEditorPanel.rulesPanel
|
Methods in toxtree.ui.tree that return ListPanel | |
---|---|
protected ListPanel |
TreeEditorPanel.createCategoriesPanel(IDecisionCategories categories)
|
protected ListPanel |
TreeEditorPanel.createRulesPanel(IDecisionRuleList rules)
|
Methods in toxtree.ui.tree with parameters of type ListPanel | |
---|---|
static java.lang.Object |
SelectListDialog.selectFromList(java.lang.String caption,
ListPanel[] panels)
Launches a dialog with a several lists arranged in a JTabbedPane . |
Uses of ListPanel in toxtree.ui.tree.rules |
---|
Fields in toxtree.ui.tree.rules declared as ListPanel | |
---|---|
protected ListPanel |
SubstructureRulePanel.listPanel
|
Uses of ListPanel in toxtree.ui.wizard |
---|
Fields in toxtree.ui.wizard declared as ListPanel | |
---|---|
protected ListPanel |
DecisionNodeWizard.categoriesListPanel
|
protected ListPanel |
DecisionNodeWizard.rulesListPanel
|
Methods in toxtree.ui.wizard with parameters of type ListPanel | |
---|---|
protected void |
DecisionNodeWizard.addWidgets(ListPanel[] panels)
|
Constructors in toxtree.ui.wizard with parameters of type ListPanel | |
---|---|
DecisionNodeWizard(java.awt.Dialog arg0,
IDecisionMethod tree,
ListPanel[] panels)
|
|
DecisionNodeWizard(java.awt.Frame frame,
IDecisionMethod tree,
ListPanel[] panels)
|
|
DecisionNodeWizard(IDecisionMethod tree,
ListPanel[] panels)
|
|
ListPanelDescriptor(java.lang.Object id,
java.lang.Object nextId,
java.lang.Object backId,
ListPanel panel,
javax.swing.ImageIcon icon)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |