|
||||||||||
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.datatools.modelbase.sql.datatypes.util.SQLDataTypesAdapterFactory
org.eclipse.datatools.modelbase.sql.datatypes.provider.SQLDataTypesItemProviderAdapterFactory
public class SQLDataTypesItemProviderAdapterFactory
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.
Constructor Summary | |
---|---|
SQLDataTypesItemProviderAdapterFactory()
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 |
createApproximateNumericDataTypeAdapter()
This creates an adapter for a ApproximateNumericDataType . |
org.eclipse.emf.common.notify.Adapter |
createAttributeDefinitionAdapter()
This creates an adapter for a AttributeDefinition . |
org.eclipse.emf.common.notify.Adapter |
createBinaryStringDataTypeAdapter()
This creates an adapter for a BinaryStringDataType . |
org.eclipse.emf.common.notify.Adapter |
createBooleanDataTypeAdapter()
This creates an adapter for a BooleanDataType . |
org.eclipse.emf.common.notify.Adapter |
createCharacterSetAdapter()
This creates an adapter for a CharacterSet . |
org.eclipse.emf.common.notify.Adapter |
createCharacterStringDataTypeAdapter()
This creates an adapter for a CharacterStringDataType . |
org.eclipse.emf.common.notify.Adapter |
createDataLinkDataTypeAdapter()
This creates an adapter for a DataLinkDataType . |
org.eclipse.emf.common.notify.Adapter |
createDateDataTypeAdapter()
This creates an adapter for a DateDataType . |
org.eclipse.emf.common.notify.Adapter |
createDistinctUserDefinedTypeAdapter()
This creates an adapter for a DistinctUserDefinedType . |
org.eclipse.emf.common.notify.Adapter |
createDomainAdapter()
This creates an adapter for a Domain . |
org.eclipse.emf.common.notify.Adapter |
createElementTypeAdapter()
This creates an adapter for a ElementType . |
org.eclipse.emf.common.notify.Adapter |
createFieldAdapter()
This creates an adapter for a Field . |
org.eclipse.emf.common.notify.Adapter |
createFixedPrecisionDataTypeAdapter()
This creates an adapter for a FixedPrecisionDataType . |
org.eclipse.emf.common.notify.Adapter |
createIntegerDataTypeAdapter()
This creates an adapter for a IntegerDataType . |
org.eclipse.emf.common.notify.Adapter |
createIntervalDataTypeAdapter()
This creates an adapter for a IntervalDataType . |
org.eclipse.emf.common.notify.Adapter |
createRowDataTypeAdapter()
This creates an adapter for a RowDataType . |
org.eclipse.emf.common.notify.Adapter |
createStructuredUserDefinedTypeAdapter()
This creates an adapter for a StructuredUserDefinedType . |
org.eclipse.emf.common.notify.Adapter |
createTimeDataTypeAdapter()
This creates an adapter for a TimeDataType . |
org.eclipse.emf.common.notify.Adapter |
createUserDefinedTypeOrderingAdapter()
This creates an adapter for a UserDefinedTypeOrdering . |
org.eclipse.emf.common.notify.Adapter |
createXMLDataTypeAdapter()
This creates an adapter for a XMLDataType . |
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.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 |
Constructor Detail |
---|
public SQLDataTypesItemProviderAdapterFactory()
Method Detail |
---|
public org.eclipse.emf.common.notify.Adapter createCharacterStringDataTypeAdapter()
CharacterStringDataType
.
createCharacterStringDataTypeAdapter
in class SQLDataTypesAdapterFactory
CharacterStringDataType
public org.eclipse.emf.common.notify.Adapter createRowDataTypeAdapter()
RowDataType
.
createRowDataTypeAdapter
in class SQLDataTypesAdapterFactory
RowDataType
public org.eclipse.emf.common.notify.Adapter createBooleanDataTypeAdapter()
BooleanDataType
.
createBooleanDataTypeAdapter
in class SQLDataTypesAdapterFactory
BooleanDataType
public org.eclipse.emf.common.notify.Adapter createIntervalDataTypeAdapter()
IntervalDataType
.
createIntervalDataTypeAdapter
in class SQLDataTypesAdapterFactory
IntervalDataType
public org.eclipse.emf.common.notify.Adapter createBinaryStringDataTypeAdapter()
BinaryStringDataType
.
createBinaryStringDataTypeAdapter
in class SQLDataTypesAdapterFactory
BinaryStringDataType
public org.eclipse.emf.common.notify.Adapter createCharacterSetAdapter()
CharacterSet
.
createCharacterSetAdapter
in class SQLDataTypesAdapterFactory
CharacterSet
public org.eclipse.emf.common.notify.Adapter createTimeDataTypeAdapter()
TimeDataType
.
createTimeDataTypeAdapter
in class SQLDataTypesAdapterFactory
TimeDataType
public org.eclipse.emf.common.notify.Adapter createDistinctUserDefinedTypeAdapter()
DistinctUserDefinedType
.
createDistinctUserDefinedTypeAdapter
in class SQLDataTypesAdapterFactory
DistinctUserDefinedType
public org.eclipse.emf.common.notify.Adapter createStructuredUserDefinedTypeAdapter()
StructuredUserDefinedType
.
createStructuredUserDefinedTypeAdapter
in class SQLDataTypesAdapterFactory
StructuredUserDefinedType
public org.eclipse.emf.common.notify.Adapter createAttributeDefinitionAdapter()
AttributeDefinition
.
createAttributeDefinitionAdapter
in class SQLDataTypesAdapterFactory
AttributeDefinition
public org.eclipse.emf.common.notify.Adapter createFixedPrecisionDataTypeAdapter()
FixedPrecisionDataType
.
createFixedPrecisionDataTypeAdapter
in class SQLDataTypesAdapterFactory
FixedPrecisionDataType
public org.eclipse.emf.common.notify.Adapter createDomainAdapter()
Domain
.
createDomainAdapter
in class SQLDataTypesAdapterFactory
Domain
public org.eclipse.emf.common.notify.Adapter createFieldAdapter()
Field
.
createFieldAdapter
in class SQLDataTypesAdapterFactory
Field
public org.eclipse.emf.common.notify.Adapter createDataLinkDataTypeAdapter()
DataLinkDataType
.
createDataLinkDataTypeAdapter
in class SQLDataTypesAdapterFactory
DataLinkDataType
public org.eclipse.emf.common.notify.Adapter createUserDefinedTypeOrderingAdapter()
UserDefinedTypeOrdering
.
createUserDefinedTypeOrderingAdapter
in class SQLDataTypesAdapterFactory
UserDefinedTypeOrdering
public org.eclipse.emf.common.notify.Adapter createDateDataTypeAdapter()
DateDataType
.
createDateDataTypeAdapter
in class SQLDataTypesAdapterFactory
DateDataType
public org.eclipse.emf.common.notify.Adapter createApproximateNumericDataTypeAdapter()
ApproximateNumericDataType
.
createApproximateNumericDataTypeAdapter
in class SQLDataTypesAdapterFactory
ApproximateNumericDataType
public org.eclipse.emf.common.notify.Adapter createIntegerDataTypeAdapter()
IntegerDataType
.
createIntegerDataTypeAdapter
in class SQLDataTypesAdapterFactory
IntegerDataType
public org.eclipse.emf.common.notify.Adapter createXMLDataTypeAdapter()
XMLDataType
.
createXMLDataTypeAdapter
in class SQLDataTypesAdapterFactory
XMLDataType
public org.eclipse.emf.common.notify.Adapter createElementTypeAdapter()
ElementType
.
createElementTypeAdapter
in class SQLDataTypesAdapterFactory
ElementType
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
public boolean isFactoryForType(java.lang.Object type)
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class SQLDataTypesAdapterFactory
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
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
public void addListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
addListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
public void removeListener(org.eclipse.emf.edit.provider.INotifyChangedListener notifyChangedListener)
removeListener
in interface org.eclipse.emf.edit.provider.IChangeNotifier
public void fireNotifyChanged(org.eclipse.emf.common.notify.Notification notification)
changeNotifier
and to parentAdapterFactory
.
fireNotifyChanged
in interface org.eclipse.emf.edit.provider.IChangeNotifier
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 |