Example usage for org.eclipse.jface.fieldassist TextControlCreator subclass-usage

List of usage examples for org.eclipse.jface.fieldassist TextControlCreator subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.fieldassist TextControlCreator subclass-usage.

Usage

From source file org.talend.designer.core.ui.editor.properties.controllers.creator.SelectAllTextControlCreator.java

/**
 * DOC ggu class global comment. Detailled comment <br/>
 * 
 * An {@link IControlCreator} for SWT Text controls. <br>
 * This is a convenience class for creating text controls to be supplied to a decorated field.<br>
 * And this class implements to select all(hot key: Ctrl+A) contents of the Text control.