workspace.typeblocking
Class LinkFinderUtil

java.lang.Object
  extended by workspace.typeblocking.LinkFinderUtil

public class LinkFinderUtil
extends java.lang.Object

Utilities class to find links between two blocks


Constructor Summary
LinkFinderUtil()
           
 
Method Summary
protected static BlockLink connectBlocks(Block child, Block parent)
          Handles the Connecting of blocks once they are dropped onto the canvas and are waiting to be linked if posible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkFinderUtil

public LinkFinderUtil()
Method Detail

connectBlocks

protected static BlockLink connectBlocks(Block child,
                                         Block parent)
Handles the Connecting of blocks once they are dropped onto the canvas and are waiting to be linked if posible.

Parameters:
child -
parent -