gnu.jemacs.buffer

Class Command


public class Command
extends java.lang.Object

Method Summary

static void
perform(Object command)
Perform a given command as appropriate for its class.
static void
perform(Object command, EWindow window)
static Object[]
processInteractionString(String str)

Method Details

perform

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

perform

public static void perform(Object command,
                           EWindow window)

processInteractionString

public static Object[] processInteractionString(String str)