Modelers

org.topcased.modeler.figures
Class NodeAnchor

java.lang.Object
  extended by org.eclipse.draw2d.ConnectionAnchorBase
      extended by org.eclipse.draw2d.AbstractConnectionAnchor
          extended by org.eclipse.draw2d.ChopboxAnchor
              extended by org.topcased.modeler.figures.NodeAnchor
All Implemented Interfaces:
org.eclipse.draw2d.AncestorListener, org.eclipse.draw2d.ConnectionAnchor

public class NodeAnchor
extends org.eclipse.draw2d.ChopboxAnchor

Bug GEF 73968 : This class helps to resolve this bug temporarily.
creation : 10 d�c. 2004


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener
org.eclipse.draw2d.AncestorListener.Stub
 
Field Summary
 
Fields inherited from class org.eclipse.draw2d.ConnectionAnchorBase
listeners
 
Constructor Summary
NodeAnchor()
          Constructor
NodeAnchor(org.eclipse.draw2d.IFigure owner)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class org.eclipse.draw2d.ChopboxAnchor
getBox, getLocation, getReferencePoint, hashCode
 
Methods inherited from class org.eclipse.draw2d.AbstractConnectionAnchor
addAnchorListener, ancestorAdded, ancestorMoved, ancestorRemoved, getOwner, removeAnchorListener, setOwner
 
Methods inherited from class org.eclipse.draw2d.ConnectionAnchorBase
fireAnchorMoved
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAnchor

public NodeAnchor()
Constructor


NodeAnchor

public NodeAnchor(org.eclipse.draw2d.IFigure owner)
Constructor

Parameters:
owner -
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class org.eclipse.draw2d.ChopboxAnchor
See Also:
Object.equals(java.lang.Object)

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.