Example usage for org.eclipse.jface.databinding.swt WidgetValueProperty subclass-usage

List of usage examples for org.eclipse.jface.databinding.swt WidgetValueProperty subclass-usage

Introduction

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

Usage

From source file gov.nasa.ensemble.core.detail.emf.binding.ComboNonSelectionValueProperty.java

public class ComboNonSelectionValueProperty extends WidgetValueProperty {

    ComboNonSelectionValueProperty() {
        super(new int[] { SWT.FocusOut, SWT.DefaultSelection });
    }

From source file gov.nasa.ensemble.core.detail.emf.binding.WidgetTriStateValueProperty.java

public class WidgetTriStateValueProperty extends WidgetValueProperty {

    WidgetTriStateValueProperty() {
        super(SWT.Selection); //  | SWT.Modify ?
    }

From source file org.bonitasoft.studio.common.widgets.DurationCompositeObservableValue.java

/**
 * @author Aurelien Pupier
 *
 */
public class DurationCompositeObservableValue extends WidgetValueProperty {

From source file org.eclipse.emf.example.databinding.project.ui.rcp.databinding.FormTextProperty.java

/**
 * Property to deal with {@link Form#setText(String)} and {@link Form#getText()}
 */
public class FormTextProperty extends WidgetValueProperty {
    private FormTextProperty() {
        super();

From source file org.eclipse.emfforms.internal.group.swt.GroupTextProperty.java

/**
 * Databinding Property for SWT Groups.
 *
 * @author Eugen Neufeld
 * @generated
 */

From source file org.eclipse.riena.internal.ui.ridgets.swt.CompletionComboSelectionProperty.java

/**
 * Based on CComboSelectionProperty from Eclipse Databinding
 */
class CompletionComboSelectionProperty extends WidgetValueProperty {

    public CompletionComboSelectionProperty() {

From source file org.jboss.tools.jst.css.dialog.widgets.CSSTreeItemWidgetValueProperty.java

/**
 * @author Sergey Dzmitrovich
 * 
 */
public class CSSTreeItemWidgetValueProperty extends WidgetValueProperty {

From source file org.jboss.tools.jst.css.dialog.widgets.CSSWidgetValueProperty.java

/**
 * @author Sergey Dzmitrovich
 * 
 */
public class CSSWidgetValueProperty extends WidgetValueProperty {

From source file org.jboss.tools.jst.web.ui.internal.css.dialog.widgets.CSSTreeItemWidgetValueProperty.java

/**
 * @author Sergey Dzmitrovich
 * 
 */
public class CSSTreeItemWidgetValueProperty extends WidgetValueProperty {

From source file org.jboss.tools.jst.web.ui.internal.css.dialog.widgets.CSSWidgetValueProperty.java

/**
 * @author Sergey Dzmitrovich
 * 
 */
public class CSSWidgetValueProperty extends WidgetValueProperty {