Package org.eclipse.jface.fieldassist
Class TextControlCreator
java.lang.Object
org.eclipse.jface.fieldassist.TextControlCreator
- All Implemented Interfaces:
IControlCreator
@Deprecated(forRemoval=true,
since="2026-03")
public class TextControlCreator
extends Object
implements IControlCreator
Deprecated, for removal: This API element is subject to removal in a future version.
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
TextControlCreator
public TextControlCreator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createControl
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.
-
ControlDecorationinstead ofDecoratedField.