Package targetMotionOld.dialog
Class DialogMap3DSwing<T extends GroupDetection>
java.lang.Object
targetMotionOld.dialog.DialogMap<T>
targetMotionOld.dialog.DialogMap3DSwing<T>
- All Implemented Interfaces:
TMDialogComponent
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDialogMap3DSwing
(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionDialog<T> targetMotionDialog) -
Method Summary
-
Field Details
-
dialogMapPanel3D
-
-
Constructor Details
-
DialogMap3DSwing
public DialogMap3DSwing(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionDialog<T> targetMotionDialog)
-
-
Method Details
-
setCurrentEventIndex
Description copied from interface:TMDialogComponent
Current event has been set (possibly in one of the other panels) -
enableControls
public void enableControls()Description copied from interface:TMDialogComponent
Enable controls - based on event selection and other controls -
canRun
public boolean canRun()- Returns:
- true if settigns on this panel think it's possible to start a run
-
getPanel
- Specified by:
getPanel
in interfaceTMDialogComponent
- Specified by:
getPanel
in classDialogMap<T extends GroupDetection>
- Returns:
- a panel to include in the main dialog
-
notifyNewResults
public void notifyNewResults()- Specified by:
notifyNewResults
in classDialogMap<T extends GroupDetection>
-
settings
public void settings()- Specified by:
settings
in classDialogMap<T extends GroupDetection>
-
showMap
public void showMap(boolean b) - Specified by:
showMap
in classDialogMap<T extends GroupDetection>
-