public interface MDIAbout
extends javax.swing.Action
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getAboutComponent()
Return the component associated with the about.
|
ApplicationDesc |
getApplicationDesc()
Return the Application description to show in the About menu.
|
void |
initialize()
Initialize the about menu, after all components have been added.
|
default void |
setApplication(GUIApplication appli)
Set the application.
|
default void |
setDimension(java.awt.Dimension dim)
Set the settings dimension.
|
void |
showAbout()
Show the about menu.
|
void showAbout()
ApplicationDesc getApplicationDesc()
default void setApplication(GUIApplication appli)
appli
- the applicationjavax.swing.JComponent getAboutComponent()
default void setDimension(java.awt.Dimension dim)
dim
- the dimensionvoid initialize()