org.gnu.gtk.event
public class EntryEvent extends GtkEvent
See Also: EntryListener
Nested Class Summary | |
---|---|
static class | EntryEvent.Type |
Constructor Summary | |
---|---|
EntryEvent(Object source, EventType type)
Constructor for EditableEvent.
|
Method Summary | |
---|---|
int | getCount() |
DeleteType | getDeleteType() |
int | getEndPosition() |
boolean | getExtendedSelection() |
int | getInsertPosition() |
MovementStep | getMovementStep() |
int | getStartPosition() |
String | getText() |
boolean | isOfType(EntryEvent.Type aType) |
void | setCount(int count) |
void | setDeleteType(DeleteType type) |
void | setEndPosition(int endPosition) |
void | setExtendedSelection(boolean extendedSelection) |
void | setInsertPosition(int insertPosition) |
void | setMovementStep(MovementStep step) |
void | setStartPosition(int startPosition) |
void | setText(String text) |
Parameters: source type
Returns: Returns the endPosition.
Returns: Returns the insertPosition.
Returns: Returns the startPosition.
Returns: True if the type of this event is the same as that stated.
Parameters: endPosition The endPosition to set.
Parameters: insertPosition The insertPosition to set.
Parameters: startPosition The startPosition to set.