Class JaxoTextEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JaxoTextEditPanel extends JaxoEditPanel
A panel to change the text of a text object.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoTextEditPanel

      public JaxoTextEditPanel()
      Constructor: returns a Text edit panel with an empty string as initial value.
    • JaxoTextEditPanel

      public JaxoTextEditPanel(String string)
      Constructor: returns a Text edit panel with the given string as initial value.
      Parameters:
      string - The initial value of the string.
  • Method Details

    • addEditPanelListener

      public void addEditPanelListener(JaxoEditPanelListener listener)
      Adds the given listener as a DocumentListener to the text field of this panel. If listener is null, does nothing.
      Specified by:
      addEditPanelListener in class JaxoEditPanel
      Parameters:
      listener - The listener to add to this panel.