Uses of Class
org.gnu.gtk.TreePath

Packages that use TreePath
org.gnu.gtk   
 

Uses of TreePath in org.gnu.gtk
 

Methods in org.gnu.gtk that return TreePath
 TreePath TreeView.getCursorPath()
          Returns the current path
 TreePath TreeModel.getPath(TreeIter iter)
          Returns a newly-created TreePath referenced by iter.
 

Methods in org.gnu.gtk with parameters of type TreePath
 void TreeSelectionForEach.forEach(TreeModel model, TreePath path, TreeIter iter)
          This is called for each of the items.
 void TreeView.scrollToCell(TreePath path, TreeViewColumn column, double rowAlign, double colAlign)
          Moves the alignments of the view to the position specified by column and path.
 void TreeView.scrollToCell(TreePath path, TreeViewColumn column)
          Moves the alignments of the view to the position specified by column and path.
 void TreeView.scrollToCell(TreePath path)
          Moves the alignments of the view to the position specified by path.
 void TreeView.setCursor(TreePath path, TreeViewColumn focusColumn, boolean startEditing)
          Sets the current keyboard focus to be at path, and selects it.
 void TreeView.activateCell(TreePath path, TreeViewColumn column)
          Activates the cell determined by path and column.
 boolean TreeView.expandRow(TreePath path, boolean openAll)
          Opens the row so its children are visible.
 boolean TreeView.collapseRow(TreePath path)
          Collapses a row (hides its child rows, if they exist).
 boolean TreeView.getRowExpanded(TreePath path)
          Returns TRUE if the node pointed to by path is expanded.
 int TreePath.compare(TreePath other)
          Compares the path with another path.
 boolean TreePath.isAncestor(TreePath descendant)
          Returns TRUE if descendant is a descendant of path.
 boolean TreePath.isDescendant(TreePath ancestor)
          Returns TRUE if path is a descendant of ancestor.
 TreeIter TreeModel.getIter(TreePath path)
          Returns a valid iterator pointing to path, or null/
 void TreeSelection.select(TreePath path)
          Select the row at path.
 void TreeSelection.unselect(TreePath path)
          Unselects the row at path.
 boolean TreeSelection.getSelected(TreePath path)
          Returns TRUE if the row pointed to by path is currently selected.
 void TreeSelection.select(TreePath startPath, TreePath endPath)
          Selects a range of nodes, determined by startPath and endPath inclusive.
 void TreeSelection.select(TreePath startPath, TreePath endPath)
          Selects a range of nodes, determined by startPath and endPath inclusive.
 


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