|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectReflectiveItemProvider
org.eclipse.weaver.extension.providers.WeaverExtendedItemProvider
ItemProvider base extension
Constructor Summary | |
WeaverExtendedItemProvider()
This creates a base extension item provider |
Method Summary | |
protected void |
collectNewChildDescriptors(java.util.Collection newChildDescriptors,
java.lang.Object object)
|
protected java.util.List |
getAllConcreteSubclasses(EClass eClass)
Gets all concrete subclasses of a class in all the packages of a resourceSet. |
java.util.Collection |
getChildren(java.lang.Object object)
|
java.util.List |
getEElementPropertyDescriptors(java.lang.Object object)
gets the properties of a gives object. |
java.util.List |
getPropertyDescriptors(java.lang.Object object)
returns the descriptors for all properties of a given object. |
boolean |
isAdapterForType(java.lang.Object type)
returns true if its factory is of type WElementProviderAdapterFactory |
void |
setAdapterFactory(AdapterFactory adapterFactory)
Sets the adapter factory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WeaverExtendedItemProvider()
Method Detail |
public void setAdapterFactory(AdapterFactory adapterFactory)
IWeaverItemProvider
setAdapterFactory
in interface IWeaverItemProvider
adapterFactory
- public java.util.Collection getChildren(java.lang.Object object)
protected void collectNewChildDescriptors(java.util.Collection newChildDescriptors, java.lang.Object object)
public boolean isAdapterForType(java.lang.Object type)
type
-
protected java.util.List getAllConcreteSubclasses(EClass eClass)
eClass
-
public java.util.List getPropertyDescriptors(java.lang.Object object)
object
-
public java.util.List getEElementPropertyDescriptors(java.lang.Object object)
object
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |