public class ToolbarEditor
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
ToolbarEditor(IdvUIManager uiManager)
The ctor
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae)
Handle the action
|
boolean |
anyChanges()
Were there any changes
|
void |
doApply()
Write out the toolbar xml.
|
javax.swing.JComponent |
getContents()
Get the GUI contents
|
public ToolbarEditor(IdvUIManager uiManager)
uiManager - The ui managerpublic javax.swing.JComponent getContents()
public void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListenerae - The actionpublic boolean anyChanges()
public void doApply()