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
FieldsFields inherited from class targetMotionOld.dialog.DialogMap
targetMotionDialog, targetMotionLocaliser - 
Constructor Summary
ConstructorsConstructorDescriptionDialogMap3DSwing(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:TMDialogComponentCurrent event has been set (possibly in one of the other panels)- Parameters:
 sender-
 - 
enableControls
public void enableControls()Description copied from interface:TMDialogComponentEnable 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:
 getPanelin interfaceTMDialogComponent- Specified by:
 getPanelin classDialogMap<T extends GroupDetection>- Returns:
 - a panel to include in the main dialog
 
 - 
notifyNewResults
public void notifyNewResults()- Specified by:
 notifyNewResultsin classDialogMap<T extends GroupDetection>
 - 
settings
public void settings()- Specified by:
 settingsin classDialogMap<T extends GroupDetection>
 - 
showMap
public void showMap(boolean b) - Specified by:
 showMapin classDialogMap<T extends GroupDetection>
 
 -