Package gda.rcp.views

Class GDAPropertySource

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

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

    • ID_NAME

      public static String ID_NAME
    • descriptors

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

    • GDAPropertySource

      public GDAPropertySource(Object adapter)
  • 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