|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--de.qfs.lib.command.Command | +--de.qfs.apps.qflog.command.CommandHelpAbout
This command brings up a dialog displaying version and copyright information.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CommandHelpAbout(java.lang.Object source,
java.awt.Frame parent)
Create a new CommandHelpAbout. |
Method Summary | |
java.lang.Object |
invoke()
Invoke the command. |
Methods inherited from class de.qfs.lib.command.Command |
isHandled,
setHandled |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public CommandHelpAbout(java.lang.Object source, java.awt.Frame parent)
source
- The source of the Command.parent
- The parent frame for the dialog.Method Detail |
public java.lang.Object invoke() throws de.qfs.lib.command.CommandException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |