com.swfm.mica.events
Class MiIMoveSelectedObjects

java.lang.Object
  extended bycom.swfm.mica.events.MiEventHandler
      extended bycom.swfm.mica.events.MiIDragObjectUnderMouse
          extended bycom.swfm.mica.events.MiIDragSelectedObjects
              extended bycom.swfm.mica.events.MiIMoveSelectedObjects
All Implemented Interfaces:
MiiActionTypes, MiiCommandNames, MiiEventHandler, MiiEventTypes

public class MiIMoveSelectedObjects
extends MiIDragSelectedObjects

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

Field Summary
static java.lang.String Mi_MOVE_DOWN_COMMAND_NAME
           
static java.lang.String Mi_MOVE_LEFT_COMMAND_NAME
           
static java.lang.String Mi_MOVE_RIGHT_COMMAND_NAME
           
static java.lang.String Mi_MOVE_UP_COMMAND_NAME
           
       
Constructor Summary
MiIMoveSelectedObjects()
           
 
Methods inherited from class com.swfm.mica.events.MiIDragSelectedObjects
isToDragConnections, setToDragConnections
 
Methods inherited from class com.swfm.mica.events.MiIDragObjectUnderMouse
getGlueObjectStartLocationToCursor, getSnapObjectCenterToCursor, setGlueObjectStartLocationToCursor, setSnapObjectCenterToCursor
 
Methods inherited from class com.swfm.mica.events.MiEventHandler
addEventToCommandTranslation, addEventToCommandTranslation, addEventToCommandTranslation, copy, getAlwaysConsumeTriggerEvents, getCommand, getEvent, getEventToCommandTranslation, getName, getNameForType, getObject, getRequestedCommands, getRequestedEvents, getTarget, getType, isCommand, isEnabled, isPositionDependent, isSingleton, isType, processCommand, processCommand, processEvent, removeAllEventToCommandTranslations, removeEventToCommandTranslation, removeEventToCommandTranslation, removeEventToCommandTranslation, removeEventToCommandTranslation, setAlwaysConsumeTriggerEvents, setCommand, setEnabled, setEventToCommandTranslation, setEventToCommandTranslation, setEventToCommandTranslation, setIsSingleton, setName, setObject, setPositionDependent, setPropertyValue, setTarget, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Mi_MOVE_LEFT_COMMAND_NAME

public static final java.lang.String Mi_MOVE_LEFT_COMMAND_NAME
See Also:
Constant Field Values

Mi_MOVE_RIGHT_COMMAND_NAME

public static final java.lang.String Mi_MOVE_RIGHT_COMMAND_NAME
See Also:
Constant Field Values

Mi_MOVE_DOWN_COMMAND_NAME

public static final java.lang.String Mi_MOVE_DOWN_COMMAND_NAME
See Also:
Constant Field Values

Mi_MOVE_UP_COMMAND_NAME

public static final java.lang.String Mi_MOVE_UP_COMMAND_NAME
See Also:
Constant Field Values
Constructor Detail

MiIMoveSelectedObjects

public MiIMoveSelectedObjects()