Package targetMotionModule.panels
Class MapPanel<T extends PamDataUnit>
java.lang.Object
targetMotionModule.panels.MapPanel<T>
- All Implemented Interfaces:
 TMDialogComponent
- Direct Known Subclasses:
 MapPanel2D
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TargetMotionMainPanel<T> protected TargetMotionLocaliser<T>  - 
Constructor Summary
ConstructorsConstructorDescriptionMapPanel(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionMainPanel<T> targetMotionDialog)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface targetMotionModule.panels.TMDialogComponent
canRun, enableControls, update 
- 
Field Details
- 
targetMotionLocaliser
 - 
targetMotionDialog
 
 - 
 - 
Constructor Details
- 
MapPanel
public MapPanel(TargetMotionLocaliser<T> targetMotionLocaliser, TargetMotionMainPanel<T> targetMotionDialog) - Parameters:
 targetMotionDialog-
 
 - 
 - 
Method Details
- 
getPanel
- Specified by:
 getPanelin 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)  
 -