|
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.ListSource
static class ResourceSource.ListSource
A PropertySource for displaying properties whose value is a list.
Field Summary | |
---|---|
(package private) java.util.List |
m_list
The List that this PropertySource will be displaying |
Constructor Summary | |
---|---|
ResourceSource.ListSource(java.util.List list)
Constructs a new ListSource for a List value. |
Method Summary | |
---|---|
org.eclipse.ui.views.properties.IPropertyDescriptor[] |
getPropertyDescriptors()
Computes and returns an array of PropertyDescriptors, one descriptor per element of the list. |
java.lang.Object |
getPropertyValue(java.lang.Object id)
Retrieves the List item 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.util.List m_list
Constructor Detail |
---|
ResourceSource.ListSource(java.util.List list)
list
- The value that is to be displayed by this
PropertySourceMethod Detail |
---|
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
public java.lang.Object getPropertyValue(java.lang.Object id)
id
- An Integer representing the ordinal position of the item
in the list
|
Generated Tue 3-Mar-2009 02:02 AM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |