Uses of Class
org.gnu.gtk.MovementStep

Packages that use MovementStep
org.gnu.gtk   
org.gnu.gtk.event   
 

Uses of MovementStep in org.gnu.gtk
 

Fields in org.gnu.gtk declared as MovementStep
static MovementStep MovementStep.LOGICAL_POSITIONS
           
static MovementStep MovementStep.VISUAL_POSITIONS
           
static MovementStep MovementStep.WORDS
           
static MovementStep MovementStep.DISPLAY_LINES
           
static MovementStep MovementStep.DISPLAY_LINE_ENDS
           
static MovementStep MovementStep.PARAGRAPHS
           
static MovementStep MovementStep.PARAGRAPH_ENDS
           
static MovementStep MovementStep.PAGES
           
static MovementStep MovementStep.BUFFER_ENDS
           
 

Methods in org.gnu.gtk that return MovementStep
static MovementStep MovementStep.intern(int value)
           
 MovementStep MovementStep.or(MovementStep other)
           
 MovementStep MovementStep.and(MovementStep other)
           
 MovementStep MovementStep.xor(MovementStep other)
           
 

Methods in org.gnu.gtk with parameters of type MovementStep
 MovementStep MovementStep.or(MovementStep other)
           
 MovementStep MovementStep.and(MovementStep other)
           
 MovementStep MovementStep.xor(MovementStep other)
           
 boolean MovementStep.test(MovementStep other)
           
 

Uses of MovementStep in org.gnu.gtk.event
 

Methods in org.gnu.gtk.event that return MovementStep
 MovementStep TextViewEvent.getMovementStep()
          Returns the movementStep.
 MovementStep EntryEvent.getMovementStep()
           
 

Methods in org.gnu.gtk.event with parameters of type MovementStep
 void TextViewEvent.setMovementStep(MovementStep movementStep)
          Sets the movementStep.
 void EntryEvent.setMovementStep(MovementStep step)
           
 


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