Package targetMotionOld.dialog
Interface TMDialogComponent
- All Known Implementing Classes:
DialogMap
,DialogMap2D
,DialogMap3DSwing
,EventControlPanel
,ModelResultPanel
,TMModelControlPanel
public interface TMDialogComponent
Reinstated Target motion add-in as used by the click detector. Hope one day still to replace this
with Jamie's new one, but keep this one until Jamie's is working.
- Author:
- Doug Gillespie
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canRun()
void
Enable controls - based on event selection and other controlsgetPanel()
void
setCurrentEventIndex
(int eventIndex, Object sender) Current event has been set (possibly in one of the other panels)
-
Method Details
-
getPanel
JPanel getPanel()- Returns:
- a panel to include in the main dialog
-
setCurrentEventIndex
Current event has been set (possibly in one of the other panels)- Parameters:
sender
-event
-
-
enableControls
void enableControls()Enable controls - based on event selection and other controls -
canRun
boolean canRun()- Returns:
- true if settigns on this panel think it's possible to start a run
-