org.gnu.gtk.event
Class TreeViewEvent
- Serializable
public class TreeViewEvent
An event represeting action by a
TreeView widget.
TreeView
TreeViewEvent
public TreeViewEvent(Object source,
TreeViewEvent.Type type) Creates a new TreeView Event. This is used internally by java-gnome. Users
only have to deal with listeners.
getTreeColumn
public TreeViewColumn getTreeColumn()
- Returns the treeColumn.
getTreeIter
public TreeIter getTreeIter()
- Returns the iter.
getTreePath
public TreePath getTreePath()
- Returns the path.
isExpand
public boolean isExpand()
- Returns the expand.
isLogical
public boolean isLogical()
- Returns the logical.
isOfType
public boolean isOfType(TreeViewEvent.Type aType)
- True if the type of this event is the same as that stated.
isOpenAll
public boolean isOpenAll()
- Returns the openAll.
isStartEditing
public boolean isStartEditing()
- Returns the startEditing.
setExpand
public void setExpand(boolean expand)
expand - The expand to set.
setLogical
public void setLogical(boolean logical)
logical - The logical to set.
setOpenAll
public void setOpenAll(boolean openAll)
openAll - The openAll to set.
setStartEditing
public void setStartEditing(boolean startEditing)
startEditing - The startEditing to set.
setTreeColumn
public void setTreeColumn(TreeViewColumn treeColumn)
treeColumn - The treeColumn to set.
setTreeIter
public void setTreeIter(TreeIter iter)
iter - The iter to set.
setTreePath
public void setTreePath(TreePath path)
path - The path to set.