|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.common.core.service.AbstractProvider
org.eclipse.gmf.runtime.emf.ui.properties.providers.GenericEMFPropertiesProvider
public class GenericEMFPropertiesProvider
Provider that provides clients with generic EMF propeties.
Constructor Summary | |
---|---|
GenericEMFPropertiesProvider()
|
Method Summary | |
---|---|
protected ICompositePropertySource |
createPropertySource(java.lang.Object object,
org.eclipse.emf.edit.provider.IItemPropertySource itemPropertySource)
|
protected org.eclipse.emf.common.notify.AdapterFactory |
getAdapterFactory(java.lang.Object object)
Adapter to the EMF layer - the factory that will return IItelPropertySource adapters |
ICompositePropertySource |
getPropertySource(java.lang.Object object)
This implements IPropertySourceProvider .getPropertySource to
forward the call to an object that implements
IItemPropertySource . |
boolean |
provides(IOperation operation)
Indicates whether this provider provides the specified operation. |
Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider |
---|
addProviderChangeListener, fireProviderChange, removeProviderChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider |
---|
addProviderChangeListener, removeProviderChangeListener |
Constructor Detail |
---|
public GenericEMFPropertiesProvider()
Method Detail |
---|
protected org.eclipse.emf.common.notify.AdapterFactory getAdapterFactory(java.lang.Object object)
public ICompositePropertySource getPropertySource(java.lang.Object object)
IPropertySourceProvider
.getPropertySource to
forward the call to an object that implements
IItemPropertySource
.
getPropertySource
in interface IPropertiesProvider
object
- -
target of the properties
public boolean provides(IOperation operation)
IProvider
Providers generally cast the operation to a service specific
IOperation
-derived class in order to determine whether they
support the request.
provides
in interface IProvider
operation
- The operation in question.
true
if this provider provides the operation;
false
otherwise.protected ICompositePropertySource createPropertySource(java.lang.Object object, org.eclipse.emf.edit.provider.IItemPropertySource itemPropertySource)
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.