All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.jlf.JLFTextPaneUI
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.basic.BasicTextPaneUI
|
+----java.awt.swing.jlf.JLFTextPaneUI
- public class JLFTextPaneUI
- extends BasicTextPaneUI
Provides the look and feel for a styled text editor.
JLFTextPaneUI()
- Creates a new JLFTextPaneUI.
createUI(JComponent)
- Creates a UI for the JTextPane.
installUI(JComponent)
- Installs the UI for a component.
uninstallUI(JComponent)
- Deinstalls the UI for a component.
JLFTextPaneUI
public JLFTextPaneUI()
- Creates a new JLFTextPaneUI.
createUI
public static ComponentUI createUI(JComponent c)
- Creates a UI for the JTextPane.
- Returns:
- the UI
installUI
public void installUI(JComponent c)
- Installs the UI for a component.
- Overrides:
- installUI in class DefaultTextUI
uninstallUI
public void uninstallUI(JComponent c)
- Deinstalls the UI for a component.
- Overrides:
- uninstallUI in class DefaultTextUI
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature