public class ET_DefaultHelpControl extends java.lang.Object implements ET_HelpControl
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Does nothing
|
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)
Does nothing
|
void |
save(java.util.Map m)
Does nothing
|
void |
updateGUI()
Does nothing
|
public void updateGUI()
updateGUI
in interface ET_Control
public void save(java.util.Map m)
save
in interface ET_Control
public void restore(java.util.Map m)
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
public void dispose()
dispose
in interface ET_Control
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.