Class TextAreaUIWithUndo

java.lang.Object
org.apache.jorphan.gui.ui.TextAreaUIWithUndo

@API(since="5.3", status=EXPERIMENTAL) public class TextAreaUIWithUndo extends Object
Installs undo for all TextArea Swing components.
  • Field Details

  • Constructor Details

    • TextAreaUIWithUndo

      public TextAreaUIWithUndo()
  • Method Details

    • install

      public static void install(UIDefaults defaults)
      Configures UIDefaults to use the patched class for TextFieldUI.
      Parameters:
      defaults - look and feel defaults
    • createUI

      public 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