Class GroupTextProperty

  • All Implemented Interfaces:
    org.eclipse.core.databinding.property.IProperty, org.eclipse.core.databinding.property.value.IValueProperty, org.eclipse.jface.databinding.swt.IWidgetValueProperty

    public class GroupTextProperty
    extends org.eclipse.jface.databinding.swt.WidgetValueProperty
    Databinding Property for SWT Groups.
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object doGetValue​(java.lang.Object source)  
      protected void doSetValue​(java.lang.Object source, java.lang.Object value)  
      java.lang.Object getValueType()  
      java.lang.String toString()  
      • Methods inherited from class org.eclipse.jface.databinding.swt.WidgetValueProperty

        adaptListener, observe, observe, observeDelayed, wrapObservable
      • Methods inherited from class org.eclipse.core.databinding.property.value.SimpleValueProperty

        observeDetail, observeDetail, observeDetail
      • Methods inherited from class org.eclipse.core.databinding.property.value.ValueProperty

        getValue, list, map, observeDetail, set, setValue, value, valueFactory, valueFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.core.databinding.property.value.IValueProperty

        getValue, list, map, observeDetail, observeDetail, observeDetail, observeDetail, set, setValue, value, valueFactory, valueFactory
    • Constructor Detail

      • GroupTextProperty

        public GroupTextProperty()
    • Method Detail

      • getValueType

        public java.lang.Object getValueType()
      • doGetValue

        protected java.lang.Object doGetValue​(java.lang.Object source)
        Specified by:
        doGetValue in class org.eclipse.core.databinding.property.value.SimpleValueProperty
      • doSetValue

        protected void doSetValue​(java.lang.Object source,
                                  java.lang.Object value)
        Specified by:
        doSetValue in class org.eclipse.core.databinding.property.value.SimpleValueProperty
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object