com.swfm.mica.editors
Class MiMouseLocationDisplayMonitor2

java.lang.Object
  extended bycom.swfm.mica.events.MiEventHandler
      extended bycom.swfm.mica.events.MiEventMonitor
          extended bycom.swfm.mica.editors.MiMouseLocationDisplayMonitor2
All Implemented Interfaces:
MiiCommandNames, MiiEventHandler, MiiEventTypes

public class MiMouseLocationDisplayMonitor2
extends MiEventMonitor

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

Field Summary
static java.lang.String Mi_MOUSE_X_NAME
           
static java.lang.String Mi_MOUSE_Y_NAME
           
     
Constructor Summary
MiMouseLocationDisplayMonitor2()
          Used for copy only, does not make sense w/o monitor.
MiMouseLocationDisplayMonitor2(MiPart monitor)
           
 
Method Summary
 int processEvent(MiEvent event)
          Processes the given event.
 
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, 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_MOUSE_X_NAME

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

Mi_MOUSE_Y_NAME

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

MiMouseLocationDisplayMonitor2

public MiMouseLocationDisplayMonitor2()
Used for copy only, does not make sense w/o monitor.


MiMouseLocationDisplayMonitor2

public MiMouseLocationDisplayMonitor2(MiPart monitor)
Method Detail

processEvent

public int processEvent(MiEvent event)
Description copied from class: MiEventHandler
Processes the given event.

Specified by:
processEvent in interface MiiEventHandler
Overrides:
processEvent in class MiEventHandler
Parameters:
event - The event to process
Returns:
Mi_CONSUME_EVENT if no other event handlers should see this event Mi_PROPOGATE_EVENT if other event handlers can also see this event