|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pietschy.command.Command
org.pietschy.command.ActionCommand
org.pietschy.command.demo.OpenUrlCommand
public class OpenUrlCommand
Created by IntelliJ IDEA. User: andrew Date: Mar 28, 2007 Time: 4:29:36 PM To change this template use File | Settings | File Templates.
Field Summary | |
---|---|
protected java.net.URL |
url
|
Fields inherited from class org.pietschy.command.ActionCommand |
---|
HINT_ACTION_EVENT, HINT_INVOKER, HINT_INVOKER_WINDOW, HINT_MODIFIERS |
Fields inherited from class org.pietschy.command.Command |
---|
internalLog, listenerList, pcs |
Constructor Summary | |
---|---|
OpenUrlCommand(CommandManager commandManager,
java.lang.String commandId,
java.lang.String url)
|
Method Summary | |
---|---|
protected void |
handleExecute()
Main entry point for command subclasses that must be implemented to provide command specific behaviour. |
Methods inherited from class org.pietschy.command.ActionCommand |
---|
addCommandListener, addInterceptor, areEqual, attach, configureButtonStates, detach, execute, execute, getActionAdapter, getActionAdapter, getActionCommand, getActionEvent, getHint, getHint, getHints, getInvoker, getInvokerWindow, getModifiers, installShortCut, installShortCut, postExecute, preExecute, putHint, putHints, removeCommandListener, removeInterceptor, requestDefautIn, setActionCommand, uninstallShortCut, uninstallShortCut |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.pietschy.command.ActionCommandExecutor |
---|
addPropertyChangeListener, addPropertyChangeListener, isEnabled, removePropertyChangeListener, removePropertyChangeListener |
Field Detail |
---|
protected java.net.URL url
Constructor Detail |
---|
public OpenUrlCommand(CommandManager commandManager, java.lang.String commandId, java.lang.String url)
Method Detail |
---|
protected void handleExecute()
ActionCommand
This method should never be called directly to invoke a comand. All
command invocation must be performed using the ActionCommand.execute()
and
ActionCommand.execute(Map)
methods.
handleExecute
in class ActionCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |