Uses of Interface
org.openbp.jaspira.gui.interaction.InteractionClient

Packages that use InteractionClient
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.figures   
org.openbp.cockpit.modeler.figures.process   
org.openbp.cockpit.modeler.figures.spline   
org.openbp.cockpit.modeler.figures.tag   
org.openbp.cockpit.plugins.toolbox   
org.openbp.cockpit.plugins.variables   
org.openbp.jaspira.gui.interaction   
org.openbp.jaspira.gui.plugin   
 

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

Classes in org.openbp.cockpit.modeler.drawing that implement InteractionClient
 class ProcessDrawing
          A ProcessDrawing is the graphical representation of a OpenBP process.
 

Uses of InteractionClient in org.openbp.cockpit.modeler.figures
 

Subinterfaces of InteractionClient in org.openbp.cockpit.modeler.figures
 interface VisualElement
          A visual element represents a figure of a process drawing.
 

Uses of InteractionClient in org.openbp.cockpit.modeler.figures.process
 

Subinterfaces of InteractionClient in org.openbp.cockpit.modeler.figures.process
 interface ProcessElementContainer
          This interface is implemented by all figures which represent an OpenBP process element (nodes, sockets etc\.).
 

Classes in org.openbp.cockpit.modeler.figures.process that implement InteractionClient
 class DecisionNodeFigure
          Decision node figure.
 class FinalNodeFigure
          Graphical representation of a initial node.
 class FlowConnection
          Spline figure representing a control link.
 class ForkNodeFigure
          Fork node figure.
 class HLineFigure
          Vertical line figure.
 class InitialNodeFigure
          Graphical representation of a initial node.
 class JoinNodeFigure
          Join node figure.
 class LineFigure
          Abstract line figure.
 class MergeNodeFigure
          Merge node figure.
 class MultiSocketNodeFigure
          A Node Figure is the graphical representation of a multi socket node.
 class NodeFigure
          A Node Figure is the graphical representation of a process node.
 class ParamConnection
          Spline figure representing a data link.
 class ParamFigure
          Figure that is used to represent node params of a socket.
 class PlaceholderNodeFigure
          Placeholder figure.
 class PrimitiveNodeFigure
          Primtive node figure.
 class ProcessVariableConnection
          Graphical represention of a datalink between a node parameter and a process variable.
 class ProcessVariableFigure
          This is the figurative representation of a process variable.
 class SocketFigure
          Socket figure.
 class TextElementFigure
          The text element figure represents a simple text rectangle.
 class VLineFigure
          Vertical line figure.
 class WaitStateNodeFigure
          Wait state node figure.
 class WorkflowEndNodeFigure
          Workflow node figure.
 class WorkflowNodeFigure
          Workflow node figure.
 

Uses of InteractionClient in org.openbp.cockpit.modeler.figures.spline
 

Classes in org.openbp.cockpit.modeler.figures.spline that implement InteractionClient
 class PolySplineConnection
          A spline connection is a standard implementation of the connection figure interface.
 

Uses of InteractionClient in org.openbp.cockpit.modeler.figures.tag
 

Classes in org.openbp.cockpit.modeler.figures.tag that implement InteractionClient
 class AbstractTagFigure
          An AbstractTagFigure represents a single tag.
 class HorizontalRotatingTagFigure
          Horizontally oriented tag figure that may rotate around its parent.
 class SimpleTextTagFigure
          Simple tag figure that displays a line of text.
 class StraightTagFigure
          Non-rotating tag figure that contains simple content that does not change its order when the tag is moved.
 

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

Classes in org.openbp.cockpit.plugins.toolbox that implement InteractionClient
 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 InteractionClient in org.openbp.cockpit.plugins.variables
 

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

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

Fields in org.openbp.jaspira.gui.interaction declared as InteractionClient
protected  InteractionClient BasicDropRegion.parent
          Drop client that this region belongs to
 

Methods in org.openbp.jaspira.gui.interaction that return InteractionClient
 InteractionClient BasicDropRegion.getParent()
          Gets the drop client that this region belongs to.
 

Methods in org.openbp.jaspira.gui.interaction with parameters of type InteractionClient
 void DropPaneContainer.addDropClient(InteractionClient client)
          Adds a drop client to the list of the container's drop clients.
 void DropableDialog.addDropClient(InteractionClient client)
           
 void DragDropPane.addDropClient(InteractionClient client)
          Adds a drop client.
static void DropClientUtil.dragEnded(InteractionClient client, java.awt.datatransfer.Transferable transferable)
          called when a dragging has ended.
static void DropClientUtil.dragStarted(InteractionClient client, java.awt.datatransfer.Transferable transferable)
          Called when a dragging has been started.
static java.util.List DropClientUtil.getAllDropRegions(InteractionClient client, java.util.List flavors, java.awt.datatransfer.Transferable data, java.awt.event.MouseEvent mouseEvent)
          Returns a list of all regions of the given client AND possible sub clients.
static java.util.List DropClientUtil.getAllImportersAt(InteractionClient client, java.awt.Point p)
          Returns all importers which will be accepted at the given point by the given client or one of its sub clients.
 void DropPaneContainer.removeDropClient(InteractionClient client)
          Removes a drop client to the list of the container's drop clients.
 void DropableDialog.removeDropClient(InteractionClient client)
           
 void DragDropPane.removeDropClient(InteractionClient client)
          Removes a drop client.
 void BasicDropRegion.setParent(InteractionClient parent)
          Sets the drop client that this region belongs to.
 

Constructors in org.openbp.jaspira.gui.interaction with parameters of type InteractionClient
BasicDragReactor(java.lang.Object id, InteractionClient parent, java.awt.Component source, long delay)
          Constructor.
BasicDragReactor(java.lang.Object id, InteractionClient parent, java.awt.geom.RectangularShape shape, java.awt.Component origin, long delay)
          Constructor.
BasicDropRegion(java.lang.Object id, InteractionClient parent, java.awt.Component source)
          Component constructor.
BasicDropRegion(java.lang.Object id, InteractionClient parent, java.awt.geom.RectangularShape shape, java.awt.Component origin)
          Constructor for a rectangular region.
CircleDropRegion(java.lang.Object id, InteractionClient parent, java.awt.geom.RectangularShape shape, int diameter, java.awt.Component origin)
          Constructor.
Importer(java.lang.Object regionId, InteractionClient client, java.awt.datatransfer.DataFlavor[] flavors)
          Constructor.
ViewDropRegion(java.lang.Object id, InteractionClient parent, java.awt.geom.RectangularShape shape, java.awt.Component origin)
          Convenience constructor.
 

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

Classes in org.openbp.jaspira.gui.plugin that implement InteractionClient
 class JaspiraPageContainer
          The page container is a frame that hold a number of JaspiraPage pages.
 class PluginDivider
          This class is a container for Plugins.
 class PluginPanel
          A plugin panel displays a plugin.
 class TabbedPluginContainer
          A tabbed plugin container displays plugins in a combination of tabbed panes and tabs themselves.
 

Methods in org.openbp.jaspira.gui.plugin with parameters of type InteractionClient
 void JaspiraPageContainer.addDropClient(InteractionClient client)
           
 void JaspiraPageContainer.removeDropClient(InteractionClient client)
           
 



Copyright © 2011. All Rights Reserved.