|
|||||||||
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.TextViewEvent
public class TextViewEvent
This event is used to identify events of the TextView widget.
TextView
,
TextViewListener
,
Serialized FormNested Class Summary | |
---|---|
static class |
TextViewEvent.Type
Used to describe the type of event. |
Constructor Summary | |
---|---|
TextViewEvent(java.lang.Object source,
TextViewEvent.Type type)
Creates a new text view event |
Method Summary | |
---|---|
int |
getCount()
Returns the count. |
Menu |
getMenu()
Returns the menu. |
MovementStep |
getMovementStep()
Returns the movementStep. |
boolean |
isOfType(TextViewEvent.Type test)
Comparison of TextViewEvent types |
void |
setCount(int count)
Sets the count. |
void |
setMenu(Menu menu)
Sets the menu. |
void |
setMovementStep(MovementStep movementStep)
Sets the movementStep. |
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 TextViewEvent(java.lang.Object source, TextViewEvent.Type type)
source
- The object that triggered the event.type
- The identification of the type of event that occurred.Method Detail |
---|
public boolean isOfType(TextViewEvent.Type test)
test
- The TreeViewEvent type to compare with this object.
public Menu getMenu()
public int getCount()
public void setMenu(Menu menu)
menu
- The menu to setpublic MovementStep getMovementStep()
public void setCount(int count)
count
- The count to setpublic void setMovementStep(MovementStep movementStep)
movementStep
- The movementStep to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |