public class ET_DefaultViewControl extends java.lang.Object implements ET_ViewControl
| Constructor and Description |
|---|
ET_DefaultViewControl(javax.swing.JComponent parent,
TestSuite ts,
ExecModel execModel,
UIFactory uif,
ET_FilterControl filterControl) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<javax.swing.Action> |
createActions() |
void |
dispose() |
Session |
getConfig() |
javax.swing.JMenu |
getMenu()
Returts menu to be added to the menu mar
|
java.util.List<javax.swing.Action> |
getToolBarActionList()
Returns list of actions to be added to the tool bar
|
void |
restore(java.util.Map m)
Restores saved state from the map
|
void |
save(java.util.Map m)
Saves current state to the map
|
void |
setConfig(Session cfg) |
void |
updateGUI()
Invoked when some change has happened
|
public ET_DefaultViewControl(javax.swing.JComponent parent,
TestSuite ts,
ExecModel execModel,
UIFactory uif,
ET_FilterControl filterControl)
public void setConfig(Session cfg)
setConfig in interface ET_ViewControlpublic Session getConfig()
getConfig in interface ET_ViewControlpublic void updateGUI()
ET_ControlupdateGUI in interface ET_Controlpublic void save(java.util.Map m)
ET_Controlsave in interface ET_Controlpublic void restore(java.util.Map m)
ET_Controlrestore in interface ET_Controlpublic javax.swing.JMenu getMenu()
ET_ControlgetMenu in interface ET_Controlpublic java.util.List<javax.swing.Action> getToolBarActionList()
ET_ControlgetToolBarActionList in interface ET_Controlprotected java.util.List<javax.swing.Action> createActions()
public void dispose()
dispose in interface ET_ControlCopyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.