|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.TreeViewEvent
public class TreeViewEvent
An event represeting action by a TreeView
widget.
TreeView
,
Serialized FormNested Class Summary | |
---|---|
static class |
TreeViewEvent.Type
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
Constructor Summary | |
---|---|
TreeViewEvent(java.lang.Object source,
TreeViewEvent.Type type)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
Method Summary | |
---|---|
int |
getHowMany()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
MovementStep |
getMovementStep()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
TreeViewColumn |
getTreeColumn()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
TreeIter |
getTreeIter()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
TreePath |
getTreePath()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
boolean |
isExpand()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
boolean |
isLogical()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
boolean |
isOfType(TreeViewEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
boolean |
isOpenAll()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
boolean |
isStartEditing()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setExpand(boolean expand)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setHowMany(int howMany)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setLogical(boolean logical)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setMovementStep(MovementStep movementStep)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setOpenAll(boolean openAll)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setStartEditing(boolean startEditing)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setTreeColumn(TreeViewColumn treeColumn)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setTreeIter(TreeIter iter)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
void |
setTreePath(TreePath path)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
Methods inherited from class org.gnu.gtk.event.GtkEvent |
---|
getSource, getType, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TreeViewEvent(java.lang.Object source, TreeViewEvent.Type type)
Method Detail |
---|
public boolean isOfType(TreeViewEvent.Type aType)
public boolean isExpand()
public void setExpand(boolean expand)
expand
- The expand to set.public TreeIter getTreeIter()
public void setTreeIter(TreeIter iter)
iter
- The iter to set.public boolean isLogical()
public void setLogical(boolean logical)
logical
- The logical to set.public boolean isOpenAll()
public void setOpenAll(boolean openAll)
openAll
- The openAll to set.public TreePath getTreePath()
public void setTreePath(TreePath path)
path
- The path to set.public boolean isStartEditing()
public void setStartEditing(boolean startEditing)
startEditing
- The startEditing to set.public TreeViewColumn getTreeColumn()
public void setTreeColumn(TreeViewColumn treeColumn)
treeColumn
- The treeColumn to set.public MovementStep getMovementStep()
MOVE_CURSOR
) then
MovementStep.DISPLAY_LINES
for an Up/Down arrow press,
MovementStep.PAGES
for a PageUp/PageDown press, and
MovementStep.BUFFER_ENDS
for Home/End being presesd.public void setMovementStep(MovementStep movementStep)
TreeView
only.
movementStep
- set the MovementStep object you created based on
GtkMovementStep arg1
value passed up from GTK
on a "move-cursor" event signal.public int getHowMany()
MOVE_CURSOR
) then
public void setHowMany(int howMany)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |