Modelers

org.topcased.modeler.edit
Class LabelCellEditorLocator

java.lang.Object
  extended by org.topcased.modeler.edit.LabelCellEditorLocator
All Implemented Interfaces:
org.eclipse.gef.tools.CellEditorLocator

public class LabelCellEditorLocator
extends java.lang.Object
implements org.eclipse.gef.tools.CellEditorLocator

A CellEditorLocator for a specified label


Constructor Summary
LabelCellEditorLocator(org.eclipse.draw2d.IFigure fig)
          Creates a new CellEditorLocator for the given Figure
 
Method Summary
 void relocate(org.eclipse.jface.viewers.CellEditor celleditor)
          Expands the size of the control by 1 pixel in each direction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelCellEditorLocator

public LabelCellEditorLocator(org.eclipse.draw2d.IFigure fig)
Creates a new CellEditorLocator for the given Figure

Parameters:
fig - the Figure
Method Detail

relocate

public void relocate(org.eclipse.jface.viewers.CellEditor celleditor)
Expands the size of the control by 1 pixel in each direction

Specified by:
relocate in interface org.eclipse.gef.tools.CellEditorLocator
See Also:
CellEditorLocator.relocate(org.eclipse.jface.viewers.CellEditor)

Modelers

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