Package com.sun.javatest.exec
Class ET_DefaultViewControl
java.lang.Object
com.sun.javatest.exec.ET_DefaultViewControl
- All Implemented Interfaces:
ET_Control
,ET_ViewControl
-
Constructor Summary
ConstructorsConstructorDescriptionET_DefaultViewControl
(JComponent parent, TestSuite ts, ExecModel execModel, UIFactory uif, ET_FilterControl filterControl) -
Method Summary
-
Constructor Details
-
ET_DefaultViewControl
public ET_DefaultViewControl(JComponent parent, TestSuite ts, ExecModel execModel, UIFactory uif, ET_FilterControl filterControl)
-
-
Method Details
-
getConfig
- Specified by:
getConfig
in interfaceET_ViewControl
-
setConfig
- Specified by:
setConfig
in interfaceET_ViewControl
-
updateGUI
public void updateGUI()Description copied from interface:ET_Control
Invoked when some change has happened- Specified by:
updateGUI
in interfaceET_Control
-
save
Description copied from interface:ET_Control
Saves current state to the map- Specified by:
save
in interfaceET_Control
-
restore
Description copied from interface:ET_Control
Restores saved state from the map- Specified by:
restore
in interfaceET_Control
-
getMenu
Description copied from interface:ET_Control
Returts menu to be added to the menu mar- Specified by:
getMenu
in interfaceET_Control
-
getToolBarActionList
Description copied from interface:ET_Control
Returns list of actions to be added to the tool bar- Specified by:
getToolBarActionList
in interfaceET_Control
-
createActions
-
dispose
public void dispose()- Specified by:
dispose
in interfaceET_Control
-