Package targetMotionOld.dialog
Class DialogMap<T extends GroupDetection>
java.lang.Object
targetMotionOld.dialog.DialogMap<T>
- All Implemented Interfaces:
TMDialogComponent
- Direct Known Subclasses:
DialogMap2D
,DialogMap3DSwing
public abstract class DialogMap<T extends GroupDetection>
extends Object
implements TMDialogComponent
-
Constructor Summary
ConstructorDescriptionDialogMap
(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionDialog<T> targetMotionDialog) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface targetMotionOld.dialog.TMDialogComponent
canRun, enableControls, setCurrentEventIndex
-
Constructor Details
-
DialogMap
public DialogMap(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionDialog<T> targetMotionDialog) - Parameters:
targetMotionDialog
-
-
-
Method Details
-
getPanel
- Specified by:
getPanel
in interfaceTMDialogComponent
- Returns:
- a panel to include in the main dialog
-
notifyNewResults
public abstract void notifyNewResults() -
settings
public abstract void settings() -
showMap
public abstract void showMap(boolean b)
-