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 useControlDecorationinstead ofDecoratedField.AnIControlCreatorfor 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 ControlcreateControl(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:IControlCreatorCreate a control with the specified parent and style bits.- Specified by:
createControlin interfaceIControlCreator- Parameters:
parent- the parent of the controlstyle- the style of the control- Returns:
- the Control that was created.
-
-