Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected Caret | Returns: the caret objectOverrides javax. Creates the object to use for a caret. |
public static ComponentUI | Returns: the UIthe JTextPane object c)Hides javax. Creates a UI for the JTextPane. |
MotifTextPaneUI | back to summary |
---|---|
public MotifTextPaneUI() |
createCaret | back to summary |
---|---|
protected Caret createCaret() Overrides javax. Creates the object to use for a caret. By default an instance of MotifTextUI.MotifCaret is created. This method can be redefined to provide something else that implements the Caret interface.
|
createUI | back to summary |
---|---|
public static ComponentUI createUI(JComponent c) Hides javax. Creates a UI for the JTextPane.
|