Package | Description |
---|---|
org.mdi.app.swing |
Specific Swing classes for the Main package of the framework.
|
org.mdi.bootstrap.swing |
Specific Swing Bootstrap interfaces for the framework.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MDIApplicationListener> |
AbstractMDIApplication.appListeners
The list of application listeners registeed in the Application.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MDIApplicationListener> |
AbstractMDIApplication.getApplicationListeners()
Return the list of application listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMDIApplication.addApplicationListener(MDIApplicationListener listener)
Add an application listener.
|
boolean |
AbstractMDIApplication.removeApplicationListener(MDIApplicationListener listener)
Remove an application listener.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MDIApplicationListener> |
TabbedApplication.getApplicationListeners()
Return the list of application listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
TabbedApplication.addApplicationListener(MDIApplicationListener listener)
Add an application listener.
|
boolean |
TabbedApplication.removeApplicationListener(MDIApplicationListener listener)
Remove an application listener.
|