jas.swingstudio
Class JASCommandProcessor

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.util.CommandProcessor
              |
              +--jas.swingstudio.JASCommandProcessor
Direct Known Subclasses:
TreeAdaptor

public class JASCommandProcessor
extends CommandProcessor


Inner classes inherited from class jas.util.CommandProcessor
CommandProcessor.BooleanTarget, CommandProcessor.SimpleTarget
 
Constructor Summary
JASCommandProcessor()
           
 
Method Summary
protected  void invoke(java.lang.reflect.Method method, java.lang.Object[] args)
           
protected  void invokeCommand(CommandProcessor.SimpleTarget t)
           
 
Methods inherited from class jas.util.CommandProcessor
acceptCommand, invokeCommand, invokeCommand, invokeEnable, setChanged, setManager, translate
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JASCommandProcessor

public JASCommandProcessor()
Method Detail

invokeCommand

protected void invokeCommand(CommandProcessor.SimpleTarget t)
Overrides:
invokeCommand in class CommandProcessor

invoke

protected void invoke(java.lang.reflect.Method method,
                      java.lang.Object[] args)
               throws java.lang.IllegalAccessException,
                      java.lang.reflect.InvocationTargetException
Overrides:
invoke in class CommandProcessor