Package ucar.unidata.idv.ui
Class ToolbarEditor
java.lang.Object
ucar.unidata.idv.ui.ToolbarEditor
- All Implemented Interfaces:
ActionListener,EventListener
This supports editing the toolbar.xml resource.
- Version:
- $Revision: 1.18 $
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidHandle the actionbooleanWere there any changesvoiddoApply()Write out the toolbar xml.Get the GUI contents
-
Constructor Details
-
ToolbarEditor
The ctor- Parameters:
uiManager- The ui manager
-
-
Method Details
-
getContents
Get the GUI contents- Returns:
- The GUI contents
-
actionPerformed
Handle the action- Specified by:
actionPerformedin interfaceActionListener- Parameters:
ae- The action
-
anyChanges
public boolean anyChanges()Were there any changes- Returns:
- Any changes
-
doApply
public void doApply()Write out the toolbar xml.
-