| java.lang.Object fr.aliacom.commands.Command
All known Subclasses: fr.aliacom.commands.SyncCommand, fr.aliacom.commands.ASyncCommand,
Command | abstract public class Command (Code) | | A command models an action.
It is used by menu items, toolbar buttons, buttons, ...
author: tom author: (c) 2001, 2003 Thomas Cataldo |
Constructor Summary | |
public | Command() |
STATE_BEGIN | final public static int STATE_BEGIN(Code) | | |
STATE_CANCEL | final public static int STATE_CANCEL(Code) | | |
STATE_DISABLED | final public static int STATE_DISABLED(Code) | | |
STATE_ENABLED | final public static int STATE_ENABLED(Code) | | |
STATE_END | final public static int STATE_END(Code) | | |
STATE_UNDO | final public static int STATE_UNDO(Code) | | |
log | final protected static Logger log(Code) | | |
doIt | abstract protected void doIt()(Code) | | |
fireStateChange | protected void fireStateChange(int state)(Code) | | |
run | abstract public void run()(Code) | | This might be invoked directly
|
setEnabled | public void setEnabled(boolean b)(Code) | | |
|
|