org.openbp.jaspira.gui.plugin
Class ApplicationBase.PageInteractionEvents

java.lang.Object
  extended by org.openbp.jaspira.plugin.EventModule
      extended by org.openbp.jaspira.plugin.InteractionModule
          extended by org.openbp.jaspira.gui.plugin.ApplicationBase.PageInteractionEvents
All Implemented Interfaces:
JaspiraEventListener
Enclosing class:
ApplicationBase

public class ApplicationBase.PageInteractionEvents
extends InteractionModule

Interaction module that creates the popup menu for the Jaspira page buttons on the left of the main window.


Field Summary
 
Fields inherited from class org.openbp.jaspira.plugin.EventModule
EVENT_CONSUMED, EVENT_HANDLED, EVENT_IGNORED, MODULE_POST_GLOBAL, MODULE_PRE_GLOBAL, MODULE_TREE
 
Constructor Summary
ApplicationBase.PageInteractionEvents()
           
 
Method Summary
 JaspiraEventHandlerCode popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 
Methods inherited from class org.openbp.jaspira.plugin.InteractionModule
getName, toolbar
 
Methods inherited from class org.openbp.jaspira.plugin.EventModule
eventFired, getEventActionNames, getForeignEventNames, getModuleType, getPriority, handleUnaccountedEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationBase.PageInteractionEvents

public ApplicationBase.PageInteractionEvents()
Method Detail

popup

public JaspiraEventHandlerCode popup(InteractionEvent ie)
Standard event handler that is called when a popup menu is to be shown. Adds the popup menu entries for Jaspira page buttons.

Overrides:
popup in class InteractionModule
Parameters:
ie - Event
Returns:
The event status code


Copyright © 2011. All Rights Reserved.