Package targetMotionModule.panels
Class ModelResultPanel
java.lang.Object
targetMotionModule.panels.ModelResultPanel
- All Implemented Interfaces:
TMDialogComponent
-
Constructor Summary
ConstructorDescriptionModelResultPanel
(TargetMotionLocaliser targetMotionLocaliser, TargetMotionMainPanel targetMotionDialog) -
Method Summary
-
Constructor Details
-
ModelResultPanel
public ModelResultPanel(TargetMotionLocaliser targetMotionLocaliser, TargetMotionMainPanel targetMotionDialog) - Parameters:
targetMotionLocaliser
-targetMotionDialog
-
-
-
Method Details
-
getPanel
- Specified by:
getPanel
in interfaceTMDialogComponent
- Returns:
- the mainPanel
-
canRun
public boolean canRun()- Specified by:
canRun
in interfaceTMDialogComponent
- 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 interfaceTMDialogComponent
-
notifyNewResults
public void notifyNewResults() -
update
public void update(int flag) Description copied from interface:TMDialogComponent
Updates the panel depending on the integer flag.- Specified by:
update
in interfaceTMDialogComponent
-