Package org.eclipse.jface.fieldassist
Class TextControlCreator
java.lang.Object
org.eclipse.jface.fieldassist.TextControlCreator
- All Implemented Interfaces:
- IControlCreator
Deprecated.
An 
IControlCreator for SWT Text controls. This is a convenience class
 for creating text controls to be supplied to a decorated field.- Since:
- 3.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateControl(Composite parent, int style) Deprecated.Create a control with the specified parent and style bits.
- 
Constructor Details- 
TextControlCreatorpublic TextControlCreator()Deprecated.
 
- 
- 
Method Details- 
createControlDeprecated.Description copied from interface:IControlCreatorCreate a control with the specified parent and style bits.- Specified by:
- createControlin interface- IControlCreator
- Parameters:
- parent- the parent of the control
- style- the style of the control
- Returns:
- the Control that was created.
 
 
- 
ControlDecorationinstead ofDecoratedField.