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

Packages that use InteractionEvent
org.openbp.cockpit.generator   
org.openbp.cockpit.itemeditor   
org.openbp.cockpit.modeler   
org.openbp.cockpit.modeler.paramvaluewizard   
org.openbp.cockpit.plugins.association   
org.openbp.cockpit.plugins.debugger   
org.openbp.cockpit.plugins.finder   
org.openbp.cockpit.plugins.itembrowser   
org.openbp.cockpit.plugins.toolbox   
org.openbp.jaspira.gui.plugin   
org.openbp.jaspira.plugin   
org.openbp.jaspira.plugins.propertybrowser   
 

Uses of InteractionEvent in org.openbp.cockpit.generator
 

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

Uses of InteractionEvent in org.openbp.cockpit.itemeditor
 

Methods in org.openbp.cockpit.itemeditor with parameters of type InteractionEvent
 JaspiraEventHandlerCode NodeItemEditorPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

Uses of InteractionEvent in org.openbp.cockpit.modeler
 

Methods in org.openbp.cockpit.modeler with parameters of type InteractionEvent
 JaspiraEventHandlerCode ModelerInteractionModule.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

Uses of InteractionEvent in org.openbp.cockpit.modeler.paramvaluewizard
 

Methods in org.openbp.cockpit.modeler.paramvaluewizard with parameters of type InteractionEvent
static void ParamVisibilityHelper.addParamMenu(InteractionEvent ie, Modeler modeler, SocketFigure socketFigure)
          Adds the param sub menu to the popup menu refering to the given node socket.
 

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

Methods in org.openbp.cockpit.plugins.association with parameters of type InteractionEvent
 JaspiraEventHandlerCode AssociationPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

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

Methods in org.openbp.cockpit.plugins.debugger with parameters of type InteractionEvent
 JaspiraEventHandlerCode DebuggerPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 JaspiraEventHandlerCode DebuggerPlugin.InteractionEvents.toolbar(InteractionEvent ie)
          Standard event handler that is called when a toolbar is (re-)generated.
 

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

Methods in org.openbp.cockpit.plugins.finder with parameters of type InteractionEvent
 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.Interaction.toolbar(InteractionEvent ie)
           
 

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

Methods in org.openbp.cockpit.plugins.itembrowser with parameters of type InteractionEvent
 JaspiraEventHandlerCode ItemBrowserPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

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

Methods in org.openbp.cockpit.plugins.toolbox with parameters of type InteractionEvent
 JaspiraEventHandlerCode UserToolBoxPlugin.InteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

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

Methods in org.openbp.jaspira.gui.plugin with parameters of type InteractionEvent
 JaspiraEventHandlerCode ApplicationBase.PageInteractionEvents.popup(InteractionEvent ie)
          Standard event handler that is called when a popup menu is to be shown.
 

Uses of InteractionEvent in org.openbp.jaspira.plugin
 

Methods in org.openbp.jaspira.plugin with parameters of type InteractionEvent
 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 InteractionEvent in org.openbp.jaspira.plugins.propertybrowser
 

Methods in org.openbp.jaspira.plugins.propertybrowser with parameters of type InteractionEvent
 JaspiraEventHandlerCode PropertyBrowserPlugin.InteractionEvents.toolbar(InteractionEvent ie)
          Standard event handler that is called when a toolbar is (re-)generated.
 



Copyright © 2011. All Rights Reserved.