getHowMany
public int getHowMany()
If the event signal was GTK's "move-cursor" (ie
MOVE_CURSOR
) then
- the number of MovementSteps that occured. This is typically 1.
getMovementStep
public MovementStep getMovementStep()
If the event signal was GTK's "move-cursor" (ie
MOVE_CURSOR
) then
getTreeIter
public TreeIter getTreeIter()
getTreePath
public TreePath getTreePath()
isExpand
public boolean isExpand()
isLogical
public boolean isLogical()
isOfType
public boolean isOfType(TreeViewEvent.Type aType)
- True if the type of this event is the same as that stated.
isOpenAll
public boolean isOpenAll()
isStartEditing
public boolean isStartEditing()
- Returns the startEditing.
setExpand
public void setExpand(boolean expand)
expand
- The expand to set.
setHowMany
public void setHowMany(int howMany)
Internal method for use by event handlers in
TreeView
only.
howMany
- set how many Movement Steps occured based on the
gint arg2
value passed up from GTK on a
"move-cursor" event signal.
setLogical
public void setLogical(boolean logical)
logical
- The logical to set.
setMovementStep
public void setMovementStep(MovementStep movementStep)
Internal method for use by event handlers in
TreeView
only.
movementStep
- set the MovementStep object you created based on
GtkMovementStep arg1
value passed up from GTK
on a "move-cursor" event signal.
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)
setTreePath
public void setTreePath(TreePath path)