Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.jface.fieldassist
Class TextControlCreator


java.lang.Object
  extended by 
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

Constructor Summary
TextControlCreator ()
          Deprecated.  
 
Method Summary
  Control createControl ( Composite parent, int style)
          Deprecated. 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()
Deprecated. 
Method Detail

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.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire