Class JaxoDLEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JaxoDLEditPanel extends JaxoEditPanel
A panel to change the double line property of an object.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoDLEditPanel

      public JaxoDLEditPanel()
      Constructor: a double line edit panel with default values.
    • JaxoDLEditPanel

      public JaxoDLEditPanel(boolean dLine, float dLSep)
      Constructor: a double line edit panel with the given params.
      Parameters:
      dLine - Whether the object is double lined.
      dLSep - The double line separation.
  • Method Details

    • addEditPanelListener

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