|
|||||||||
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.EntryEvent
public class EntryEvent
This event is used to identify when an entry receives an event
EntryListener
,
Serialized FormNested Class Summary | |
---|---|
static class |
EntryEvent.Type
Deprecated. |
Constructor Summary | |
---|---|
EntryEvent(java.lang.Object source,
org.gnu.glib.EventType 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. |
DeleteType |
getDeleteType()
Deprecated. |
int |
getEndPosition()
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 |
getExtendedSelection()
Deprecated. |
int |
getInsertPosition()
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. |
int |
getStartPosition()
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. |
java.lang.String |
getText()
Deprecated. |
boolean |
isOfType(EntryEvent.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. |
void |
setCount(int count)
Deprecated. |
void |
setDeleteType(DeleteType type)
Deprecated. |
void |
setEndPosition(int endPosition)
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 |
setExtendedSelection(boolean extendedSelection)
Deprecated. |
void |
setInsertPosition(int insertPosition)
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 step)
Deprecated. |
void |
setStartPosition(int startPosition)
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 |
setText(java.lang.String text)
Deprecated. |
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 EntryEvent(java.lang.Object source, org.gnu.glib.EventType type)
source
- type
- Method Detail |
---|
public boolean isOfType(EntryEvent.Type aType)
public void setText(java.lang.String text)
public java.lang.String getText()
public void setDeleteType(DeleteType type)
public DeleteType getDeleteType()
public void setCount(int count)
public int getCount()
public void setMovementStep(MovementStep step)
public MovementStep getMovementStep()
public void setExtendedSelection(boolean extendedSelection)
public boolean getExtendedSelection()
public int getEndPosition()
public void setEndPosition(int endPosition)
endPosition
- The endPosition to set.public int getInsertPosition()
public void setInsertPosition(int insertPosition)
insertPosition
- The insertPosition to set.public int getStartPosition()
public void setStartPosition(int startPosition)
startPosition
- The startPosition to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |