Class CurveEditorDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class CurveEditorDialog extends SimpleDialog
See Also:
  • Field Details

  • Constructor Details

    • CurveEditorDialog

      public CurveEditorDialog(PlotCanvas plotCanvas)
      Edit the plot preferences
      Parameters:
      plotCanvas - the plot being edited
  • Method Details

    • prepare

      protected void prepare()
      can do preparation--for example a component might be added on "createCenterComponent" but a reference needed in "addNorthComponent"
      Overrides:
      prepare in class SimpleDialog
    • selectFirstCurve

      public void selectFirstCurve()
      Select the first curve
    • handleCommand

      protected void handleCommand(String command)
      A button was hit. The default behavior is to shutdown the dialog.
      Overrides:
      handleCommand in class SimpleDialog
      Parameters:
      command - the label on the button that was hit.