com.swfm.mica.editors
Class MiEditorCommandsHandler

java.lang.Object
  extended bycom.swfm.mica.core.MiAction
      extended bycom.swfm.mica.editors.MiEditorCommandsHandler
All Implemented Interfaces:
MiiAction, MiiActionHandler, MiiActionNames, MiiActionTypes

public class MiEditorCommandsHandler
extends MiAction
implements MiiActionHandler

Append this to editor's action handlers

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

Field Summary
     
Constructor Summary
MiEditorCommandsHandler()
           
 
Method Summary
 boolean processAction(MiiAction action)
          Process the given action.
 
Methods inherited from class com.swfm.mica.core.MiAction
addValidActions, addValidActionsRequestedFromPartsOfObserved, getActionHandler, getActionSource, getActionSpec, getActionString, getActionSystemInfo, getActionType, getActionUserInfo, getNumberOfResources, getObservedObject, getPhase, getResource, getResourceName, getValidActionsString, hasActionType, isInterestedInActionsOfPartsOfObserved, isPhase, isValidActionType, isVetoed, removeResource, setActionHandler, setActionSource, setActionSystemInfo, setActionType, setActionUserInfo, setObservedObject, setResource, setVetoed, toString, typeFromString, veto
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MiEditorCommandsHandler

public MiEditorCommandsHandler()
Method Detail

processAction

public boolean processAction(MiiAction action)
Process the given action.

Specified by:
processAction in interface MiiActionHandler
Overrides:
processAction in class MiAction
Parameters:
action - the action to process.
Returns:
true if can propogate the action to other handlers.