public interface ET_Control
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
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 |
updateGUI()
Invoked when some change has happened
|
void updateGUI()
void save(java.util.Map m)
void restore(java.util.Map m)
javax.swing.JMenu getMenu()
java.util.List<javax.swing.Action> getToolBarActionList()
void dispose()
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.