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:
getConfigin interfaceET_ViewControl
-
setConfig
- Specified by:
setConfigin interfaceET_ViewControl
-
updateGUI
public void updateGUI()Description copied from interface:ET_ControlInvoked when some change has happened- Specified by:
updateGUIin interfaceET_Control
-
save
Description copied from interface:ET_ControlSaves current state to the map- Specified by:
savein interfaceET_Control
-
restore
Description copied from interface:ET_ControlRestores saved state from the map- Specified by:
restorein interfaceET_Control
-
getMenu
Description copied from interface:ET_ControlReturts menu to be added to the menu mar- Specified by:
getMenuin interfaceET_Control
-
getToolBarActionList
Description copied from interface:ET_ControlReturns list of actions to be added to the tool bar- Specified by:
getToolBarActionListin interfaceET_Control
-
createActions
-
dispose
public void dispose()- Specified by:
disposein interfaceET_Control
-