Class ToolbarEditor

java.lang.Object
ucar.unidata.idv.ui.ToolbarEditor
All Implemented Interfaces:
ActionListener, EventListener

public class ToolbarEditor extends Object implements ActionListener
This supports editing the toolbar.xml resource.
Version:
$Revision: 1.18 $
Author:
IDV Development Team
  • Constructor Details

    • ToolbarEditor

      public ToolbarEditor(IdvUIManager uiManager)
      The ctor
      Parameters:
      uiManager - The ui manager
  • Method Details

    • getContents

      public JComponent getContents()
      Get the GUI contents
      Returns:
      The GUI contents
    • actionPerformed

      public void actionPerformed(ActionEvent ae)
      Handle the action
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      ae - The action
    • anyChanges

      public boolean anyChanges()
      Were there any changes
      Returns:
      Any changes
    • doApply

      public void doApply()
      Write out the toolbar xml.