Class ModelResultPanel

java.lang.Object
targetMotionOld.dialog.ModelResultPanel
All Implemented Interfaces:
TMDialogComponent

public class ModelResultPanel extends Object implements TMDialogComponent
Reinstated Target motion add-in as used by the click detector. Hope one day still to replace this with Jamie's new one, but keep this one until Jamie's is working.
Author:
Doug Gillespie
  • Constructor Details

  • Method Details

    • getPanel

      public JPanel getPanel()
      Specified by:
      getPanel in interface TMDialogComponent
      Returns:
      the mainPanel
    • setCurrentEventIndex

      public void setCurrentEventIndex(int eventIndex, Object sender)
      Description copied from interface: TMDialogComponent
      Current event has been set (possibly in one of the other panels)
      Specified by:
      setCurrentEventIndex in interface TMDialogComponent
    • canRun

      public boolean canRun()
      Specified by:
      canRun in interface TMDialogComponent
      Returns:
      true if settigns on this panel think it's possible to start a run
    • enableControls

      public void enableControls()
      Description copied from interface: TMDialogComponent
      Enable controls - based on event selection and other controls
      Specified by:
      enableControls in interface TMDialogComponent
    • notifyNewResults

      public void notifyNewResults()