API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. NavigationFilter.FilterBypass View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      NavigationFilter.FilterBypass
Implements
Subclasses
Description
publicabstractstatic abstract class NavigationFilter.FilterBypass
  Used as a way to circumvent calling back into the caret to position the cursor.
See also:   
Constructors
public NavigationFilter.FilterBypass ()
Methods
Hide/Show inherited methods
publicabstract Caret getCaret ()
  Returns the Caret that is changing.
publicabstract void moveDot (int dot, Bias bias)
  Moves the caret location, bypassing the NavigationFilter.
publicabstract void setDot (int dot, Bias bias)
  Sets the caret location, bypassing the NavigationFilter.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar