|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.ohf.stem.definitions.labels.util.LabelsAdapterFactory
org.eclipse.ohf.stem.definitions.labels.provider.LabelsItemProviderAdapterFactory
public class LabelsItemProviderAdapterFactory
This is the factory that is used to provide the interfaces needed to support Viewers.
The adapters generated by this factory convert EMF adapter notifications into calls to fireNotifyChanged
.
The adapters also support Eclipse property sheets.
Note that most of the adapters are shared among multiple instances.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Constructor Summary | |
---|---|
LabelsItemProviderAdapterFactory()
This constructs an instance. |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
adapt(org.eclipse.emf.common.notify.Notifier notifier,
java.lang.Object type)
This implementation substitutes the factory itself as the key for the adapter. |
java.lang.Object |
adapt(java.lang.Object object,
java.lang.Object type)
|
void |
addListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
This adds a listener. |
org.eclipse.emf.common.notify.Adapter |
createAreaLabelAdapter()
This creates an adapter for a AreaLabel . |
org.eclipse.emf.common.notify.Adapter |
createAreaLabelValueAdapter()
This creates an adapter for a AreaLabelValue . |
org.eclipse.emf.common.notify.Adapter |
createCommonBorderRelationshipLabelAdapter()
This creates an adapter for a CommonBorderRelationshipLabel . |
org.eclipse.emf.common.notify.Adapter |
createCommonBorderRelationshipLabelValueAdapter()
This creates an adapter for a CommonBorderRelationshipLabelValue . |
org.eclipse.emf.common.notify.Adapter |
createPhysicalRelationshipLabelValueAdapter()
This creates an adapter for a PhysicalRelationshipLabelValue . |
org.eclipse.emf.common.notify.Adapter |
createPopulationLabelAdapter()
This creates an adapter for a PopulationLabel . |
org.eclipse.emf.common.notify.Adapter |
createPopulationLabelValueAdapter()
This creates an adapter for a PopulationLabelValue . |
org.eclipse.emf.common.notify.Adapter |
createRelativePhysicalRelationshipLabelAdapter()
This creates an adapter for a RelativePhysicalRelationshipLabel . |
org.eclipse.emf.common.notify.Adapter |
createRelativePhysicalRelationshipLabelValueAdapter()
This creates an adapter for a RelativePhysicalRelationshipLabelValue . |
org.eclipse.emf.common.notify.Adapter |
createTransportRelationshipLabelAdapter()
This creates an adapter for a TransportRelationshipLabel . |
org.eclipse.emf.common.notify.Adapter |
createTransportRelationshipLabelValueAdapter()
This creates an adapter for a TransportRelationshipLabelValue . |
void |
dispose()
This disposes all of the item providers created by this factory. |
void |
fireNotifyChanged(org.eclipse.emf.common.notify.Notification notification)
This delegates to changeNotifier and to parentAdapterFactory . |
org.eclipse.emf.edit.provider.ComposeableAdapterFactory |
getRootAdapterFactory()
This returns the root adapter factory that contains this factory. |
boolean |
isFactoryForType(java.lang.Object type)
|
void |
removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
This removes a listener. |
void |
setParentAdapterFactory(org.eclipse.emf.edit.provider.ComposedAdapterFactory parentAdapterFactory)
This sets the composed adapter factory that contains this factory. |
Methods inherited from class org.eclipse.ohf.stem.definitions.labels.util.LabelsAdapterFactory |
---|
createAdapter, createDynamicEdgeLabelAdapter, createDynamicLabelAdapter, createEdgeLabelAdapter, createEObjectAdapter, createIdentifiableAdapter, createLabelAdapter, createLabelValueAdapter, createNodeLabelAdapter, createPhysicalRelationshipLabelAdapter, createSanityCheckerAdapter, createStaticEdgeLabelAdapter, createStaticNodeLabelAdapter |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adaptAllNew, adaptNew |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.notify.AdapterFactory |
---|
adaptAllNew, adaptNew |
Field Detail |
---|
public static final java.lang.String copyright
Constructor Detail |
---|
public LabelsItemProviderAdapterFactory()
Method Detail |
---|
public org.eclipse.emf.common.notify.Adapter createPopulationLabelAdapter()
PopulationLabel
.
createPopulationLabelAdapter
in class LabelsAdapterFactory
PopulationLabel
public org.eclipse.emf.common.notify.Adapter createPopulationLabelValueAdapter()
PopulationLabelValue
.
createPopulationLabelValueAdapter
in class LabelsAdapterFactory
PopulationLabelValue
public org.eclipse.emf.common.notify.Adapter createAreaLabelAdapter()
AreaLabel
.
createAreaLabelAdapter
in class LabelsAdapterFactory
AreaLabel
public org.eclipse.emf.common.notify.Adapter createAreaLabelValueAdapter()
AreaLabelValue
.
createAreaLabelValueAdapter
in class LabelsAdapterFactory
AreaLabelValue
public org.eclipse.emf.common.notify.Adapter createRelativePhysicalRelationshipLabelAdapter()
RelativePhysicalRelationshipLabel
.
createRelativePhysicalRelationshipLabelAdapter
in class LabelsAdapterFactory
RelativePhysicalRelationshipLabel
public org.eclipse.emf.common.notify.Adapter createRelativePhysicalRelationshipLabelValueAdapter()
RelativePhysicalRelationshipLabelValue
.
createRelativePhysicalRelationshipLabelValueAdapter
in class LabelsAdapterFactory
RelativePhysicalRelationshipLabelValue
public org.eclipse.emf.common.notify.Adapter createCommonBorderRelationshipLabelAdapter()
CommonBorderRelationshipLabel
.
createCommonBorderRelationshipLabelAdapter
in class LabelsAdapterFactory
CommonBorderRelationshipLabel
public org.eclipse.emf.common.notify.Adapter createCommonBorderRelationshipLabelValueAdapter()
CommonBorderRelationshipLabelValue
.
createCommonBorderRelationshipLabelValueAdapter
in class LabelsAdapterFactory
CommonBorderRelationshipLabelValue
public org.eclipse.emf.common.notify.Adapter createTransportRelationshipLabelAdapter()
TransportRelationshipLabel
.
createTransportRelationshipLabelAdapter
in class LabelsAdapterFactory
TransportRelationshipLabel
public org.eclipse.emf.common.notify.Adapter createTransportRelationshipLabelValueAdapter()
TransportRelationshipLabelValue
.
createTransportRelationshipLabelValueAdapter
in class LabelsAdapterFactory
TransportRelationshipLabelValue
public org.eclipse.emf.common.notify.Adapter createPhysicalRelationshipLabelValueAdapter()
PhysicalRelationshipLabelValue
.
createPhysicalRelationshipLabelValueAdapter
in class LabelsAdapterFactory
PhysicalRelationshipLabelValue
public org.eclipse.emf.edit.provider.ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory
in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
public void setParentAdapterFactory(org.eclipse.emf.edit.provider.ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory
in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
parentAdapterFactory
- public boolean isFactoryForType(java.lang.Object type)
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class LabelsAdapterFactory
type
-
public org.eclipse.emf.common.notify.Adapter adapt(org.eclipse.emf.common.notify.Notifier notifier, java.lang.Object type)
adapt
in interface org.eclipse.emf.common.notify.AdapterFactory
adapt
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
notifier
- type
-
public java.lang.Object adapt(java.lang.Object object, java.lang.Object type)
adapt
in interface org.eclipse.emf.common.notify.AdapterFactory
adapt
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
object
- type
-
public void addListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
addListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
notifyChangedListener
- public void removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
removeListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
notifyChangedListener
- public void fireNotifyChanged(org.eclipse.emf.common.notify.Notification notification)
changeNotifier
and to parentAdapterFactory
.
fireNotifyChanged
in interface org.eclipse.emf.edit.provider.IChangeNotifier
notification
- public void dispose()
dispose
in interface org.eclipse.emf.edit.provider.IDisposable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |