Package com.sun.javatest.exec
Class ET_DefaultHelpControl
- java.lang.Object
-
- com.sun.javatest.exec.ET_DefaultHelpControl
-
- All Implemented Interfaces:
ET_Control
,ET_HelpControl
public class ET_DefaultHelpControl extends java.lang.Object implements ET_HelpControl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Does nothingjavax.swing.JMenu
getMenu()
Returts menu to be added to the menu marjava.util.List<javax.swing.Action>
getToolBarActionList()
Returns list of actions to be added to the tool barvoid
restore(java.util.Map<java.lang.String,java.lang.String> m)
Does nothingvoid
save(java.util.Map<java.lang.String,java.lang.String> m)
Does nothingvoid
updateGUI()
Does nothing
-
-
-
Method Detail
-
updateGUI
public void updateGUI()
Does nothing- Specified by:
updateGUI
in interfaceET_Control
-
save
public void save(java.util.Map<java.lang.String,java.lang.String> m)
Does nothing- Specified by:
save
in interfaceET_Control
-
restore
public void restore(java.util.Map<java.lang.String,java.lang.String> m)
Does nothing- Specified by:
restore
in interfaceET_Control
-
getMenu
public javax.swing.JMenu getMenu()
Description copied from interface:ET_Control
Returts menu to be added to the menu mar- Specified by:
getMenu
in interfaceET_Control
- Returns:
- null
-
getToolBarActionList
public java.util.List<javax.swing.Action> getToolBarActionList()
Description copied from interface:ET_Control
Returns list of actions to be added to the tool bar- Specified by:
getToolBarActionList
in interfaceET_Control
-
dispose
public void dispose()
Does nothing- Specified by:
dispose
in interfaceET_Control
-
-