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

Packages that use JaspiraEvent
org.openbp.cockpit.itemeditor   
org.openbp.cockpit.modeler   
org.openbp.cockpit.modeler.skins   
org.openbp.cockpit.modeler.undo   
org.openbp.cockpit.modeler.util   
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.event   
org.openbp.jaspira.action   
org.openbp.jaspira.decoration   
org.openbp.jaspira.event   
org.openbp.jaspira.gui.clipboard   
org.openbp.jaspira.gui.interaction   
org.openbp.jaspira.gui.plugin   
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 JaspiraEvent in org.openbp.cockpit.itemeditor
 

Methods in org.openbp.cockpit.itemeditor with parameters of type JaspiraEvent
 JaspiraEventHandlerCode NodeItemEditorPlugin.Events.modeler_view_importtoselection(JaspiraEvent je)
          Event handler: Tries to import the event object into each currently selected element.
 

Uses of JaspiraEvent in org.openbp.cockpit.modeler
 

Methods in org.openbp.cockpit.modeler with parameters of type JaspiraEvent
 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.global_clipboard_updatestatus(JaspiraEvent je)
          Event handler: Uses the update clipboard status event to enable/disable various edit actions.
 JaspiraEventHandlerCode ModelerEventModule.global_frame_activated(JaspiraEvent je)
          Event handler: A Jaspira page container has been activated.
 JaspiraEventHandlerCode ModelerEventModule.importtoselection(JaspiraEvent je)
          Event handler: Tries to import the event object into each currently selected element.
 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_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 ModelerEventModule.redraw(JaspiraEvent je)
          Event handler: Redraws the workspace.
 JaspiraEventHandlerCode ModelerEventModule.refresh(JaspiraEvent je)
          Event handler: Refreshes the workspace view.
 JaspiraEventHandlerCode ModelerEventModule.setzoomfactor(JaspiraEvent je)
          Event handler: Sets the zoom factor of the currently visible view.
 JaspiraEventHandlerCode ModelerPage.Events.showzoomfactor(JaspiraEvent je)
          Shows the given zoom factor in the zoom combo box.
 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.
 

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

Methods in org.openbp.cockpit.modeler.skins with parameters of type JaspiraEvent
 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.
 

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

Methods in org.openbp.cockpit.modeler.undo with parameters of type JaspiraEvent
 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.
 

Uses of JaspiraEvent in org.openbp.cockpit.modeler.util
 

Constructors in org.openbp.cockpit.modeler.util with parameters of type JaspiraEvent
Animator(Animatable animatable, CH.ifa.draw.framework.DrawingView view, int delay, JaspiraEvent endEvent)
          Default constructor.
 

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

Methods in org.openbp.cockpit.plugins.association with parameters of type JaspiraEvent
 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 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 JaspiraEvent in org.openbp.cockpit.plugins.debugger
 

Subclasses of JaspiraEvent in org.openbp.cockpit.plugins.debugger
 class DebuggerServerEvent
          Client event that wraps a debugger server event.
 

Methods in org.openbp.cockpit.plugins.debugger with parameters of type JaspiraEvent
 JaspiraEventHandlerCode DebuggerPlugin.OptionEvents.controllinktracemode(JaspiraEvent je)
          Event handler: The control link trace mode option has changed.
 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.
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 DebuggerPlugin.ClientEvents.plugin_serverconnection_reconnect(JaspiraEvent je)
          Event handler: The cockpit has reconnected to the server.
 JaspiraEventHandlerCode DebuggerPlugin.OptionEvents.skipsystemmodel(JaspiraEvent je)
          Event handler: The skip visual process option has changed.
 

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

Methods in org.openbp.cockpit.plugins.finder with parameters of type JaspiraEvent
 JaspiraEventHandlerCode FinderResultPlugin.Event.displayobject_changed_titlemode(JaspiraEvent je)
           
 JaspiraEventHandlerCode FinderPlugin.Events.global_page_added(JaspiraEvent je)
          Event handler: Add the finder result plugin to the modeler page.
 JaspiraEventHandlerCode FinderResultPlugin.Event.present(JaspiraEvent je)
          Event handler: Event to start a new reference search.
 

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

Methods in org.openbp.cockpit.plugins.infopanel with parameters of type JaspiraEvent
 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 JaspiraEvent in org.openbp.cockpit.plugins.itembrowser
 

Methods in org.openbp.cockpit.plugins.itembrowser with parameters of type JaspiraEvent
 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.
 

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

Subclasses of JaspiraEvent in org.openbp.cockpit.plugins.miniview
 class MiniViewEvent
          This Event is sent by the MiniView Plugin to query all active editors that would like to be displayed in the mini view.
 

Methods in org.openbp.cockpit.plugins.miniview with parameters of type JaspiraEvent
 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 JaspiraEvent in org.openbp.cockpit.plugins.toolbox
 

Methods in org.openbp.cockpit.plugins.toolbox with parameters of type JaspiraEvent
 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.
 

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

Methods in org.openbp.cockpit.plugins.variables with parameters of type JaspiraEvent
 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.Events.saveobject(JaspiraEvent event)
          Event method: Saves the currently edited object.
 

Uses of JaspiraEvent in org.openbp.guiclient.event
 

Subclasses of JaspiraEvent in org.openbp.guiclient.event
 class FileOpenEvent
          This event is used if a file is to be opened in its associated editor.
 class ItemEvent
          Jaspira event containing all item relevant information
 class ModelEvent
          Jaspira event containing all model relevant information.
 class OpenEvent
          This event is used if an object is to be opened in its associated editor.
 class QualifierEvent
          JaspiraEvent that carries a model qualifier as Object.
 

Uses of JaspiraEvent in org.openbp.jaspira.action
 

Subclasses of JaspiraEvent in org.openbp.jaspira.action
 class JaspiraActionEvent
          Event fired by JaspiraAction objects.
 

Uses of JaspiraEvent in org.openbp.jaspira.decoration
 

Methods in org.openbp.jaspira.decoration with parameters of type JaspiraEvent
 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 JaspiraEvent in org.openbp.jaspira.event
 

Subclasses of JaspiraEvent in org.openbp.jaspira.event
 class AskEvent
          Event that provides the recepients with the capability to insert a specific answer via the setAnswer mehtod.
 class InteractionEvent
          Event that is sent before a popup menu is shown.
 class KeySequenceEvent
          Special event that is passed when a key sequence has been recognized.
 class RequestEvent
          A request event is used to broadcast a request to all plugins.
 class StackActionEvent
          Event that may contain Runnable actions that are executed when the StackActionEvent.performActions() method is called.
 class VetoableEvent
          Event that precedes vetoable changes.
 

Methods in org.openbp.jaspira.event with parameters of type JaspiraEvent
 boolean JaspiraEventListener.eventFired(JaspiraEvent e)
          An event needs to be handled.
static boolean JaspiraEventMgr.fireGlobalEvent(JaspiraEvent je)
          Fires the given event using the application itself as startingpoint.
 boolean JaspiraEventMgr.postHandleEvent(JaspiraEvent je)
          Performs the event handling for global events that should be handled after the actual event handling of the plugin.
 boolean JaspiraEventMgr.preHandleEvent(JaspiraEvent je)
          Performs the event handling for global events that should be handled before the actual event handling of the plugin.
 

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

Methods in org.openbp.jaspira.gui.clipboard with parameters of type JaspiraEvent
 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 JaspiraEvent in org.openbp.jaspira.gui.interaction
 

Subclasses of JaspiraEvent in org.openbp.jaspira.gui.interaction
 class BreakoutEvent
          The event is sent if a break out menu has to be shown and a provider is needed.
 

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

Methods in org.openbp.jaspira.gui.plugin with parameters of type JaspiraEvent
 boolean JaspiraPageContainer.fireEvent(JaspiraEvent je)
           
 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_plugin_addtocontainer(JaspiraEvent je)
          Event handler: Adds another plugin to the container of this plugin.
 boolean JaspiraPageContainer.handleEvent(JaspiraEvent je)
           
 boolean JaspiraPageContainer.inheritEvent(JaspiraEvent je)
           
 JaspiraEventHandlerCode AbstractVisiblePlugin.StandardVisiblePluginEvents.rebuild(JaspiraEvent je)
          Event handler: Called when a global environment rebuild is being performed.
 boolean JaspiraPageContainer.receiveEvent(JaspiraEvent je)
           
 void JaspiraPageContainer.stackEvent(JaspiraEvent je)
           
 void AbstractVisiblePlugin.stackEvent(JaspiraEvent je)
          Ensures that there are not multiple GEUs or GERs stacked.
 JaspiraEventHandlerCode AbstractVisiblePlugin.StandardVisiblePluginEvents.update(JaspiraEvent je)
          Event handler: Called when a global environment update is being performed.
 

Uses of JaspiraEvent in org.openbp.jaspira.plugin
 

Methods in org.openbp.jaspira.plugin with parameters of type JaspiraEvent
 boolean EventModule.eventFired(JaspiraEvent je)
          This method checks the incoming client event and forwards it to the corrresponding event handler method if there exists one.
 boolean Plugin.fireEvent(JaspiraEvent je)
          Fires the given event using the event queue.
 boolean AbstractPlugin.fireEvent(JaspiraEvent je)
          Fires the given event using the event queue.
 JaspiraEventHandlerCode AbstractPlugin.StandardPluginEvents.global_closecanceled(JaspiraEvent ve)
          Event handler: Called when the close operation has been vetoed by a plugin.
 boolean Plugin.handleEvent(JaspiraEvent je)
          Tries to handles the event for this plugin without passing it on.
 boolean AbstractPlugin.handleEvent(JaspiraEvent je)
          Tries to handles the event for this plugin without passing it on.
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.
 boolean Plugin.inheritEvent(JaspiraEvent je)
          Receives an event incoming from a parent.
 boolean AbstractPlugin.inheritEvent(JaspiraEvent je)
          Receives an event incoming from a parent.
protected  boolean AbstractPlugin.passDown(JaspiraEvent je)
          Passes an event down to the child plugins.
 boolean Plugin.receiveEvent(JaspiraEvent je)
          Handles an incoming event that is received from a child plugin.
 boolean AbstractPlugin.receiveEvent(JaspiraEvent je)
          Handles an incoming event that is received from a child plugin.
 void Plugin.stackEvent(JaspiraEvent je)
          Adds a stackable event to the event stack.
 void AbstractPlugin.stackEvent(JaspiraEvent je)
          Adds a stackable event to the event stack.
 

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

Methods in org.openbp.jaspira.plugins.colorchooser with parameters of type JaspiraEvent
 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 JaspiraEvent in org.openbp.jaspira.plugins.errordialog
 

Subclasses of JaspiraEvent in org.openbp.jaspira.plugins.errordialog
 class ErrorEvent
          This event can be used to open the error dialog.
 

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

Subclasses of JaspiraEvent in org.openbp.jaspira.plugins.propertybrowser
 class PropertyBrowserSaveEvent
          This event is created by the property browser in order to save the currently edited object.
 class PropertyBrowserSetEvent
          This event is created by plugins that want the property browser to display an object.
 

Methods in org.openbp.jaspira.plugins.propertybrowser with parameters of type JaspiraEvent
 JaspiraEventHandlerCode PropertyBrowserPlugin.Events.refresh(JaspiraEvent je)
          Event method: Re-sets the current object (applying new object values or a new object descriptor maybe).
 

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

Subclasses of JaspiraEvent in org.openbp.jaspira.plugins.statusbar
 class StatusBarComponentEvent
          Event used to control the statusbar and its components.
 class StatusBarTextEvent
          This event is used to display a text in a status bar plugin.
 

Methods in org.openbp.jaspira.plugins.statusbar with parameters of type JaspiraEvent
 JaspiraEventHandlerCode StatusBarPlugin.Events.busy(JaspiraEvent je)
          Event handler: Starts the status bar's busy animation.
 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.
 



Copyright © 2011. All Rights Reserved.