Package gda.rcp.views

Class GDAScannablePropertySource

java.lang.Object
gda.rcp.views.GDAScannablePropertySource
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertySource

public class GDAScannablePropertySource extends Object implements org.eclipse.ui.views.properties.IPropertySource
  • Field Details

    • descriptors

      protected static org.eclipse.ui.views.properties.IPropertyDescriptor[] descriptors
  • Constructor Details

    • GDAScannablePropertySource

      public GDAScannablePropertySource(Scannable scannable)
  • Method Details

    • getEditableValue

      public Object getEditableValue()
      Specified by:
      getEditableValue in interface org.eclipse.ui.views.properties.IPropertySource
    • getPropertyDescriptors

      public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
      Specified by:
      getPropertyDescriptors in interface org.eclipse.ui.views.properties.IPropertySource
    • getPropertyValue

      public Object getPropertyValue(Object id)
      Specified by:
      getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
    • isPropertySet

      public boolean isPropertySet(Object id)
      Specified by:
      isPropertySet in interface org.eclipse.ui.views.properties.IPropertySource
    • resetPropertyValue

      public void resetPropertyValue(Object id)
      Specified by:
      resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
    • setPropertyValue

      public void setPropertyValue(Object id, Object value)
      Specified by:
      setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource