|
Project: com.ibm.rational.teamapi.scout | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rational.teamapi.scout.DefaultPropertySource
com.ibm.rational.teamapi.scout.ResourceSource.ArraySource
static class ResourceSource.ArraySource
A PropertySource for displaying properties whose value is an array.
Field Summary | |
---|---|
(package private) java.lang.Object |
m_array
The array of values represented by this PropertySource |
Constructor Summary | |
---|---|
ResourceSource.ArraySource(java.lang.Object array)
Constructs an ArraySource for an array value |
Method Summary | |
---|---|
org.eclipse.ui.views.properties.IPropertyDescriptor[] |
getPropertyDescriptors()
Computes and returns an array of PropertyDescriptors, one descriptor per element of the array. |
java.lang.Object |
getPropertyValue(java.lang.Object id)
Retrieves the array element identified by a given property identifier. |
Methods inherited from class com.ibm.rational.teamapi.scout.DefaultPropertySource |
---|
getEditableValue, isPropertySet, resetPropertyValue, setPropertyValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.Object m_array
Constructor Detail |
---|
ResourceSource.ArraySource(java.lang.Object array)
array
- The array to be displayed by the ArraySource.Method Detail |
---|
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
public java.lang.Object getPropertyValue(java.lang.Object id)
id
- An Integer representing the index of the item in the
array
|
Generated Thu 30-Oct-2008 05:19 PM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |