Package org.eclipse.jface.fieldassist
Class TextControlCreator
- java.lang.Object
-
- org.eclipse.jface.fieldassist.TextControlCreator
-
- All Implemented Interfaces:
IControlCreator
@Deprecated public class TextControlCreator extends Object implements IControlCreator
Deprecated.As of 3.3, clients should useControlDecoration
instead ofDecoratedField
.AnIControlCreator
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
Constructors Constructor Description TextControlCreator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Control
createControl(Composite parent, int style)
Deprecated.Create a control with the specified parent and style bits.
-
-
-
Method Detail
-
createControl
public Control createControl(Composite parent, int style)
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.
-
-