public class TextControlCreator extends Object implements IControlCreator
IControlCreator
for SWT Text controls. This is a convenience class
for creating text controls to be supplied to a decorated field.Constructor and Description |
---|
TextControlCreator() |
Modifier and Type | Method and Description |
---|---|
Control |
createControl(Composite parent,
int style)
Create a control with the specified parent and style bits.
|
public Control createControl(Composite parent, int style)
IControlCreator
createControl
in interface IControlCreator
parent
- the parent of the controlstyle
- the style of the controlGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.