Uses of Class
org.openbp.cockpit.modeler.tools.ModelerTool

Packages that use ModelerTool
org.openbp.cockpit.modeler.tools   
 

Uses of ModelerTool in org.openbp.cockpit.modeler.tools
 

Subclasses of ModelerTool in org.openbp.cockpit.modeler.tools
 class FlowConnectionTool
          Connection tool for flow connections.
 class ParamConnectionTool
          Connection tool for parameter connections.
 class ParamReorderTracker
          Tool that allows reordering of parameters on sockets.
 class ProcessElementInPlaceEditorTool
          The text tool enables in-place-editing of figures that hold a display element.
 class RotationTracker
          The rotation tracker is used to rotate a socket tag around the node figure.
 class RubberBandTool
          Performs a rubberband selection of an area.
 class ScaleTracker
          The scale tracker is used to scale a figure.
 class ScrollTool
          Scrolls the workspace.
 class SimpleSelectTool
          This Tool does nothing by itself but selecting a single figure.
 class XConnectionTool
          The connection tool can be used to connect figures, to split connections, and to join two segments of a connection.
 class XDragTracker
          Performs dragging of the clicked figure.
 class XHandleTracker
          Handle tracker that notifies the underlaying process of modification.
 class ZoomTool
          Zooms the workspace.
 

Methods in org.openbp.cockpit.modeler.tools that return ModelerTool
 ModelerTool ModelerToolDecisionTableEntry.getTool()
          Gets the tool.
 

Methods in org.openbp.cockpit.modeler.tools with parameters of type ModelerTool
 void ModelerToolSupport.activateTool(ModelerTool tool, java.lang.Object objectUnderCursor)
          Activates the given tool.
 void ModelerToolSupport.addToolDecisionTableEntry(ModelerTool tool, java.lang.Class figureClass, int requiredInputState)
          Adds an entry to the tool decision table.
 

Constructors in org.openbp.cockpit.modeler.tools with parameters of type ModelerTool
ModelerToolDecisionTableEntry(ModelerTool tool, java.lang.Class objectClass, int requiredInputState)
          Value constructor.
 



Copyright © 2011. All Rights Reserved.