Interface ITextInputEditPartDelegate
- All Known Implementing Classes:
Draw2DTextInputEditpartDelegate
,NativeTextEditpartDelegate
public interface ITextInputEditPartDelegate
The delegate interface that describes the common functions of Native Text and draw2d Text Input.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.eclipse.draw2d.IFigure
void
void
-
Method Details
-
doCreateFigure
org.eclipse.draw2d.IFigure doCreateFigure() -
registerPropertyChangeHandlers
void registerPropertyChangeHandlers() -
updatePropSheet
void updatePropSheet() -
createEditPolicies
void createEditPolicies()
-