public abstract class AbstractAboutAction extends javax.swing.AbstractAction implements MDIAbout
Modifier and Type | Field and Description |
---|---|
protected GUIApplication |
app
The Gui application.
|
protected ApplicationDesc |
appDesc
The application description.
|
Constructor and Description |
---|
AbstractAboutAction(GUIApplication app,
java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDesc |
getApplicationDesc()
Return the Application description to show in the About menu.
|
abstract void |
showAbout()
Show the About.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAboutComponent, initialize, setApplication, setDimension
protected GUIApplication app
protected ApplicationDesc appDesc
public AbstractAboutAction(GUIApplication app, java.lang.String name)
app
- the Applicationname
- the Settings namepublic ApplicationDesc getApplicationDesc()
getApplicationDesc
in interface MDIAbout