com.swfm.mica.widgets
Class MiComboBoxPopperKeyEventHandler

java.lang.Object
  extended bycom.swfm.mica.events.MiEventHandler
      extended bycom.swfm.mica.widgets.MiComboBoxPopperKeyEventHandler
All Implemented Interfaces:
MiiCommandNames, MiiEventHandler, MiiEventTypes

public class MiComboBoxPopperKeyEventHandler
extends MiEventHandler

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

Field Summary
     
Constructor Summary
MiComboBoxPopperKeyEventHandler()
           
 
Method Summary
 int processCommand()
           
 void setMenuLauncherButton(MiMenuLauncherButton button)
           
 
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
 

Constructor Detail

MiComboBoxPopperKeyEventHandler

public MiComboBoxPopperKeyEventHandler()
Method Detail

setMenuLauncherButton

public void setMenuLauncherButton(MiMenuLauncherButton button)

processCommand

public int processCommand()
Returns:
Mi_CONSUME_EVENT if no other event handlers should see the event that generated the command Mi_PROPOGATE_EVENT if other event handlers can also see the event that generated the command
See Also:
MiEventHandler.isCommand(java.lang.String), MiEventHandler.setCommand(java.lang.String), MiEventHandler.getCommand()