Package targetMotionModule.panels
Interface TMDialogComponent
- All Known Implementing Classes:
AbstractControlPanel
,EventControlPanel
,MapPanel
,MapPanel2D
,ModelControlPanel
,ModelResultPanel
public interface TMDialogComponent
-
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.
-