com.swfm.mica.commands
Class MiHide

java.lang.Object
  extended bycom.swfm.mica.commands.MiCommandHandler
      extended bycom.swfm.mica.commands.MiHide
All Implemented Interfaces:
MiiCommandHandler, MiiTargetableCommandHandler

public class MiHide
extends MiCommandHandler

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
static java.lang.String HideCommand
           
static java.lang.String ShowCommand
           
static java.lang.String ToggleCommand
           
 
Constructor Summary
MiHide(MiPart obj)
           
 
Method Summary
 void processCommand(java.lang.String arg)
          Processes the given command.
 
Methods inherited from class com.swfm.mica.commands.MiCommandHandler
getTargetOfCommand, setTargetOfCommand
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ToggleCommand

public static final java.lang.String ToggleCommand
See Also:
Constant Field Values

HideCommand

public static final java.lang.String HideCommand
See Also:
Constant Field Values

ShowCommand

public static final java.lang.String ShowCommand
See Also:
Constant Field Values
Constructor Detail

MiHide

public MiHide(MiPart obj)
Method Detail

processCommand

public void processCommand(java.lang.String arg)
Description copied from interface: MiiCommandHandler
Processes the given command.