|
|||||||||
| 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 Form| Nested Class Summary | |
|---|---|
static class |
TextViewEvent.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 | |
|---|---|
TextViewEvent(java.lang.Object source,
TextViewEvent.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 |
getCount()
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. |
Menu |
getMenu()
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. |
boolean |
isOfType(TextViewEvent.Type test)
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 |
setCount(int count)
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 |
setMenu(Menu menu)
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. |
| 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 | ||||||||