Class JPopupTextPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Direct Known Subclasses:
AbstractColoredConsole

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

    • JPopupTextPane

      public JPopupTextPane(String placeholder)
      Build new instance of JTextField to decorate.
      Parameters:
      placeholder -
    • JPopupTextPane

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

    • getProxy

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