| java.lang.Object javax.swing.AbstractAction javax.swing.text.TextAction
Field Summary | |
AWTTextAction | action |
action | AWTTextAction action(Code) | | |
TextAction | TextAction(String name, boolean findAWTTextAction)(Code) | | |
changeCaretPosition | final void changeCaretPosition(JTextComponent component, int newPos, boolean isMovingCaret)(Code) | | sets new value to dot or mark of given component's caret
depending on isMovingCaret value
|
changeCaretPosition | final void changeCaretPosition(JTextComponent component, int newPos, boolean isMovingCaret, Position.Bias newBias)(Code) | | sets new value to dot or mark of given component's caret
depending on isMovingCaret value
|
setMagicPosition | final void setMagicPosition(JTextComponent source, int pos, int direction, Point oldPoint) throws BadLocationException(Code) | | determines and sets value to given component's caret magic position
Parameters: source - - component which caret will be modified Parameters: pos - - caret position Parameters: direction - in which caret is moving one ofSwingConstants values Parameters: oldPoint - - current magic position value throws: BadLocationException - |
|
|