All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.basic.BasicTextPaneUI
com.sun.java.swing.basic.BasicTextPaneUI
- public class BasicTextPaneUI
- extends JTextPane. TextPaneUI
Provides the look and feel for a styled text editor.
-
KeymapName
- The name of the default keymap that will be shared
by all BasicTextPaneUI instances unless they arrange for something
different.
-
BasicTextPaneUI()
- Creates a new BasicTextPaneUI.
-
createUI(JComponent)
- Creates a UI for the JTextPane.
-
getDefaultMargin()
-
-
installUI(JComponent)
- Installs the default keymap after the superclass does its
thing.
-
uninstallUI(JComponent)
-
KeymapName
public static final String KeymapName
- The name of the default keymap that will be shared
by all BasicTextPaneUI instances unless they arrange for something
different. The keymap will resolve through the
JTextController.DEFAULT_KEYMAP.
BasicTextPaneUI
public BasicTextPaneUI()
- Creates a new BasicTextPaneUI.
createUI
public static ComponentUI createUI(JComponent c)
- Creates a UI for the JTextPane.
- Returns:
- the UI
installUI
public void installUI(JComponent c)
- Installs the default keymap after the superclass does its
thing.
- Parameters:
- c - the UI
- See Also:
- installUI
uninstallUI
public void uninstallUI(JComponent c)
getDefaultMargin
public Insets getDefaultMargin()
All Packages Class Hierarchy This Package Previous Next Index