|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.AbstractAction
de.michab.mack.ConfigurableAction
de.michab.mack.actions.ActAbout
An about box. The action id is ACT_ABOUT. Allows to
display a message and an application logo. For debug support it also
supports a display of the Java system properties.
The following table describes the properties the action evaluates:
| Key | Comment |
|---|---|
message |
The Action's display name. |
logo |
Text to be displayed on the Action's tooltip. |
ConfigurableAction,
Serialized Form| Field Summary |
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
ActAbout()
Create an about action. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Brings up the actual about dialog. |
void |
configureFrom(java.util.ResourceBundle r)
Performs local localisation. |
| Methods inherited from class de.michab.mack.ConfigurableAction |
getDialogRoot, getKey, getToolbarComponent, localize, localize, localizeIcon |
| Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActAbout()
| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent ae)
ae - The event that triggered execution of this action.public void configureFrom(java.util.ResourceBundle r)
ACT_ABOUT.message that contains text for the about box.
configureFrom in class ConfigurableActionr - The resource bundle to be used for configuration.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||