net.officefloor.eclipse.common.editpolicies.directedit
Interface DirectEditInitialiser

All Known Subinterfaces:
DirectEditAdapter<C,M>

public interface DirectEditInitialiser

Provides the necessary information to initialise a direct edit.

Author:
Daniel Sagenschneider

Method Summary
 String getInitialValue()
          Obtains the initial value.
 org.eclipse.draw2d.IFigure getLocationFigure()
          Obtains the IFigure that is used to determine the location of the direct edit.
 

Method Detail

getInitialValue

String getInitialValue()
Obtains the initial value.

Returns:
Initial value.

getLocationFigure

org.eclipse.draw2d.IFigure getLocationFigure()
Obtains the IFigure that is used to determine the location of the direct edit. This is typically the Label containing the value being directly edited.

Returns:
IFigure to use to determine the location.


Copyright © 2005-2013. All Rights Reserved.