|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.ui.properties.AbstractPropertySource<ESourceType>
ESourceType - type of object, for which properties will be shownpublic abstract class AbstractPropertySource<ESourceType>
This class creates array of properties for any object of type ESourceType
Here list of IProperty objects are connected with instance of ESourceType
If sourceObject contains also properties defined in another class inherited from AbstractPropertySource,
then just add these properties using addChildSource(AbstractPropertySource)
| Constructor Summary | |
|---|---|
AbstractPropertySource(ESourceType sourceObject)
|
|
| Method Summary | |
|---|---|
java.util.List<IPropertyDescriptor> |
getPropertyDescriptors()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPropertySource(ESourceType sourceObject)
sourceObject - Object, for which properties will be displayed| Method Detail |
|---|
public java.util.List<IPropertyDescriptor> getPropertyDescriptors()
sourceObjectorg.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||