All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.motif.MotifTextFieldUI.MotifFieldController
java.lang.Object
|
+----java.awt.swing.text.DefaultTextController
|
+----java.awt.swing.motif.MotifTextUI.MotifController
|
+----java.awt.swing.motif.MotifTextFieldUI.MotifFieldController
- public static class MotifTextFieldUI.MotifFieldController
- extends MotifTextUI.MotifController
MotifTextFieldUI.MotifFieldController(JTextComponent)
- Creates a new controller to serve an editor.
caretOff()
- Repaint the entire component to paint the focus rectangle
caretOn()
- Repaint the entire component to paint the focus rectangle
MotifTextFieldUI.MotifFieldController
public MotifTextFieldUI.MotifFieldController(JTextComponent editor)
- Creates a new controller to serve an editor.
- Parameters:
- editor - the text editor
caretOn
protected void caretOn()
- Repaint the entire component to paint the focus rectangle
- Overrides:
- caretOn in class MotifTextUI.MotifController
caretOff
protected void caretOff()
- Repaint the entire component to paint the focus rectangle
- Overrides:
- caretOff in class MotifTextUI.MotifController
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature