com.pnp.xfeature.editparts
Class FeatureCellEditorLocator

java.lang.Object
  extended by com.pnp.xfeature.editparts.FeatureCellEditorLocator

public class FeatureCellEditorLocator
extends java.lang.Object

Part of direct editing stuff. Taken from GEF examples (HelloWorld).

Author:
Kamil Ekstein, created on 28.9.2004, updated on 21.2.2005 by Ondrej Rohlik

Constructor Summary
FeatureCellEditorLocator(IFigure f)
          Creates the locator and assigns the figure to it.
 
Method Summary
 void relocate(CellEditor celleditor)
          Relocates the editing cell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureCellEditorLocator

public FeatureCellEditorLocator(IFigure f)
Creates the locator and assigns the figure to it.

Method Detail

relocate

public void relocate(CellEditor celleditor)
Relocates the editing cell.

See Also:
org.eclipse.gef.tools.CellEditorLocator#relocate(org.eclipse.jface.viewers.CellEditor)


Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.