Uses of Class
org.gnu.gtk.TreeModel

Packages that use TreeModel
org.gnu.gtk   
 

Uses of TreeModel in org.gnu.gtk
 

Subclasses of TreeModel in org.gnu.gtk
 class ListStore
          The ListStore is the gtk Model used for constructing Lists and tables to be displayed within TreeView widgets.
 class TreeStore
          The TreeStore is a Model used for storing data which will be displayed in any number of TreeView widgets.
 

Methods in org.gnu.gtk that return TreeModel
 TreeModel TreeView.getModel()
          Returns the model associated with this tree.
 

Methods in org.gnu.gtk with parameters of type TreeModel
 void TreeSelectionForEach.forEach(TreeModel model, TreePath path, TreeIter iter)
          This is called for each of the items.
 void TreeView.setModel(TreeModel model)
          Sets the model for a GtkTreeView.
 

Constructors in org.gnu.gtk with parameters of type TreeModel
TreeView(TreeModel model)
          Creates a new TreeView Widget with the initial model set
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net