|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.agf.EditPartSourceProvider
public class EditPartSourceProvider
The Class EditPartSourceProvider.
Constructor Summary | |
---|---|
EditPartSourceProvider()
|
Method Summary | |
---|---|
org.eclipse.ui.views.properties.IPropertySource |
getPropertySource(java.lang.Object object)
|
java.util.Map<java.lang.Object,org.eclipse.ui.views.properties.IPropertySource> |
getPropertySources()
Gets the property sources. |
protected java.lang.Object |
getSource(org.eclipse.gef.EditPart editPart)
Gets the source. |
void |
setPropertySources(java.util.Map<java.lang.Object,org.eclipse.ui.views.properties.IPropertySource> propertySources)
Sets the property sources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditPartSourceProvider()
Method Detail |
---|
public void setPropertySources(java.util.Map<java.lang.Object,org.eclipse.ui.views.properties.IPropertySource> propertySources)
propertySources
- the property sourcespublic java.util.Map<java.lang.Object,org.eclipse.ui.views.properties.IPropertySource> getPropertySources()
public org.eclipse.ui.views.properties.IPropertySource getPropertySource(java.lang.Object object)
getPropertySource
in interface org.eclipse.ui.views.properties.IPropertySourceProvider
object
-
org.eclipse.amp.escape.ascape.adapt.BeanPropertySourceProvider#getPropertySource(java.lang.Object)
protected java.lang.Object getSource(org.eclipse.gef.EditPart editPart)
editPart
- the edit part
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |