org.openbp.cockpit.modeler.tools
Class FlowConnectionTool

java.lang.Object
  extended by org.openbp.cockpit.modeler.tools.ModelerTool
      extended by org.openbp.cockpit.modeler.tools.XConnectionTool
          extended by org.openbp.cockpit.modeler.tools.FlowConnectionTool

public class FlowConnectionTool
extends XConnectionTool

Connection tool for flow connections.

Author:
Stephan Pauxberger

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openbp.cockpit.modeler.tools.XConnectionTool
XConnectionTool.CanConnectDecorator
 
Constructor Summary
FlowConnectionTool(ModelerToolSupport toolSupport)
           
 
Method Summary
 PolySplineConnection createConnection()
          Creates the connection figure.
 
Methods inherited from class org.openbp.cockpit.modeler.tools.XConnectionTool
activate, appliesTo, canLinkFigures, deactivate, findConnectableFigure, findConnectionStart, findConnector, findSourceFigure, findTargetFigure, mouseDown, mouseDrag, mouseMove, mouseUp, trackConnectors
 
Methods inherited from class org.openbp.cockpit.modeler.tools.ModelerTool
getAffectedFigure, getAffectedObject, getDrawing, getEditor, getLastPoint, getToolCursor, getToolHintMsg, getToolSupport, getView, keyDown, keyUp, setAffectedObject, setToolCursor, setToolHintMsg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowConnectionTool

public FlowConnectionTool(ModelerToolSupport toolSupport)
Method Detail

createConnection

public PolySplineConnection createConnection()
Description copied from class: XConnectionTool
Creates the connection figure.

Specified by:
createConnection in class XConnectionTool
Returns:
The prototype


Copyright © 2011. All Rights Reserved.