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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DockLocator
public DockLocator()
relocate
public void relocate(IFigure fig)
- Sets the Dock's location.
- Specified by:
relocate in interface Locator