org.eclipse.jface.fieldassist
Class TextControlCreator
java.lang.Object
org.eclipse.jface.fieldassist.TextControlCreator
-
All Implemented Interfaces:
-
IControlCreator
Deprecated. As of 3.3, clients should use
ControlDecoration
instead
of
DecoratedField
.
-
public class TextControlCreator
- extends
Object
- implements
IControlCreator
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
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
TextControlCreator
public TextControlCreator()
-
Deprecated.
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 interface
IControlCreator
-
-
Parameters:
-
parent
- the parent of the control -
style
- the style of the control
-
Returns:
- the Control that was created.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.