Draw2D v2.0

org.eclipse.draw2d.parts
Class DockLocator

java.lang.Object
  |
  +--org.eclipse.draw2d.parts.DockLocator
All Implemented Interfaces:
Locator

public final class DockLocator
extends Object
implements Locator

Relocates a Dock figure to the bottom right corner of the Dock's host figure.


Constructor Summary
DockLocator()
           
 
Method Summary
 void relocate(IFigure fig)
          Sets the Dock's location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockLocator

public DockLocator()
Method Detail

relocate

public void relocate(IFigure fig)
Sets the Dock's location.
Specified by:
relocate in interface Locator

Draw2D v2.0