|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.EventModule
org.openbp.jaspira.plugin.ExternalEventModule
org.openbp.jaspira.plugin.ExternalInteractionModule
public abstract class ExternalInteractionModule
Abstract super module for all external menu-, toolbar- and popup menu contributors. Override the event handling methods to implement handling.
| 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 | |
|---|---|
ExternalInteractionModule(Plugin plugin)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get ths name of this interaction module. |
JaspiraEventHandlerCode |
popup(InteractionEvent ie)
Standard event handler that is called when a popup menu is to be shown. |
JaspiraEventHandlerCode |
toolbar(InteractionEvent ie)
Standard event handler that is called when a toolbar is (re-)generated. |
| Methods inherited from class org.openbp.jaspira.plugin.ExternalEventModule |
|---|
getPlugin |
| 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 |
|---|
public ExternalInteractionModule(Plugin plugin)
plugin - The plugin this module is associated with| Method Detail |
|---|
public final java.lang.String getName()
getName in class EventModulepublic JaspiraEventHandlerCode popup(InteractionEvent ie)
ie - Event
public JaspiraEventHandlerCode toolbar(InteractionEvent ie)
ie - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||