org.gnu.gtk.event
Class EntryEvent

java.lang.Object
  |
  +--org.gnu.gtk.event.GtkEvent
        |
        +--org.gnu.gtk.event.EntryEvent
All Implemented Interfaces:
java.io.Serializable

public class EntryEvent
extends GtkEvent

This event is used to identify when an entry receives an event

See Also:
EntryListener, Serialized Form

Nested Class Summary
static class EntryEvent.Type
           
 
Constructor Summary
EntryEvent(java.lang.Object source, GtkEventType type)
          Constructor for EditableEvent.
 
Method Summary
 int getCount()
           
 DeleteType getDeleteType()
           
 boolean getExtendedSelection()
           
 MovementStep getMovementStep()
           
 java.lang.String getText()
           
 boolean isOfType(EntryEvent.Type aType)
           
 void setCount(int count)
           
 void setDeleteType(DeleteType type)
           
 void setExtendedSelection(boolean extendedSelection)
           
 void setMovementStep(MovementStep step)
           
 void setText(java.lang.String text)
           
 
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

EntryEvent

public EntryEvent(java.lang.Object source,
                  GtkEventType type)
Constructor for EditableEvent.

Parameters:
source -
type -
Method Detail

isOfType

public boolean isOfType(EntryEvent.Type aType)
Returns:
True if the type of this event is the same as that stated.

setText

public void setText(java.lang.String text)

getText

public java.lang.String getText()

setDeleteType

public void setDeleteType(DeleteType type)

getDeleteType

public DeleteType getDeleteType()

setCount

public void setCount(int count)

getCount

public int getCount()

setMovementStep

public void setMovementStep(MovementStep step)

getMovementStep

public MovementStep getMovementStep()

setExtendedSelection

public void setExtendedSelection(boolean extendedSelection)

getExtendedSelection

public boolean getExtendedSelection()

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net