Example usage for org.eclipse.jface.databinding.fieldassist ControlDecorationUpdater subclass-usage

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

Introduction

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

Usage

From source file org.jboss.tools.common.ui.databinding.RequiredControlDecorationUpdater.java

/**
 * A custom control decoration updater that would display the "required" (*)
 * decoration to a control if the validation status is IStatus#CANCEL
 * 
 * @see IStatus#CANCEL
 */

From source file org.jboss.tools.fuse.transformation.editor.internal.wizards.WizardControlDecorationUpdater.java

/**
 * @author brianf
 *
 */
@SuppressWarnings("restriction")
public class WizardControlDecorationUpdater extends ControlDecorationUpdater {

From source file org.jboss.tools.livereload.ui.internal.configuration.RequiredControlDecorationUpdater.java

/**
 * A custom control decoration updater that would display the "required" (*)
 * decoration to a control if the validation status is IStatus#CANCEL
 * 
 * @author Xavier Coulon
 *

From source file org.jboss.tools.openshift.express.internal.ui.databinding.RequiredControlDecorationUpdater.java

/**
 * A custom control decoration updater that would display the "required" (*)
 * decoration to a control if the validation status is IStatus#CANCEL
 * 
 * @author Xavier Coulon
 *

From source file org.jboss.tools.openshift.internal.common.ui.databinding.RequiredControlDecorationUpdater.java

/**
 * A custom control decoration updater that would display the "required" (*)
 * decoration to a control if the validation status is IStatus#CANCEL
 * 
 * @author Xavier Coulon
 *