All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.jlf.JLFTextAreaUI
java.lang.Object
|
+----java.awt.swing.plaf.ComponentUI
|
+----java.awt.swing.plaf.TextUI
|
+----java.awt.swing.text.DefaultTextUI
|
+----java.awt.swing.basic.BasicTextUI
|
+----java.awt.swing.basic.BasicTextAreaUI
|
+----java.awt.swing.jlf.JLFTextAreaUI
- public class JLFTextAreaUI
- extends BasicTextAreaUI
Provides the Java look and feel for a plain text editor.
JLFTextAreaUI()
- Constructs a new JLFTextAreaUI object.
createUI(JComponent)
- Creates a UI for a JTextArea.
installUI(JComponent)
- Installs the background and selection color for the text editor
uninstallUI(JComponent)
- gonna need this later when we get the defaults mechanism in place (sdw)
JLFTextAreaUI
public JLFTextAreaUI()
- Constructs a new JLFTextAreaUI object.
createUI
public static ComponentUI createUI(JComponent ta)
- Creates a UI for a JTextArea.
- Parameters:
- ta - a text area
- Returns:
- the UI
installUI
public void installUI(JComponent c)
- Installs the background and selection color for the text editor
- Parameters:
- c - a component
- Overrides:
- installUI in class DefaultTextUI
- See Also:
- installUI
uninstallUI
public void uninstallUI(JComponent c)
- gonna need this later when we get the defaults mechanism in place (sdw)
- Overrides:
- uninstallUI in class DefaultTextUI
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature