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_ViewControl
public Session getConfig()
getConfig
in interface ET_ViewControl
public void updateGUI()
ET_Control
updateGUI
in interface ET_Control
public void save(java.util.Map m)
ET_Control
save
in interface ET_Control
public void restore(java.util.Map m)
ET_Control
restore
in interface ET_Control
public javax.swing.JMenu getMenu()
ET_Control
getMenu
in interface ET_Control
public java.util.List<javax.swing.Action> getToolBarActionList()
ET_Control
getToolBarActionList
in interface ET_Control
protected java.util.List<javax.swing.Action> createActions()
public void dispose()
dispose
in interface ET_Control
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.