Eclipse Platform
Release 3.2

org.eclipse.jface.fieldassist
Class TextControlCreator

java.lang.Object
  extended byorg.eclipse.jface.fieldassist.TextControlCreator
All Implemented Interfaces:
IControlCreator

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

Constructor Summary
TextControlCreator()
           
 
Method Summary
 Control createControl(Composite parent, int style)
          Create a control with the specified parent and style bits.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextControlCreator

public TextControlCreator()
Method Detail

createControl

public Control createControl(Composite parent,
                             int style)
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.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.