Package org.apache.jorphan.gui.ui
Class TextAreaUIWithUndo
-
- All Implemented Interfaces:
@API(since = "5.3", status = API.Status.EXPERIMENTAL) public class TextAreaUIWithUndoInstalls undo for all
TextAreaSwing components.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringUI_CLASSpublic final static StringBACKUP_UI_CLASS
-
Constructor Summary
Constructors Constructor Description TextAreaUIWithUndo()
-
Method Summary
Modifier and Type Method Description static voidinstall(UIDefaults defaults)Configures UIDefaults to use the patched class for TextFieldUI.static ComponentUIcreateUI(JComponent component)Creates a UI for a JTextField. -
-
Method Detail
-
install
static void install(UIDefaults defaults)
Configures UIDefaults to use the patched class for
TextFieldUI.- Parameters:
defaults- look and feel defaults
-
createUI
static ComponentUI createUI(JComponent component)
Creates a UI for a JTextField.
Note: this method is called by Swing.
- Parameters:
component- the text field- Returns:
the UI
-
-
-
-