Uses of Class
org.openbp.jaspira.event.JaspiraEventHandlerCode

Packages that use JaspiraEventHandlerCode
org.openbp.cockpit   
org.openbp.cockpit.generator   
org.openbp.cockpit.itemeditor   
org.openbp.cockpit.modeler   
org.openbp.cockpit.modeler.skins   
org.openbp.cockpit.modeler.undo   
org.openbp.cockpit.plugins.association   
org.openbp.cockpit.plugins.debugger   
org.openbp.cockpit.plugins.finder   
org.openbp.cockpit.plugins.infopanel   
org.openbp.cockpit.plugins.itembrowser   
org.openbp.cockpit.plugins.miniview   
org.openbp.cockpit.plugins.toolbox   
org.openbp.cockpit.plugins.variables   
org.openbp.guiclient.plugins.displayobject   
org.openbp.guiclient.plugins.server   
org.openbp.jaspira.decoration   
org.openbp.jaspira.event   
org.openbp.jaspira.gui.clipboard   
org.openbp.jaspira.gui.plugin   
org.openbp.jaspira.option   
org.openbp.jaspira.plugin   
org.openbp.jaspira.plugins.colorchooser   
org.openbp.jaspira.plugins.errordialog   
org.openbp.jaspira.plugins.propertybrowser   
org.openbp.jaspira.plugins.statusbar   
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit
 

Methods in org.openbp.cockpit that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode Cockpit.HelpEvents.cockpit_help_javaapi(JaspiraActionEvent je)
          Event handler: Display the Java API documentation as HTML.
 JaspiraEventHandlerCode Cockpit.HelpEvents.cockpit_help_manual(JaspiraActionEvent je)
          Event handler: Display the help overview as PDF document.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.generator
 

Methods in org.openbp.cockpit.generator that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode GeneratorPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.itemeditor
 

Methods in org.openbp.cockpit.itemeditor that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode NodeItemEditorPlugin.Events.modeler_view_importtoselection(JaspiraEvent je)
          Event handler: Tries to import the event object into each currently selected element.
 JaspiraEventHandlerCode ItemOpenDispatcherPlugin.Events.open_componenteditor(OpenEvent oe)
          Event handler: Opens a process in the modeler.
 JaspiraEventHandlerCode ItemOpenDispatcherPlugin.Events.plugin_association_supports(RequestEvent event)
          Event handler: Check supported mime types for the open event.
 JaspiraEventHandlerCode NodeItemEditorPlugin.Events.plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
          Event handler: Handle the save object event from the property browser.
 JaspiraEventHandlerCode NodeItemEditorPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.modeler
 

Methods in org.openbp.cockpit.modeler that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ModelerPage.Events.controlanchor(JaspiraActionEvent jae)
          Toggles control anchor display.
 JaspiraEventHandlerCode ModelerPage.Events.controltoggle(JaspiraActionEvent jae)
          Toggles control link display.
 JaspiraEventHandlerCode ModelerPage.Events.datatoggle(JaspiraActionEvent jae)
          Toggles data link display.
 JaspiraEventHandlerCode ModelerEventModule.displayobject_changed_titlemode(JaspiraEvent event)
          Called after the titlemode option of the role manager (DisplayObjectPlugin) has been changed.
 JaspiraEventHandlerCode ModelerEventModule.editor_autoconnector_datalink(JaspiraEvent je)
          Event handler: The data link auto connector mode has been changed.
 JaspiraEventHandlerCode ModelerEventModule.editor_color_workspace(JaspiraEvent je)
          Event handler: The workspace color has been changed.
 JaspiraEventHandlerCode ModelerEventModule.editor_grid_display(JaspiraEvent je)
          Event handler: The grid display option has been changed.
 JaspiraEventHandlerCode ModelerEventModule.editor_grid_type(JaspiraEvent je)
          Event handler: The grid layout option has been changed.
 JaspiraEventHandlerCode ModelerEventModule.editor_shadow(JaspiraEvent je)
          Event handler: The shadow type option has been changed.
 JaspiraEventHandlerCode ModelerEventModule.getbyqualifier(AskEvent ae)
          Event handler: Gets a process element by its model qualifier.
 JaspiraEventHandlerCode ModelerEventModule.getselection(AskEvent ae)
          Event handler: Gets the selected elements.
 JaspiraEventHandlerCode ModelerEventModule.getselectioncount(AskEvent ae)
          Event handler: Gets the number of selected elements.
 JaspiraEventHandlerCode ModelerEventModule.global_clipboard_updatestatus(JaspiraEvent je)
          Event handler: Uses the update clipboard status event to enable/disable various edit actions.
 JaspiraEventHandlerCode ModelerEventModule.global_edit_geteditedinstance(AskEvent ae)
          Returns the edited instance of the given process if edited by this modeler.
 JaspiraEventHandlerCode ModelerEventModule.global_edit_geteditor(AskEvent ae)
          Returns this modeler if it edits the given process.
 JaspiraEventHandlerCode ModelerEventModule.global_frame_activated(JaspiraEvent je)
          Event handler: A Jaspira page container has been activated.
 JaspiraEventHandlerCode ModelerPage.Events.gridtoggle(JaspiraActionEvent jae)
          Toggles grid display.
 JaspiraEventHandlerCode ModelerEventModule.importtoselection(JaspiraEvent je)
          Event handler: Tries to import the event object into each currently selected element.
 JaspiraEventHandlerCode ModelerEventModule.invalidate(QualifierEvent je)
          Event handler: Invalidates a process element container identified by a given model qualifier into view.
 JaspiraEventHandlerCode ModelerEventModule.miniview_created(MiniViewEvent mve)
          Event handler: Miniview initialization.
 JaspiraEventHandlerCode ModelerEventModule.modechange(JaspiraEvent je)
          Event handler: View mode change was performed.
 JaspiraEventHandlerCode ModelerEventModule.modeler_drawing_figureadded(JaspiraEvent je)
          Event handler: A figure was added to the workspace.
 JaspiraEventHandlerCode ModelerEventModule.modeler_drawing_paramadded(JaspiraEvent je)
          Event handler: Socket autoconnector.
 JaspiraEventHandlerCode ModelerEventModule.modeler_drawing_socketadded(JaspiraEvent je)
          Event handler: Socket autoconnector.
 JaspiraEventHandlerCode ModelerEventModule.modeler_edit_fliporientation(JaspiraActionEvent jae)
          Event handler: Normalizes the drawing.
 JaspiraEventHandlerCode ModelerEventModule.modeler_edit_normalize(JaspiraActionEvent jae)
          Event handler: Normalizes the drawing.
 JaspiraEventHandlerCode ModelerEventModule.modeler_edit_selectall(JaspiraActionEvent jae)
          Event handler: Select all elements of the drawing.
 JaspiraEventHandlerCode ModelerEventModule.modeler_process_modified(JaspiraEvent je)
          Event handler: Modification flag.
 JaspiraEventHandlerCode ModelerPage.Events.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode ModelerPage.Events.modeler_view_addtohistory(QualifierEvent je)
          Event handler: Add the given model qualifier to the history.
 JaspiraEventHandlerCode ModelerPage.Events.open_modeler(OpenEvent oe)
          Event handler: Open an object.
 JaspiraEventHandlerCode ModelerEventModule.open_modeler(OpenEvent oe)
          Catches the open event, check if the object to open is the currently edited process and if so, cause it to request the focus.
 JaspiraEventHandlerCode ModelerPage.Events.plugin_association_supports(RequestEvent event)
          Event handler: Check supported mime types for the open event.
 JaspiraEventHandlerCode ModelerEventModule.plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
          Event handler: Save the object currently edited by the property browser.
 JaspiraEventHandlerCode ModelerInteractionModule.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode ModelerPage.Events.processback(JaspiraActionEvent jae)
          Moves backward in the process history.
 JaspiraEventHandlerCode ModelerPage.Events.processforward(JaspiraActionEvent jae)
          Moves forward in the process history.
 JaspiraEventHandlerCode ModelerEventModule.redraw(JaspiraEvent je)
          Event handler: Redraws the workspace.
 JaspiraEventHandlerCode ModelerEventModule.refresh(JaspiraEvent je)
          Event handler: Refreshes the workspace view.
 JaspiraEventHandlerCode ModelerEventModule.select(QualifierEvent je)
          Event handler: Scrolls a process element container identified by a given model qualifier into view and selects it.
 JaspiraEventHandlerCode ModelerEventModule.setzoomfactor(JaspiraEvent je)
          Event handler: Sets the zoom factor of the currently visible view.
 JaspiraEventHandlerCode ModelerEventModule.show(QualifierEvent je)
          Event handler: Scrolls a process element container identified by a given model qualifier into view.
 JaspiraEventHandlerCode ModelerEventModule.showexact(QualifierEvent je)
          Event handler: Scrolls a process element container identified by a given model qualifier into view.
 JaspiraEventHandlerCode ModelerPage.Events.showzoomfactor(JaspiraEvent je)
          Shows the given zoom factor in the zoom combo box.
 JaspiraEventHandlerCode ModelerEventModule.snaptogrid(JaspiraActionEvent jae)
          Toggles snap to grid mode.
 JaspiraEventHandlerCode ModelerEventModule.standard_file_askdelete(VetoableEvent ve)
          Event handler: A process is about to be deleted.
 JaspiraEventHandlerCode ModelerEventModule.standard_file_save(JaspiraActionEvent jae)
          Event handler: Save the current process if visible.
 JaspiraEventHandlerCode ModelerEventModule.standard_file_saveall(JaspiraActionEvent jae)
          Event handler: Save all processes.
 JaspiraEventHandlerCode ModelerEventModule.undo_history(JaspiraEvent je)
          Receiver for the undo history size option event.
 JaspiraEventHandlerCode ModelerEventModule.updatedrawing(JaspiraEvent je)
          Event handler: Synchronizes the display model with the process model.
 JaspiraEventHandlerCode ModelerPage.Events.zoomfactor(JaspiraActionEvent jae)
          Adjusts the zoom factor.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.modeler.skins
 

Methods in org.openbp.cockpit.modeler.skins that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode SkinPlugin.SkinEvents.displayskin(JaspiraEvent je)
          Shows the display name of the given skin in the skin combo box.
 JaspiraEventHandlerCode SkinPlugin.SkinEvents.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode SkinPlugin.SkinEvents.modeler_view_closed(JaspiraEvent je)
          Event handler: A modeler view has become inactive.
 JaspiraEventHandlerCode SkinPlugin.SkinEvents.selectskin(JaspiraActionEvent jae)
          Selects the skin for the current process.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.modeler.undo
 

Methods in org.openbp.cockpit.modeler.undo that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ModelerUndoPlugin.Events.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode ModelerUndoPlugin.Events.modeler_view_closed(JaspiraEvent je)
          Event handler: A modeler view has become inactive.
 JaspiraEventHandlerCode ModelerUndoPlugin.Events.redo(JaspiraActionEvent je)
          Redo the last undoable.
 JaspiraEventHandlerCode ModelerUndoPlugin.Events.undo(JaspiraActionEvent je)
          Undo the last action.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.association
 

Methods in org.openbp.cockpit.plugins.association that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ExternalAssociationPlugin.ExternalAssociationEvents.associations_mimetypes(JaspiraEvent je)
          Event handler: The external MIME type assocations have been changed in the options dialog.
 JaspiraEventHandlerCode AssociationPlugin.AssociationEvents.open(JaspiraEvent event)
          Event handler: Opens a model object in the associated editor.
 JaspiraEventHandlerCode ExternalAssociationPlugin.ExternalAssociationEvents.openfile(OpenEvent openEvent)
          Event handler: Open a file.
 JaspiraEventHandlerCode AssociationPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode ExternalAssociationPlugin.AssociationEvents.supports(RequestEvent event)
          Event handler: Check supported mime types for the open event.
 JaspiraEventHandlerCode AssociationPlugin.AssociationEvents.tryopen(JaspiraEvent event)
          Event handler: Opens a model object in the associated editor.
 JaspiraEventHandlerCode AssociationPlugin.AssociationEvents.update(JaspiraEvent je)
          Event handler: The associations should be updated.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.debugger
 

Methods in org.openbp.cockpit.plugins.debugger that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.clearbreakpoints(JaspiraActionEvent jae)
          Event handler that clears all breakpoints.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.connectionlost(QualifierEvent je)
          Event handler: Connection to the server has been lost.
 JaspiraEventHandlerCode DebuggerPlugin.ServerEvents.controlflow(DebuggerServerEvent dse)
          Event handler: Controlflows.
 JaspiraEventHandlerCode DebuggerPlugin.OptionEvents.controllinktracemode(JaspiraEvent je)
          Event handler: The control link trace mode option has changed.
 JaspiraEventHandlerCode InspectorPlugin.ServerEvents.dataflow(DebuggerServerEvent dse)
          Event handler: Dataflows.
 JaspiraEventHandlerCode DebuggerPlugin.ServerEvents.dataflow(DebuggerServerEvent dse)
          Event handler: Dataflows.
 JaspiraEventHandlerCode DebuggerPlugin.OptionEvents.datalinktracemode(JaspiraEvent je)
          Event handler: The data link trace mode option has changed.
 JaspiraEventHandlerCode StackTracePlugin.ServerEvents.debugger_client_clearstatuswindows(JaspiraEvent je)
          Event handler: Clears the context inspector window.
 JaspiraEventHandlerCode InspectorPlugin.ServerEvents.debugger_client_clearstatuswindows(JaspiraEvent je)
          Event handler: Clears the context inspector window.
 JaspiraEventHandlerCode StackTracePlugin.ServerEvents.debugger_client_statuschange(JaspiraEvent je)
          Event handler: Change the title bar of the plugin to indicate that the debugger is listening or has stopped.
 JaspiraEventHandlerCode InspectorPlugin.ServerEvents.debugger_client_statuschange(JaspiraEvent je)
          Event handler: Change the title bar of the plugin to indicate that the debugger is listening or has stopped.
 JaspiraEventHandlerCode DebuggerPlugin.OptionEvents.debuggerid(JaspiraEvent je)
          Event handler: The debugger id option has changed.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.getdebuggerid(AskEvent ae)
          Event handler: Returns the id if the debugger client.
protected  JaspiraEventHandlerCode DebuggerPlugin.ServerEvents.handleUnaccountedEvent(JaspiraEvent ev)
          Handles any unaccounted event.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.modeler_view_closed(JaspiraEvent je)
          Event handler: A modeler view has become inactive.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.modeler_view_selectionchanged(JaspiraEvent je)
          Event handler: The selection of a modeler view has changed.
 JaspiraEventHandlerCode StackTracePlugin.ServerEvents.nodeentry(DebuggerServerEvent dse)
          Event handler: Nodeentrys.
 JaspiraEventHandlerCode InspectorPlugin.ServerEvents.nodeentry(DebuggerServerEvent dse)
          Event handler: Nodeentrys.
 JaspiraEventHandlerCode DebuggerPlugin.ServerEvents.nodeentry(DebuggerServerEvent dse)
          Event handler: Nodeentrys.
 JaspiraEventHandlerCode StackTracePlugin.ServerEvents.nodeexit(DebuggerServerEvent dse)
          Event handler: Nodeexits.
 JaspiraEventHandlerCode InspectorPlugin.ServerEvents.nodeexit(DebuggerServerEvent dse)
          Event handler: Nodeexits.
 JaspiraEventHandlerCode DebuggerPlugin.ServerEvents.nodeexit(DebuggerServerEvent dse)
          Event handler: Nodeexits.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.plugin_serverconnection_reconnect(JaspiraEvent je)
          Event handler: The cockpit has reconnected to the server.
 JaspiraEventHandlerCode DebuggerPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode DebuggerPlugin.ServerEvents.processexception(DebuggerServerEvent dse)
          Event handler: Processexceptions.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.resume(JaspiraActionEvent jae)
          Event handler: Executes the resume process command.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.setBreakOnException(JaspiraActionEvent jae)
          Event handler: Sets break on exception mode.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.setBreakOnTopLevel(JaspiraActionEvent jae)
          Event handler: Toggles break on top level mode.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.setBreakOnWorkflow(JaspiraActionEvent jae)
          Event handler: Toggles break on top level mode.
 JaspiraEventHandlerCode DebuggerPlugin.OptionEvents.skipsystemmodel(JaspiraEvent je)
          Event handler: The skip visual process option has changed.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.stepInto(JaspiraActionEvent jae)
          Event handler: Executes the step into command.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.stepNext(JaspiraActionEvent jae)
          Event handler: Executes the step out command.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.stepOut(JaspiraActionEvent jae)
          Event handler: Executes the step out command.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.stepOver(JaspiraActionEvent jae)
          Event handler: Executes the step over command.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.stepUntil(QualifierEvent je)
          Event handler: Executes the step until command.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.stop(JaspiraActionEvent jae)
          Event handler: Executes the stop process command.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.toggleBreakpoint(QualifierEvent je)
          Event handler: Toggles a breakpoint.
 JaspiraEventHandlerCode DebuggerPlugin.ClientEvents.togglebreakpoints(JaspiraActionEvent jae)
          Event handler that toggles the breakpoints associated with the selected object(s).
 JaspiraEventHandlerCode DebuggerPlugin.InteractionEvents.toolbar(InteractionEvent ie)
          Standard event handler that is called when a toolbar is (re-)generated.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.finder
 

Methods in org.openbp.cockpit.plugins.finder that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode FinderResultPlugin.Event.delete(JaspiraActionEvent jae)
          Event handler: Removes all entries from the list.
 JaspiraEventHandlerCode FinderResultPlugin.Event.displayobject_changed_titlemode(JaspiraEvent je)
           
 JaspiraEventHandlerCode FinderPlugin.Events.findref(JaspiraActionEvent je)
          Event handler: Find references of a component.
 JaspiraEventHandlerCode FinderPlugin.Events.global_page_added(JaspiraEvent je)
          Event handler: Add the finder result plugin to the modeler page.
 JaspiraEventHandlerCode FinderResultPlugin.Interaction.popup(InteractionEvent ie)
           
 JaspiraEventHandlerCode FinderPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode FinderResultPlugin.Event.present(JaspiraEvent je)
          Event handler: Event to start a new reference search.
 JaspiraEventHandlerCode FinderResultPlugin.Event.refresh(JaspiraActionEvent jae)
          Event handler: Refresh the current reference list
 JaspiraEventHandlerCode FinderPlugin.Events.register(AskEvent ae)
          Event handler: Create the instance of the finder result plugin, if it does not exist already.
 JaspiraEventHandlerCode FinderResultPlugin.Interaction.toolbar(InteractionEvent ie)
           
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.infopanel
 

Methods in org.openbp.cockpit.plugins.infopanel that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode InfoPanelPlugin.Events.clearinfotext(JaspiraEvent je)
          Event method: Clears the info text.
 JaspiraEventHandlerCode InfoPanelPlugin.Events.setinfotext(JaspiraEvent je)
          Event method: Sets the text to be displayed (or null to clear).
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.itembrowser
 

Methods in org.openbp.cockpit.plugins.itembrowser that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ItemBrowserModule.displayobject_changed_titlemode(JaspiraEvent event)
          The titlemode option of the role manager (DisplayObjectPlugin) has been changed.
 JaspiraEventHandlerCode ItemBrowserModule.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode ItemBrowserModule.modeler_view_closed(JaspiraEvent je)
          Event handler: A modeler view has become inactive.
 JaspiraEventHandlerCode ItemBrowserModule.open(OpenEvent openEvent)
          Event handler: Open an object.
 JaspiraEventHandlerCode ItemBrowserModule.plugin_association_supports(RequestEvent event)
          Event handler: Check supported mime types for the open event.
 JaspiraEventHandlerCode ItemBrowserModule.plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
          Event handler: Save an item displayed in the property browser.
 JaspiraEventHandlerCode ItemBrowserPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode ItemBrowserModule.publish(JaspiraActionEvent jae)
          Event handler: Publish a model.
 JaspiraEventHandlerCode ItemBrowserModule.remove(JaspiraActionEvent jae)
          Event handler: Remove an item or a model.
 JaspiraEventHandlerCode ItemBrowserModule.run(JaspiraActionEvent jae)
          Event handler: Run a process.
 JaspiraEventHandlerCode ItemBrowserModule.standard_file_new(JaspiraActionEvent jae)
          Event handler: Toggle functional group display.
 JaspiraEventHandlerCode ItemBrowserModule.togglefunctionalgroup(JaspiraActionEvent jae)
          Event handler: Toggle functional group display.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.miniview
 

Methods in org.openbp.cockpit.plugins.miniview that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode MiniViewPlugin.Events.modeler_miniview_numberoption(JaspiraEvent je)
          Event handler: The maximum number of mini views has changed.
 JaspiraEventHandlerCode MiniViewPlugin.Events.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode MiniViewPlugin.Events.modeler_view_closed(JaspiraEvent je)
          Event handler: A modeler view has been closed.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.toolbox
 

Methods in org.openbp.cockpit.plugins.toolbox that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ToolBoxPlugin.Events.global_breakout_getprovider(BreakoutEvent boe)
          Event handler: Sets this toolbox as breakout provider.
 JaspiraEventHandlerCode ToolBoxPlugin.Events.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode ToolBoxPlugin.Events.modeler_view_closed(JaspiraEvent je)
          Event handler: A modeler view has been closed.
 JaspiraEventHandlerCode ToolBoxPlugin.Events.modeler_view_skinchanged(JaspiraEvent je)
          Event handler: The skin has been changed.
 JaspiraEventHandlerCode UserToolBoxPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

Uses of JaspiraEventHandlerCode in org.openbp.cockpit.plugins.variables
 

Methods in org.openbp.cockpit.plugins.variables that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode VariablesPlugin.Events.createprocessvarfromparam(JaspiraEvent je)
          Event handler: Adds a new process variable based on a parameter template.
 JaspiraEventHandlerCode VariablesPlugin.Events.modeler_view_activated(JaspiraEvent je)
          Event handler: A modeler view has become active.
 JaspiraEventHandlerCode VariablesPlugin.Events.modeler_view_closed(JaspiraEvent je)
          Event handler: A modeler view has become inactive.
 JaspiraEventHandlerCode VariablesPlugin.Events.refresh(JaspiraEvent je)
          Event handler: Refreshes the list of variables.
 JaspiraEventHandlerCode VariablesPlugin.SaveEvents.save(JaspiraActionEvent jae)
          Event handler: Save contents of the property browser (triggered by the standard toolbar).
 JaspiraEventHandlerCode VariablesPlugin.Events.saveobject(JaspiraEvent event)
          Event method: Saves the currently edited object.
 

Uses of JaspiraEventHandlerCode in org.openbp.guiclient.plugins.displayobject
 

Methods in org.openbp.guiclient.plugins.displayobject that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode DisplayObjectPlugin.Events.titlemode(JaspiraActionEvent jae)
          Action event handler for the 'Title mode toggle' toolbar button.
 

Uses of JaspiraEventHandlerCode in org.openbp.guiclient.plugins.server
 

Methods in org.openbp.guiclient.plugins.server that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ServerConnectionPlugin.Events.reload(JaspiraActionEvent jae)
          Event handler: Triggers the reloads of classes at the server.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.decoration
 

Methods in org.openbp.jaspira.decoration that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode DecorationModule.added(JaspiraEvent je)
          This is called when an decorator has been added.
 JaspiraEventHandlerCode DecorationModule.removed(JaspiraEvent je)
          This is called when an decorator has been removed.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.event
 

Methods in org.openbp.jaspira.event with parameters of type JaspiraEventHandlerCode
 boolean JaspiraEvent.updateFlags(JaspiraEventHandlerCode returnCode)
          Updates the event flags using the given module event handler return code.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.gui.clipboard
 

Methods in org.openbp.jaspira.gui.clipboard that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ClipboardPlugin.Events.copy(JaspiraActionEvent je)
          Action event handler: Cause the currently focused plugin to copy its current selection to the clipboard.
 JaspiraEventHandlerCode ClipboardPlugin.Events.cut(JaspiraActionEvent je)
          Action event handler: Cause the currently focused plugin to cut its current selection to the clipboard.
 JaspiraEventHandlerCode ClipboardPlugin.Events.delete(JaspiraActionEvent je)
          Action event handler: Cause the currently focused plugin to delete its current selection.
 JaspiraEventHandlerCode ClipboardPlugin.Events.paste(JaspiraActionEvent je)
          Action event handler: Cause the currently focused plugin to paste the current clipboard entry.
 JaspiraEventHandlerCode ClipboardPlugin.Events.updatestatus(JaspiraEvent je)
          Event handler: Updates the status of the standard clipboard actions according to the current plugin and the current clipboard contents.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.gui.plugin
 

Methods in org.openbp.jaspira.gui.plugin that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ApplicationBase.MenuInteractionEvents.exit(JaspiraActionEvent je)
          Event handler: Exits the application.
 JaspiraEventHandlerCode ApplicationBase.CloseEvents.global_application_exit(JaspiraEvent je)
          Event handler: Exits the application.
 JaspiraEventHandlerCode ApplicationBase.CloseEvents.global_frame_close(JaspiraEvent je)
          Event handler: A Jaspira page container has been closed.
 JaspiraEventHandlerCode AbstractVisiblePlugin.StandardVisiblePluginEvents.global_init_completed(JaspiraEvent je)
          Event handler: Called when the application initialization is complete.
 JaspiraEventHandlerCode AbstractVisiblePlugin.StandardVisiblePluginEvents.global_page_askchange(VetoableEvent ve)
          Event handler: Called when a page is about to change.
 JaspiraEventHandlerCode AbstractVisiblePlugin.StandardVisiblePluginEvents.global_plugin_addtocontainer(JaspiraEvent je)
          Event handler: Adds another plugin to the container of this plugin.
 JaspiraEventHandlerCode ApplicationBase.MenuInteractionEvents.openaboutbox(JaspiraActionEvent ie)
          Event handler: Opens the about box.
 JaspiraEventHandlerCode ApplicationBase.MenuInteractionEvents.pluginmanageropen(JaspiraActionEvent je)
          Event handler: Opens the plugin manager.
 JaspiraEventHandlerCode ApplicationBase.PageInteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode AbstractVisiblePlugin.StandardVisiblePluginEvents.rebuild(JaspiraEvent je)
          Event handler: Called when a global environment rebuild is being performed.
 JaspiraEventHandlerCode AbstractVisiblePlugin.StandardVisiblePluginEvents.update(JaspiraEvent je)
          Event handler: Called when a global environment update is being performed.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.option
 

Methods in org.openbp.jaspira.option that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode OptionMgr.Events.openoptiondialog(JaspiraActionEvent je)
          Event handler: Opens the option editor.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.plugin
 

Fields in org.openbp.jaspira.plugin declared as JaspiraEventHandlerCode
static JaspiraEventHandlerCode EventModule.EVENT_CONSUMED
          Event handler return code: The Event was consumed.
static JaspiraEventHandlerCode EventModule.EVENT_HANDLED
          Event handler return code: The Event was noted.
static JaspiraEventHandlerCode EventModule.EVENT_IGNORED
          Event handler return code: The Event was ignored.
 

Methods in org.openbp.jaspira.plugin that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode AbstractPlugin.StandardPluginEvents.global_askclose(VetoableEvent ve)
          Event handler: Checks if this plugin can be closed.
 JaspiraEventHandlerCode AbstractPlugin.StandardPluginEvents.global_closecanceled(JaspiraEvent ve)
          Event handler: Called when the close operation has been vetoed by a plugin.
 JaspiraEventHandlerCode AbstractPlugin.StandardPluginEvents.global_doclose(StackActionEvent ve)
          Event handler: Closes the plugin.
 JaspiraEventHandlerCode AbstractPlugin.StandardPluginEvents.global_keyevent(KeySequenceEvent kse)
          Event handler: Receives key sequence events and passes them to the Plugin itself.
protected  JaspiraEventHandlerCode EventModule.handleUnaccountedEvent(JaspiraEvent pe)
          This method is called when an event has been received that does not map to an event handler method of the module.
 JaspiraEventHandlerCode InteractionModule.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode ExternalInteractionModule.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode InteractionModule.toolbar(InteractionEvent ie)
          Standard event handler that is called when a toolbar is (re-)generated.
 JaspiraEventHandlerCode ExternalInteractionModule.toolbar(InteractionEvent ie)
          Standard event handler that is called when a toolbar is (re-)generated.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.plugins.colorchooser
 

Methods in org.openbp.jaspira.plugins.colorchooser that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ColorChooserPlugin.Events.setcolor(JaspiraEvent je)
          Event handler: Set the current color of the chooser.
 JaspiraEventHandlerCode ColorChooserPlugin.Events.sethelptext(JaspiraEvent je)
          Event handler: Set the help text of the chooser.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.plugins.errordialog
 

Methods in org.openbp.jaspira.plugins.errordialog that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode ErrorDialogPlugin.Events.showerror(ErrorEvent e)
          Event handler: show error dialog.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.plugins.propertybrowser
 

Methods in org.openbp.jaspira.plugins.propertybrowser that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode PropertyBrowserPlugin.Events.refresh(JaspiraEvent je)
          Event method: Re-sets the current object (applying new object values or a new object descriptor maybe).
 JaspiraEventHandlerCode PropertyBrowserPlugin.SaveEvents.save(JaspiraActionEvent jae)
          Event handler: Save contents of the property browser (triggered by the standard toolbar).
 JaspiraEventHandlerCode PropertyBrowserPlugin.Events.setobject(PropertyBrowserSetEvent oe)
          Event method: Sets the object to be edited.
 JaspiraEventHandlerCode PropertyBrowserPlugin.InteractionEvents.toolbar(InteractionEvent ie)
          Standard event handler that is called when a toolbar is (re-)generated.
 

Uses of JaspiraEventHandlerCode in org.openbp.jaspira.plugins.statusbar
 

Methods in org.openbp.jaspira.plugins.statusbar that return JaspiraEventHandlerCode
 JaspiraEventHandlerCode StatusBarPlugin.Events.busy(JaspiraEvent je)
          Event handler: Starts the status bar's busy animation.
 JaspiraEventHandlerCode StatusBarPlugin.Events.managecomponent(StatusBarComponentEvent event)
          Event handler: Manage status bar components.
 JaspiraEventHandlerCode StatusBarPlugin.Events.step(JaspiraEvent je)
          Event handler: Shows the given progress in the progress indicator of the status bar.
 JaspiraEventHandlerCode StatusBarPlugin.Events.unbusy(JaspiraEvent je)
          Event handler: Stops the status bar's busy animation.
 JaspiraEventHandlerCode StatusBarPlugin.Events.updatetext(StatusBarTextEvent event)
          Event handler: Updates the message text of the statusbar.
 



Copyright © 2011. All Rights Reserved.