Uses of Class
toxtree.ui.tree.ListTableModel

Packages that use ListTableModel
toxtree.ui.tree User interface for viewing and editing a decision tree IDecisionMethod 
toxtree.ui.tree.categories User interface for viewing and editing categories IDecisionCategory in a decision tree IDecisionMethod 
toxtree.ui.tree.rules   
 

Uses of ListTableModel in toxtree.ui.tree
 

Subclasses of ListTableModel in toxtree.ui.tree
 class DecisionMethodsTableModel
          Table model for DecisionResultsList.
 class QueryAtomContainersModel
          Table model for QueryAtomContainers.
 class ToxTreePackageEntryModel
          Table model for displaying ToxTreePackageEntries.
 

Fields in toxtree.ui.tree declared as ListTableModel
protected  ListTableModel ListPanel.model
           
 

Methods in toxtree.ui.tree that return ListTableModel
 ListTableModel ListPanel.getModel()
           
 

Methods in toxtree.ui.tree with parameters of type ListTableModel
protected  void ListPanel.addWidgets(java.lang.String caption, ListTableModel listModel, javax.swing.ActionMap actions)
           
 javax.swing.table.TableColumnModel ListPanel.createColumnModel(ListTableModel model)
           
static java.lang.Object SelectListDialog.selectFromList(java.awt.Component parent, java.lang.String dlgCaption, java.lang.String panelCaption, ListTableModel list, javax.swing.ActionMap actions)
           
static java.lang.Object SelectListDialog.selectFromList(java.awt.Component parent, java.lang.String dlgCaption, java.lang.String panelCaption, ListTableModel list, javax.swing.ActionMap actions, java.awt.Dimension size)
           
 void ListPanel.setModel(ListTableModel model)
           
 

Constructors in toxtree.ui.tree with parameters of type ListTableModel
ListPanel(java.lang.String caption, ListTableModel listModel, javax.swing.ActionMap actions)
           
ListPanel(java.lang.String caption, ListTableModel listModel, boolean arg0, javax.swing.ActionMap actions)
           
ListPanel(java.lang.String caption, ListTableModel listModel, java.awt.LayoutManager arg0, javax.swing.ActionMap actions)
           
ListPanel(java.lang.String caption, ListTableModel listModel, java.awt.LayoutManager arg0, boolean arg1, javax.swing.ActionMap actions)
           
 

Uses of ListTableModel in toxtree.ui.tree.categories
 

Subclasses of ListTableModel in toxtree.ui.tree.categories
 class CategoriesTableModel
          An AbstractTableModel descendant used in CategoriesPanel
 

Uses of ListTableModel in toxtree.ui.tree.rules
 

Subclasses of ListTableModel in toxtree.ui.tree.rules
 class DecisionNodesListTableModel
          table model for DecisionNodesList
 



Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.