Package targetMotionModule.panels
Class MapPanel<T extends PamDataUnit>
java.lang.Object
targetMotionModule.panels.MapPanel<T>
- All Implemented Interfaces:
TMDialogComponent
- Direct Known Subclasses:
MapPanel2D
-
Constructor Summary
ConstructorDescriptionMapPanel
(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionMainPanel<T> targetMotionDialog) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface targetMotionModule.panels.TMDialogComponent
canRun, enableControls, update
-
Constructor Details
-
MapPanel
public MapPanel(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionMainPanel<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)
-