Uses of Interface
org.openbp.jaspira.plugin.Plugin

Packages that use Plugin
org.openbp.cockpit   
org.openbp.cockpit.generator   
org.openbp.cockpit.itemeditor   
org.openbp.cockpit.modeler   
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.skins   
org.openbp.cockpit.modeler.undo   
org.openbp.cockpit.plugins.association   
org.openbp.cockpit.plugins.commandline   
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.guiclient.model.item.itemfilter   
org.openbp.guiclient.plugins.displayobject   
org.openbp.guiclient.plugins.server   
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.option   
org.openbp.jaspira.plugin   
org.openbp.jaspira.plugins   
org.openbp.jaspira.plugins.colorchooser   
org.openbp.jaspira.plugins.errordialog   
org.openbp.jaspira.plugins.propertybrowser   
org.openbp.jaspira.plugins.statusbar   
 

Uses of Plugin in org.openbp.cockpit
 

Classes in org.openbp.cockpit that implement Plugin
 class Cockpit
          Main class of the OpenBP cockpit.
 class CockpitAboutBox
          This is the AboutBoxPlugin of the OpenBP Cockpit.
 

Uses of Plugin in org.openbp.cockpit.generator
 

Classes in org.openbp.cockpit.generator that implement Plugin
 class GeneratorPlugin
          Invisible plugin that provides access to the generator wizard.
 

Constructors in org.openbp.cockpit.generator with parameters of type Plugin
GeneratorPlugin.GeneratorAction(Plugin owner, java.lang.String name, GeneratorWizard wizard)
          Constructor.
 

Uses of Plugin in org.openbp.cockpit.itemeditor
 

Classes in org.openbp.cockpit.itemeditor that implement Plugin
 class ItemOpenDispatcherPlugin
          Plugin that handles open events for components and models.
 class NodeItemEditorPage
          Jaspira page for displaying the node editor plugin.
 class NodeItemEditorPlugin
          This plugin represents an editor for a single node
 

Uses of Plugin in org.openbp.cockpit.modeler
 

Classes in org.openbp.cockpit.modeler that implement Plugin
 class Modeler
          The Modeler class is one of the core components of the OpenBP modeler.
 class ModelerOptionPlugin
          This Plugin contains the options for the editor.
 class ModelerPage
          Jaspira page that hosts the Modeler.
 

Constructors in org.openbp.cockpit.modeler with parameters of type Plugin
ModelerEventModule(Plugin modeler)
          Default constructor.
ModelerInteractionModule(Plugin modeler)
          Default constructor.
 

Uses of Plugin in org.openbp.cockpit.modeler.drawing
 

Subinterfaces of Plugin in org.openbp.cockpit.modeler.drawing
 interface DrawingEditorPlugin
          Combination of DrawingEditor and VisiblePlugin.
 

Constructors in org.openbp.cockpit.modeler.drawing with parameters of type Plugin
SelectionDecorator(WorkspaceDrawingView view, Plugin provider)
          Constructor.
 

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

Classes in org.openbp.cockpit.modeler.skins that implement Plugin
 class SkinPlugin
          Invisible plugin that provides management of modeler skins.
 

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

Classes in org.openbp.cockpit.modeler.undo that implement Plugin
 class ModelerUndoPlugin
          This plugin reacts on the actionevents fired by the undo und redo action and communicates with the UndoMgr
 

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

Classes in org.openbp.cockpit.plugins.association that implement Plugin
 class AssociationPlugin
          Invisible plugin that provides generic mechanisms for associations handling.
 class ExternalAssociationPlugin
          Invisible plugin handling MIME type associations to external programs.
 

Uses of Plugin in org.openbp.cockpit.plugins.commandline
 

Classes in org.openbp.cockpit.plugins.commandline that implement Plugin
 class CommandLinePlugin
          Plugin that checks the command line options of the cockpit and loads processes if specified by the -process option.
 

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

Classes in org.openbp.cockpit.plugins.debugger that implement Plugin
 class DebuggerPlugin
          Simple Plugin that handles debug communication with the OpenBP server.
 class InspectorPlugin
          This plugin implements a token context inspector.
 class StackTracePlugin
          This plugin implements a token context inspector.
 

Constructors in org.openbp.cockpit.plugins.debugger with parameters of type Plugin
DebuggerOptionModule(Plugin plugin)
          Constructor.
DebuggerServerEvent(Plugin source, DebuggerEvent debuggerEvent)
          Constructor.
 

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

Classes in org.openbp.cockpit.plugins.finder that implement Plugin
 class FinderPlugin
          The plugin of the finder.
 class FinderResultPlugin
          This plugin show the results of the finder in the modeler.
 

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

Classes in org.openbp.cockpit.plugins.infopanel that implement Plugin
 class InfoPanelPlugin
          Info panel plugin.
 

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

Classes in org.openbp.cockpit.plugins.itembrowser that implement Plugin
 class ItemBrowserPlugin
          The item browser displays the models of the system and their items in a tree structure.
 class NodeEditorItemBrowserPlugin
          Item browser that displays data types and icons only.
 

Constructors in org.openbp.cockpit.plugins.itembrowser with parameters of type Plugin
ItemBrowserModule(Plugin itemBrowser)
          Default constructor.
 

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

Classes in org.openbp.cockpit.plugins.miniview that implement Plugin
 class MiniViewPlugin
          This Plugin displays a whole drawing view.
 

Constructors in org.openbp.cockpit.plugins.miniview with parameters of type Plugin
MiniViewEvent(Plugin source, java.lang.String eventName)
          Constructor.
 

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

Classes in org.openbp.cockpit.plugins.toolbox that implement Plugin
 class SocketToolBoxPlugin
          The ToolBox with two Sockets
 class StandardToolBoxPlugin
          This is a Standard ToolBox with all standard entrys.
 class ToolBoxPlugin
          A generic Plugin that shows ToolBoxItems which can used for Drag and Drop.
 class UserToolBoxPlugin
          This is a ToolBox where the User can put several Items.
 

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

Classes in org.openbp.cockpit.plugins.variables that implement Plugin
 class VariablesPlugin
          This plugin displays the variables used by a process in a tree table.
 

Uses of Plugin in org.openbp.guiclient.event
 

Constructors in org.openbp.guiclient.event with parameters of type Plugin
FileOpenEvent(Plugin source, java.lang.String eventName, java.lang.String filePath, java.lang.String[] mimeTypes)
          Constructor.
ItemEvent(Plugin source, java.lang.String eventName)
          Constructor.
ModelEvent(Plugin source, java.lang.String eventName)
          Constructor.
OpenEvent(Plugin source, java.lang.String eventName, java.lang.Object o)
          Constructor.
QualifierEvent(Plugin source, java.lang.String eventName, ModelQualifier qualifier)
          Constructor.
 

Uses of Plugin in org.openbp.guiclient.model.item.itemfilter
 

Methods in org.openbp.guiclient.model.item.itemfilter that return Plugin
 Plugin ItemFilterMgr.getPlugin()
          Gets the plugin the item filter manager is associated with (to be used as event source).
 Plugin ItemFilterHolder.getPlugin()
          Gets the plugin the item filter holder is associated with (to be used as event source).
 Plugin ItemFilter.getPlugin()
          Gets the plugin this filter belongs to.
 Plugin AbstractItemFilter.getPlugin()
          Gets the plugin this filter belongs to.
 

Methods in org.openbp.guiclient.model.item.itemfilter with parameters of type Plugin
 void ItemFilterMgr.setPlugin(Plugin plugin)
          Sets the plugin the item filter manager is associated with (to be used as event source).
 void ItemFilter.setPlugin(Plugin plugin)
          Sets the plugin this filter belongs to.
 void AbstractItemFilter.setPlugin(Plugin plugin)
          Sets the plugin this filter belongs to.
 

Constructors in org.openbp.guiclient.model.item.itemfilter with parameters of type Plugin
ItemFilterMgr(Plugin plugin)
          Constructor.
 

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

Classes in org.openbp.guiclient.plugins.displayobject that implement Plugin
 class DisplayObjectPlugin
          The role option manager keeps track of various settings that depend on the role of the current user.
 

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

Classes in org.openbp.guiclient.plugins.server that implement Plugin
 class ServerConnectionPlugin
          Unvisible plugin for common options
 

Uses of Plugin in org.openbp.jaspira.action
 

Constructors in org.openbp.jaspira.action with parameters of type Plugin
JaspiraAction(Plugin owner, java.lang.String name)
          Constructor.
JaspiraActionEvent(Plugin source, java.lang.String eventName, java.awt.event.ActionEvent actionEvent, int level)
          Constructor.
JaspiraActionEvent(Plugin source, java.lang.String eventName, int level)
          Constructor.
JaspiraActionEvent(Plugin source, java.lang.String eventName, java.awt.datatransfer.Transferable transferable, int level, java.awt.event.ActionEvent actionEvent)
          Constructor.
 

Uses of Plugin in org.openbp.jaspira.decoration
 

Methods in org.openbp.jaspira.decoration with parameters of type Plugin
static void DecorationMgr.addDecorator(Plugin provider, java.lang.String key, Decorator decorator)
          Adds a decorator to the list of decorators.
static void DecorationMgr.removeDecorator(Plugin provider, java.lang.String key, Decorator decorator)
          Removes a decorator from the list of decorators.
 

Uses of Plugin in org.openbp.jaspira.event
 

Methods in org.openbp.jaspira.event that return Plugin
 Plugin JaspiraEvent.getBrand()
          Gets the brand.
 Plugin JaspiraEvent.getSourcePlugin()
          Gets source plug in.
 

Methods in org.openbp.jaspira.event with parameters of type Plugin
 void JaspiraEvent.brand(Plugin brand)
          Sets the brand.
 

Constructors in org.openbp.jaspira.event with parameters of type Plugin
AskEvent(Plugin source, java.lang.String eventName)
          Constructor.
AskEvent(Plugin source, java.lang.String eventName, java.lang.Object object)
          Constructor.
InteractionEvent(Plugin source, java.lang.String type, java.lang.Object o)
          Constructor.
InteractionEvent(Plugin source, java.lang.String type, java.awt.datatransfer.Transferable transferable)
          Constructor.
JaspiraEvent(Plugin source, java.lang.String eventName)
          Creates a standard event with no data object, flood passing mode, application level and no flags.
JaspiraEvent(Plugin source, java.lang.String eventName, int type, int level)
          Creates an event with the given level and type and no data object.
JaspiraEvent(Plugin source, java.lang.String eventName, java.lang.Object object)
          Creates an application wide flood event with the given data object.
JaspiraEvent(Plugin source, java.lang.String eventName, java.lang.Object object, int type, int level)
          Creates an event with the given level, type and data object.
JaspiraEvent(Plugin source, java.lang.String eventName, java.lang.Object object, int type, int level, int flags)
          Creates a new event with all possible parameters.
KeySequenceEvent(Plugin source, KeySequence sequence, int type)
          Constructor.
RequestEvent(Plugin source, java.lang.String eventName, java.lang.Object object)
          Constructor.
StackActionEvent(Plugin source, java.lang.String eventName)
          Constructor.
StackActionEvent(Plugin source, java.lang.String eventName, java.lang.Object object, int type, int level, int flags)
          Constructor.
VetoableEvent(Plugin source, java.lang.String eventName)
          Creates a VetoEvent without additional information.
VetoableEvent(Plugin source, java.lang.String eventName, java.lang.Object object)
          Creates a VetoEvent with a single message object.
VetoableEvent(Plugin source, java.lang.String eventName, java.lang.Object oldObject, java.lang.Object newObject)
          Creates a new VetoEvent with an old and a new state.
 

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

Classes in org.openbp.jaspira.gui.clipboard that implement Plugin
 class ClipboardPlugin
          This plugin provides the link between the ClipboardMgr and the application.
 

Uses of Plugin in org.openbp.jaspira.gui.interaction
 

Constructors in org.openbp.jaspira.gui.interaction with parameters of type Plugin
BreakoutEvent(Plugin source, int key)
          Constructor.
 

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

Subinterfaces of Plugin in org.openbp.jaspira.gui.plugin
 interface VisiblePlugin
          A visible plugin is a plugin that can be displayed in the user interface of an application.
 

Classes in org.openbp.jaspira.gui.plugin that implement Plugin
 class AbstractVisiblePlugin
          Basic implementation of a visible plugin.
 class ApplicationBase
          The application base is the base class for any Jaspira application main class.
 class JaspiraPage
          A page in a application.
 class JaspiraPageContainer
          The page container is a frame that hold a number of JaspiraPage pages.
 

Methods in org.openbp.jaspira.gui.plugin that return Plugin
 Plugin JaspiraPageContainer.getParentPlugin()
           
 

Methods in org.openbp.jaspira.gui.plugin with parameters of type Plugin
 void JaspiraPageContainer.addPlugin(Plugin child)
           
 boolean JaspiraPageContainer.matchesPeerGroups(Plugin plugin, boolean strict)
           
 void JaspiraPageContainer.removePlugin(Plugin child)
           
 void JaspiraPageContainer.setParentPlugin(Plugin plugin)
           
 

Uses of Plugin in org.openbp.jaspira.option
 

Classes in org.openbp.jaspira.option that implement Plugin
 class OptionMgr
          Singleton class that manages all options of the application.
 

Uses of Plugin in org.openbp.jaspira.plugin
 

Classes in org.openbp.jaspira.plugin that implement Plugin
 class AbstractPlugin
          Abstract superclass for plugins.
 

Methods in org.openbp.jaspira.plugin that return Plugin
 Plugin PluginMgr.createCopy(Plugin source)
          Creates a duplicate of the supplied plugin via its state object.
 Plugin PluginMgr.createInstance(java.lang.Class cls, Plugin parent)
          Create a new instance of the given class.
 Plugin PluginMgr.PluginEntry.createInstance(Plugin parent)
          Creates a new instance of the plugin.
 Plugin PluginMgr.createInstance(PluginProfile profile, java.lang.ClassLoader pluginClassLoader, Plugin parent)
          Creates a new instance of the given plugin.
 Plugin PluginMgr.createInstance(PluginState state, Plugin parent)
          Creates a new instance via a supplied state object.
 Plugin PluginMgr.PluginEntry.createInstance(PluginState state, Plugin parent)
          Creates a new instance of a plugin with the given state data.
 Plugin PluginMgr.createInstance(java.lang.String classname, Plugin parent)
          Creates a new instance of the given plugin.
 Plugin Plugin.getParentPlugin()
          Returns the parent plugin of this plugin.
 Plugin AbstractPlugin.getParentPlugin()
          Returns the parent plugin of this plugin.
 Plugin ExternalOptionModule.getPlugin()
          Returns the plugin that owns this module.
 Plugin ExternalEventModule.getPlugin()
          Returns the plugin that owns this module.
 Plugin PluginMgr.getPlugin(java.lang.String uniqueId)
          Returns the (already existing instance) of a plugin with the given unique ID or null if there is no such instance.
 Plugin PluginMgr.getPluginInstance(java.lang.String classname)
          Gets the instance of a given plugin (identified by its class name).
 Plugin PluginMgr.PluginEntry.getPluginInstance(java.lang.String uniqueId)
          Returns the instance of the plugin with the given unique id or null if none such present.
 

Methods in org.openbp.jaspira.plugin with parameters of type Plugin
 void PluginMgr.PluginEntry.addInstance(Plugin plugin, Plugin parent)
          Adds an existing instance of a plugin.
 void Plugin.addPlugin(Plugin child)
          Adds a plugin as child plugin of this plugin.
 void AbstractPlugin.addPlugin(Plugin child)
          Adds a plugin as child plugin of this plugin.
 Plugin PluginMgr.createCopy(Plugin source)
          Creates a duplicate of the supplied plugin via its state object.
 Plugin PluginMgr.createInstance(java.lang.Class cls, Plugin parent)
          Create a new instance of the given class.
 Plugin PluginMgr.PluginEntry.createInstance(Plugin parent)
          Creates a new instance of the plugin.
 Plugin PluginMgr.createInstance(PluginProfile profile, java.lang.ClassLoader pluginClassLoader, Plugin parent)
          Creates a new instance of the given plugin.
 Plugin PluginMgr.createInstance(PluginState state, Plugin parent)
          Creates a new instance via a supplied state object.
 Plugin PluginMgr.PluginEntry.createInstance(PluginState state, Plugin parent)
          Creates a new instance of a plugin with the given state data.
 Plugin PluginMgr.createInstance(java.lang.String classname, Plugin parent)
          Creates a new instance of the given plugin.
 VisiblePlugin PluginMgr.createVisibleInstance(java.lang.Class cls, Plugin parent)
          Create a new instance of the given class.
 VisiblePlugin PluginMgr.createVisibleInstance(PluginState state, Plugin parent)
          Creates a new instance via a supplied state object.
 VisiblePlugin PluginMgr.createVisibleInstance(java.lang.String classname, Plugin parent)
          Creates a new instance of the given plugin.
 boolean Plugin.matchesPeerGroups(Plugin plugin, boolean strict)
          Matches all peer groups of one plugin against another.
 boolean AbstractPlugin.matchesPeerGroups(Plugin plugin, boolean strict)
          Matches all peer groups of one plugin against another.
 void PluginMgr.registerPlugin(Plugin plugin)
          Registers an externally created Plugin with the manager.
 boolean PluginMgr.removeInstance(Plugin plugin)
          Removes a plugin from its container, uninstalls it and deletes it.
 boolean PluginMgr.PluginEntry.removeInstance(Plugin plugin)
          Removes the given plugin from the user interface structure as well as from the plugin manager itself.
 void Plugin.removePlugin(Plugin child)
          Removes a child plugin from this plugin.
 void AbstractPlugin.removePlugin(Plugin child)
          Removes a child plugin from this plugin.
 void Plugin.setParentPlugin(Plugin newParent)
          Sets the parent plugin of this plugin.
 void AbstractPlugin.setParentPlugin(Plugin newParent)
          Sets the parent plugin of this plugin.
 

Constructors in org.openbp.jaspira.plugin with parameters of type Plugin
ExternalEventModule(Plugin plugin)
          Constructor.
ExternalInteractionModule(Plugin plugin)
          Constructor.
ExternalOptionModule(Plugin plugin)
          Constructor.
PluginState(Plugin plugin)
          Constructor.
 

Uses of Plugin in org.openbp.jaspira.plugins
 

Classes in org.openbp.jaspira.plugins that implement Plugin
 class AboutBoxPlugin
          This Plugin is a simple AboutBoxPlugin.
 class PluginMgrPlugin
          This Plugin shows all installed Plugins.
 

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

Classes in org.openbp.jaspira.plugins.colorchooser that implement Plugin
 class ColorChooserPlugin
          Simple color chooser plugin which selects a Color and supports drag and drop of the color.
 

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

Classes in org.openbp.jaspira.plugins.errordialog that implement Plugin
 class ErrorDialogPlugin
          Pseudo plugin to get access to a resource file and have an central point to get access to the options for the problem report
 

Constructors in org.openbp.jaspira.plugins.errordialog with parameters of type Plugin
ErrorEvent(Plugin source, java.lang.String message, java.lang.String exceptionString)
          Constructor.
ErrorEvent(Plugin source, java.lang.String message, java.lang.Throwable t)
          Constructor.
 

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

Classes in org.openbp.jaspira.plugins.propertybrowser that implement Plugin
 class PropertyBrowserPlugin
          Property browser plugin.
 

Constructors in org.openbp.jaspira.plugins.propertybrowser with parameters of type Plugin
PropertyBrowserSaveEvent(Plugin source, java.lang.String eventName, java.lang.Object modifiedObject, java.lang.Object originalObject)
          Constructor.
PropertyBrowserSetEvent(Plugin source)
          Generates an event that clears the content of the propertyBrowser.
PropertyBrowserSetEvent(Plugin source, java.lang.Object object, java.lang.Object originalObject, boolean isObjectNew, java.lang.String description, java.lang.String title, MultiIcon icon, boolean readOnly, boolean saveImmediately)
          Constructor.
 

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

Classes in org.openbp.jaspira.plugins.statusbar that implement Plugin
 class StatusBarPlugin
          Statusbar of a Jaspira page.
 

Constructors in org.openbp.jaspira.plugins.statusbar with parameters of type Plugin
StatusBarComponentEvent(Plugin plugin, java.awt.Component oldComponent, java.awt.Component newComponent)
          Constructor for StatusBarComponentEvent.REPLACE operations.
StatusBarComponentEvent(Plugin plugin, int operation, java.awt.Component comp)
          Constructor for StatusBarComponentEvent.ADD or StatusBarComponentEvent.REMOVE operations.
StatusBarTextEvent(Plugin plugin, java.lang.String text)
          Constructor.
 



Copyright © 2011. All Rights Reserved.