Interface TMDialogComponent

All Known Implementing Classes:
AbstractControlPanel, EventControlPanel, MapPanel, MapPanel2D, ModelControlPanel, ModelResultPanel

public interface TMDialogComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    Enable controls - based on event selection and other controls
     
    void
    update(int flag)
    Updates the panel depending on the integer flag.
  • Method Details

    • getPanel

      JPanel getPanel()
      Returns:
      a panel to include in the main dialog
    • enableControls

      void enableControls()
      Enable controls - based on event selection and other controls
    • canRun

      boolean canRun()
      Returns:
      true if settigns on this panel think it's possible to start a run
    • update

      void update(int flag)
      Updates the panel depending on the integer flag.