|
||||||||||
| 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.ClientEvents
public class DebuggerPlugin.ClientEvents
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.ClientEvents()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
clearbreakpoints(JaspiraActionEvent jae)
Event handler that clears all breakpoints. |
JaspiraEventHandlerCode |
connectionlost(QualifierEvent je)
Event handler: Connection to the server has been lost. |
JaspiraEventHandlerCode |
getdebuggerid(AskEvent ae)
Event handler: Returns the id if the debugger client. |
java.lang.String |
getName()
The name of this module like "editor.file". |
int |
getPriority()
Returns the priority of the module. |
JaspiraEventHandlerCode |
modeler_view_activated(JaspiraEvent je)
Event handler: A modeler view has become active. |
JaspiraEventHandlerCode |
modeler_view_closed(JaspiraEvent je)
Event handler: A modeler view has become inactive. |
JaspiraEventHandlerCode |
modeler_view_selectionchanged(JaspiraEvent je)
Event handler: The selection of a modeler view has changed. |
JaspiraEventHandlerCode |
plugin_serverconnection_reconnect(JaspiraEvent je)
Event handler: The cockpit has reconnected to the server. |
JaspiraEventHandlerCode |
resume(JaspiraActionEvent jae)
Event handler: Executes the resume process command. |
JaspiraEventHandlerCode |
setBreakOnException(JaspiraActionEvent jae)
Event handler: Sets break on exception mode. |
JaspiraEventHandlerCode |
setBreakOnTopLevel(JaspiraActionEvent jae)
Event handler: Toggles break on top level mode. |
JaspiraEventHandlerCode |
setBreakOnWorkflow(JaspiraActionEvent jae)
Event handler: Toggles break on top level mode. |
JaspiraEventHandlerCode |
stepInto(JaspiraActionEvent jae)
Event handler: Executes the step into command. |
JaspiraEventHandlerCode |
stepNext(JaspiraActionEvent jae)
Event handler: Executes the step out command. |
JaspiraEventHandlerCode |
stepOut(JaspiraActionEvent jae)
Event handler: Executes the step out command. |
JaspiraEventHandlerCode |
stepOver(JaspiraActionEvent jae)
Event handler: Executes the step over command. |
JaspiraEventHandlerCode |
stepUntil(QualifierEvent je)
Event handler: Executes the step until command. |
JaspiraEventHandlerCode |
stop(JaspiraActionEvent jae)
Event handler: Executes the stop process command. |
JaspiraEventHandlerCode |
toggleBreakpoint(QualifierEvent je)
Event handler: Toggles a breakpoint. |
JaspiraEventHandlerCode |
togglebreakpoints(JaspiraActionEvent jae)
Event handler that toggles the breakpoints associated with the selected object(s). |
| 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.ClientEvents()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic int getPriority()
getPriority in interface JaspiraEventListenergetPriority in class EventModulepublic JaspiraEventHandlerCode togglebreakpoints(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode clearbreakpoints(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode setBreakOnTopLevel(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode setBreakOnWorkflow(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode setBreakOnException(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode stepInto(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode stepOut(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode stepOver(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode stepNext(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode stop(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode resume(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode getdebuggerid(AskEvent ae)
ae - Eventpublic JaspiraEventHandlerCode toggleBreakpoint(QualifierEvent je)
je - Event
public JaspiraEventHandlerCode stepUntil(QualifierEvent je)
je - Eventpublic JaspiraEventHandlerCode connectionlost(QualifierEvent je)
public JaspiraEventHandlerCode modeler_view_activated(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_view_closed(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_view_selectionchanged(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode plugin_serverconnection_reconnect(JaspiraEvent je)
je - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||