|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.javatest.exec.ET_DefaultViewControl
public class ET_DefaultViewControl
Constructor Summary | |
---|---|
ET_DefaultViewControl(javax.swing.JComponent parent,
TestSuite ts,
ExecModel execModel,
UIFactory uif,
ET_FilterControl filterControl)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ET_DefaultViewControl(javax.swing.JComponent parent, TestSuite ts, ExecModel execModel, UIFactory uif, ET_FilterControl filterControl)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |