Home » openjdk-7 » javax » swing » text » [javadoc | source]
javax.swing.text
final class: AWTCaret [javadoc | source]
java.lang.Object
   java.awt.geom.RectangularShape
      java.awt.geom.Rectangle2D
         java.awt.Rectangle
            javax.swing.text.DefaultCaret
               javax.swing.text.AWTCaret

All Implemented Interfaces:
    org.apache.harmony.awt.text.TextCaret, MouseListener, MouseMotionListener, FocusListener, Caret, Shape, java$io$Serializable, Cloneable

Field Summary
 AWTHighlighter highlighter     
Fields inherited from javax.swing.text.DefaultCaret:
UPDATE_WHEN_ON_EDT,  NEVER_UPDATE,  ALWAYS_UPDATE,  listenerList,  changeEvent,  component,  updatePolicy,  visible,  active,  dot,  mark,  selectionTag,  selectionVisible,  flasher,  magicCaretPosition,  dotBias,  markBias,  dotLTR,  markLTR,  handler
Fields inherited from java.awt.Rectangle:
x,  y,  width,  height
Fields inherited from java.awt.geom.Rectangle2D:
OUT_LEFT,  OUT_TOP,  OUT_RIGHT,  OUT_BOTTOM
Constructor:
 public AWTCaret() 
Method from javax.swing.text.AWTCaret Summary:
addHighlight,   changeHighlight,   createTimer,   getBlinkAction,   getCaretColor,   getDotBias,   getHighlighter,   getMagicAction,   getSelectionColor,   isComponentEditable,   isDragEnabled,   isRestoreSelectionCondition,   mouseClicked,   mouseDragged,   mousePressed,   moveDot,   removeHighlight,   setComponent,   setDot,   setMagicCaretPosition,   setTimerDelay,   startTimer,   stopTimer
Methods from javax.swing.text.DefaultCaret:
addChangeListener,   adjustCaretAndFocus,   adjustVisibility,   changeCaretPosition,   damage,   deinstall,   equals,   fireStateChanged,   focusGained,   focusLost,   getBlinkRate,   getCaretWidth,   getChangeListeners,   getComponent,   getDot,   getDotBias,   getListeners,   getMagicCaretPosition,   getMark,   getMarkBias,   getSelectionPainter,   getUpdatePolicy,   guessBiasForOffset,   handleMoveDot,   handleSetDot,   install,   isActive,   isDotLeftToRight,   isMarkLeftToRight,   isPositionLTR,   isSelectionVisible,   isVisible,   mouseClicked,   mouseDragged,   mouseEntered,   mouseExited,   mouseMoved,   mousePressed,   mouseReleased,   moveCaret,   moveDot,   moveDot,   paint,   positionCaret,   removeChangeListener,   repaint,   repaintNewCaret,   setBlinkRate,   setDot,   setDot,   setMagicCaretPosition,   setSelectionVisible,   setUpdatePolicy,   setVisible,   toString
Methods from java.awt.Rectangle:
add,   add,   add,   contains,   contains,   contains,   contains,   createIntersection,   createUnion,   equals,   getBounds,   getBounds2D,   getHeight,   getLocation,   getSize,   getWidth,   getX,   getY,   grow,   inside,   intersection,   intersects,   isEmpty,   move,   outcode,   reshape,   resize,   setBounds,   setBounds,   setLocation,   setLocation,   setRect,   setSize,   setSize,   toString,   translate,   union
Methods from java.awt.geom.Rectangle2D:
add,   add,   add,   contains,   contains,   createIntersection,   createUnion,   equals,   getBounds2D,   getPathIterator,   getPathIterator,   hashCode,   intersect,   intersects,   intersectsLine,   intersectsLine,   outcode,   outcode,   setFrame,   setRect,   setRect,   union
Methods from java.awt.geom.RectangularShape:
clone,   contains,   contains,   getBounds,   getCenterX,   getCenterY,   getFrame,   getHeight,   getMaxX,   getMaxY,   getMinX,   getMinY,   getPathIterator,   getWidth,   getX,   getY,   intersects,   isEmpty,   setFrame,   setFrame,   setFrame,   setFrameFromCenter,   setFrameFromCenter,   setFrameFromDiagonal,   setFrameFromDiagonal
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.AWTCaret Detail:
 Object addHighlight(int p0,
    int p1) 
  void changeHighlight(Object tag,
    int p0,
    int p1) 
 Object createTimer(boolean isMagicTimer,
    int delay) 
 Object getBlinkAction() 
 Color getCaretColor() 
 public Bias getDotBias() 
 public AWTHighlighter getHighlighter() 
 Object getMagicAction() 
 Color getSelectionColor() 
 boolean isComponentEditable() 
 boolean isDragEnabled() 
 boolean isRestoreSelectionCondition(Component c) 
 public  void mouseClicked(MouseEvent me) 
 public  void mouseDragged(MouseEvent me) 
 public  void mousePressed(MouseEvent me) 
 public  void moveDot(int pos,
    Bias b) 
  void removeHighlight(Object tag) 
 public  void setComponent(Component c) 
 public  void setDot(int pos,
    Bias b) 
 public  void setMagicCaretPosition(int pos,
    int direction,
    Point oldPoint) 
  void setTimerDelay(Object timer,
    int delay) 
  void startTimer(Object timer) 
  void stopTimer(Object timer)