|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.commands.MiCommandHandler
com.swfm.mica.parts.MiConnectMenuCommands
This class can execute commands that a standard 'connect' menu might generate. The commands apply to the target MiEditor (see setTargetOfCommand()). The commands that are handled are:
Mi_CONNECT_COMMAND_NAME
Mi_DISCONNECT_COMMAND_NAME
Mi_COLLAPSE_COMMAND_NAME
Mi_EXPAND_COMMAND_NAME
| Field Summary |
| Constructor Summary | |
MiConnectMenuCommands(MiiCommandManager manager)
Constructs a new MiConnectMenuCommands. |
|
| Method Summary | |
boolean |
processAction(MiiAction event)
Processes the given action. |
void |
processCommand(java.lang.String cmd)
Processes the given command. |
void |
setTargetOfCommand(java.lang.Object target)
Sets the target of the commands processed by this MiiCommandHandler (i.e. |
| Methods inherited from class com.swfm.mica.commands.MiCommandHandler |
getTargetOfCommand |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MiConnectMenuCommands(MiiCommandManager manager)
MiConnectMenu| Method Detail |
public void setTargetOfCommand(java.lang.Object target)
setTargetOfCommand in interface MiiTargetableCommandHandlersetTargetOfCommand in class MiCommandHandlertarget - the target MiEditorMiCommandHandler.getTargetOfCommand(),
processCommand(java.lang.String)public void processCommand(java.lang.String cmd)
processCommand in interface MiiCommandHandlerpublic boolean processAction(MiiAction event)
processAction in interface MiiActionHandlerevent - the action to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||