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 voiddispose()Does nothingjavax.swing.JMenugetMenu()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 barvoidrestore(java.util.Map<java.lang.String,java.lang.String> m)Does nothingvoidsave(java.util.Map<java.lang.String,java.lang.String> m)Does nothingvoidupdateGUI()Does nothing
-
-
-
Method Detail
-
updateGUI
public void updateGUI()
Does nothing- Specified by:
updateGUIin interfaceET_Control
-
save
public void save(java.util.Map<java.lang.String,java.lang.String> m)
Does nothing- Specified by:
savein interfaceET_Control
-
restore
public void restore(java.util.Map<java.lang.String,java.lang.String> m)
Does nothing- Specified by:
restorein interfaceET_Control
-
getMenu
public javax.swing.JMenu getMenu()
Description copied from interface:ET_ControlReturts menu to be added to the menu mar- Specified by:
getMenuin interfaceET_Control- Returns:
- null
-
getToolBarActionList
public java.util.List<javax.swing.Action> getToolBarActionList()
Description copied from interface:ET_ControlReturns list of actions to be added to the tool bar- Specified by:
getToolBarActionListin interfaceET_Control
-
dispose
public void dispose()
Does nothing- Specified by:
disposein interfaceET_Control
-
-