Class ModelResultPanel

java.lang.Object
targetMotionModule.panels.ModelResultPanel
All Implemented Interfaces:
TMDialogComponent

public class ModelResultPanel extends Object implements TMDialogComponent
  • Constructor Details Link icon

  • Method Details Link icon

    • getPanel Link icon

      public JPanel getPanel()
      Specified by:
      getPanel in interface TMDialogComponent
      Returns:
      the mainPanel
    • canRun Link icon

      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 Link icon

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

      public void notifyNewResults()
    • update Link icon

      public void update(int flag)
      Description copied from interface: TMDialogComponent
      Updates the panel depending on the integer flag.
      Specified by:
      update in interface TMDialogComponent