com.swfm.mica.commands
Class MiDeSelectAll

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

public class MiDeSelectAll
extends MiCommandHandler

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

Constructor Summary
MiDeSelectAll()
           
MiDeSelectAll(MiEditor editor)
           
 
Method Summary
static void processCommand(MiEditor editor, java.lang.String arg)
           
 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
 

Constructor Detail

MiDeSelectAll

public MiDeSelectAll()

MiDeSelectAll

public MiDeSelectAll(MiEditor editor)
Method Detail

processCommand

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


processCommand

public static void processCommand(MiEditor editor,
                                  java.lang.String arg)