public abstract class AbstractSettingsAction extends javax.swing.AbstractAction implements MDISettings
| Modifier and Type | Field and Description |
|---|---|
protected GUIApplication |
app
The Gui application.
|
| Constructor and Description |
|---|
AbstractSettingsAction(GUIApplication app,
java.lang.String name)
Constructor.
|
AbstractSettingsAction(GUIApplication app,
java.lang.String name,
javax.swing.Icon icon)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
showSettings()
Show the Settings.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNode, addNode, addNode, addNode, addNode, addNode, addNode, addNode, addNode, getSettingsComponent, hideTreeRoot, initialize, setApplication, setDimensionprotected GUIApplication app
public AbstractSettingsAction(GUIApplication app, java.lang.String name)
app - the Applicationname - the Settings namepublic AbstractSettingsAction(GUIApplication app, java.lang.String name, javax.swing.Icon icon)
app - the Applicationname - the Settings nameicon - the Settings iconpublic abstract void showSettings()
ActionListener.actionPerformed(java.awt.event.ActionEvent) with a null parameter.showSettings in interface MDISettings