|
||||||||||
| 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.cockpit.plugins.debugger.DebuggerPlugin.OptionEvents
public class DebuggerPlugin.OptionEvents
Event module for client-side debugger events. These are actually toolbar or menu actions.
| 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 | |
|---|---|
DebuggerPlugin.OptionEvents()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
controllinktracemode(JaspiraEvent je)
Event handler: The control link trace mode option has changed. |
JaspiraEventHandlerCode |
datalinktracemode(JaspiraEvent je)
Event handler: The data link trace mode option has changed. |
JaspiraEventHandlerCode |
debuggerid(JaspiraEvent je)
Event handler: The debugger id option has changed. |
java.lang.String |
getName()
The name of this module like "editor.file". |
int |
getPriority()
Returns the priority of the module. |
JaspiraEventHandlerCode |
skipsystemmodel(JaspiraEvent je)
Event handler: The skip visual process option has changed. |
| Methods inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
eventFired, getEventActionNames, getForeignEventNames, getModuleType, handleUnaccountedEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebuggerPlugin.OptionEvents()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic int getPriority()
getPriority in interface JaspiraEventListenergetPriority in class EventModulepublic JaspiraEventHandlerCode skipsystemmodel(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode controllinktracemode(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode datalinktracemode(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode debuggerid(JaspiraEvent je)
je - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||