Uses of Class
org.gnu.gtk.event.TextViewEvent.Type

Packages that use TextViewEvent.Type
org.gnu.gtk.event   
 

Uses of TextViewEvent.Type in org.gnu.gtk.event
 

Fields in org.gnu.gtk.event declared as TextViewEvent.Type
static TextViewEvent.Type TextViewEvent.Type.COPY_CLIPBOARD
          Data has been copied from the widget to the clipboard.
static TextViewEvent.Type TextViewEvent.Type.CUT_CLIPBOARD
          Data has been cut from the widget to the clipboard.
static TextViewEvent.Type TextViewEvent.Type.PASTE_CLIPBOARD
          Data has been pasted from the clipboard to the widget.
static TextViewEvent.Type TextViewEvent.Type.DELETE_FROM_CURSOR
           
static TextViewEvent.Type TextViewEvent.Type.INSERT_AT_CURSOR
           
static TextViewEvent.Type TextViewEvent.Type.MOVE_CURSOR
          The insertion point has been moved.
static TextViewEvent.Type TextViewEvent.Type.MOVE_FOCUS
           
static TextViewEvent.Type TextViewEvent.Type.PAGE_HORIZONTALLY
          This event type will probably be deprecated in GTK release 2.2
static TextViewEvent.Type TextViewEvent.Type.POPULATE_POPUP
          Gives the developer the oportunity to populate a context sensitive popup menu.
static TextViewEvent.Type TextViewEvent.Type.SET_ANCHOR
          The anchor has been moved to the cursor position.
static TextViewEvent.Type TextViewEvent.Type.SET_SCROLL_ADJUSTMENTS
           
static TextViewEvent.Type TextViewEvent.Type.TOGGLE_OVERWRITE
          Overwrite was toggled.
 

Methods in org.gnu.gtk.event with parameters of type TextViewEvent.Type
 boolean TextViewEvent.isOfType(TextViewEvent.Type test)
          Comparison of TextViewEvent types
 

Constructors in org.gnu.gtk.event with parameters of type TextViewEvent.Type
TextViewEvent(java.lang.Object source, TextViewEvent.Type type)
          Creates a new text view event
 


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