TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.adapter
Class DPLSuggestedTypePropertySource

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.adapter.DPLSuggestedTypePropertySource
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertySource, org.eclipse.ui.views.properties.IPropertySource2

public class DPLSuggestedTypePropertySource
extends java.lang.Object
implements org.eclipse.ui.views.properties.IPropertySource2

This class is a IPropertySource2 implemented for IDatapoolSuggestedType.

Since:
3.3

Field Summary
static java.lang.String PROPERTY_SOURCE_SUGGESTEDTYPE_CLASS_NAME
           
static java.lang.String PROPERTY_SOURCE_SUGGESTEDTYPE_ENUMERATIONS
           
static java.lang.String PROPERTY_SOURCE_SUGGESTEDTYPE_TYPE
           
 
Constructor Summary
DPLSuggestedTypePropertySource(org.eclipse.hyades.edit.datapool.IDatapoolSuggestedType type)
           
 
Method Summary
 java.lang.Object getEditableValue()
           
 org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
           
 java.lang.Object getPropertyValue(java.lang.Object id)
           
 boolean isPropertyResettable(java.lang.Object id)
           
 boolean isPropertySet(java.lang.Object id)
           
 void resetPropertyValue(java.lang.Object id)
           
 void setPropertyValue(java.lang.Object id, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_SOURCE_SUGGESTEDTYPE_TYPE

public static final java.lang.String PROPERTY_SOURCE_SUGGESTEDTYPE_TYPE
See Also:
Constant Field Values

PROPERTY_SOURCE_SUGGESTEDTYPE_CLASS_NAME

public static final java.lang.String PROPERTY_SOURCE_SUGGESTEDTYPE_CLASS_NAME
See Also:
Constant Field Values

PROPERTY_SOURCE_SUGGESTEDTYPE_ENUMERATIONS

public static final java.lang.String PROPERTY_SOURCE_SUGGESTEDTYPE_ENUMERATIONS
See Also:
Constant Field Values
Constructor Detail

DPLSuggestedTypePropertySource

public DPLSuggestedTypePropertySource(org.eclipse.hyades.edit.datapool.IDatapoolSuggestedType type)
Method Detail

isPropertyResettable

public boolean isPropertyResettable(java.lang.Object id)
Specified by:
isPropertyResettable in interface org.eclipse.ui.views.properties.IPropertySource2

getEditableValue

public java.lang.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 java.lang.Object getPropertyValue(java.lang.Object id)
Specified by:
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource

isPropertySet

public boolean isPropertySet(java.lang.Object id)
Specified by:
isPropertySet in interface org.eclipse.ui.views.properties.IPropertySource2

resetPropertyValue

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

setPropertyValue

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

TPTP 4.4.0 Testing Tools Project
Public API Specification