Class JPopupTextArea

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class JPopupTextArea extends JPopupTextComponent<JTextArea>
A JTextArea decorated with popup menu and border.
See Also:
  • Constructor Details

    • JPopupTextArea

      public JPopupTextArea()
      Build new instance of readonly JTextArea to decorate.
    • JPopupTextArea

      public JPopupTextArea(String placeholder)
      Build new instance of readonly JTextArea to decorate with a default placeholder.
    • JPopupTextArea

      public JPopupTextArea(JTextArea proxy)
      Build new instance of JTextArea to decorate.
  • Method Details

    • getProxy

      JTextArea getProxy()
      Get back the decorated component.
      Returns:
      Proxyfied component