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

Constructor Index

 o MotifTextFieldUI.MotifFieldController(JTextComponent)
Creates a new controller to serve an editor.

Method Index

 o caretOff()
Repaint the entire component to paint the focus rectangle
 o caretOn()
Repaint the entire component to paint the focus rectangle

Constructors

 o MotifTextFieldUI.MotifFieldController
public MotifTextFieldUI.MotifFieldController(JTextComponent editor)
Creates a new controller to serve an editor.

Parameters:
editor - the text editor

Methods

 o caretOn
protected void caretOn()
Repaint the entire component to paint the focus rectangle

Overrides:
caretOn in class MotifTextUI.MotifController
 o 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