gnu.jemacs.buffer
Class Command

java.lang.Object
  extended by gnu.jemacs.buffer.Command

public class Command
extends java.lang.Object


Constructor Summary
Command()
           
 
Method Summary
static void perform(java.lang.Object command)
          Perform a given command as appropriate for its class.
static void perform(java.lang.Object command, EWindow window)
           
static java.lang.Object[] processInteractionString(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

perform

public static void perform(java.lang.Object command)
Perform a given command as appropriate for its class.


perform

public static void perform(java.lang.Object command,
                           EWindow window)

processInteractionString

public static java.lang.Object[] processInteractionString(java.lang.String str)