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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateControl
(Composite parent, int style) Deprecated.Create a control with the specified parent and style bits.
-
Constructor Details
-
TextControlCreator
public TextControlCreator()Deprecated.
-
-
Method Details
-
createControl
Deprecated.Description copied from interface:IControlCreator
Create a control with the specified parent and style bits.- Specified by:
createControl
in interfaceIControlCreator
- Parameters:
parent
- the parent of the controlstyle
- the style of the control- Returns:
- the Control that was created.
-
ControlDecoration
instead ofDecoratedField
.