|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAdapterFactoryImpl
org.eclipse.datatools.modelbase.sql.datatypes.util.SQLDataTypesAdapterFactory
org.eclipse.datatools.modelbase.sql.datatypes.provider.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 | |
Adapter |
adapt(Notifier notifier,
java.lang.Object type)
This implementation substitutes the factory itself as the key for the adapter. |
void |
addListener(INotifyChangedListener notifyChangedListener)
This adds a listener. |
Adapter |
createApproximateNumericDataTypeAdapter()
This creates an adapter for a ApproximateNumericDataType . |
Adapter |
createAttributeDefinitionAdapter()
This creates an adapter for a AttributeDefinition . |
Adapter |
createBinaryStringDataTypeAdapter()
This creates an adapter for a BinaryStringDataType . |
Adapter |
createBooleanDataTypeAdapter()
This creates an adapter for a BooleanDataType . |
Adapter |
createCharacterSetAdapter()
This creates an adapter for a CharacterSet . |
Adapter |
createCharacterStringDataTypeAdapter()
This creates an adapter for a CharacterStringDataType . |
Adapter |
createDataLinkDataTypeAdapter()
This creates an adapter for a DataLinkDataType . |
Adapter |
createDateDataTypeAdapter()
This creates an adapter for a DateDataType . |
Adapter |
createDistinctUserDefinedTypeAdapter()
This creates an adapter for a DistinctUserDefinedType . |
Adapter |
createDomainAdapter()
This creates an adapter for a Domain . |
Adapter |
createFieldAdapter()
This creates an adapter for a Field . |
Adapter |
createFixedPrecisionDataTypeAdapter()
This creates an adapter for a FixedPrecisionDataType . |
Adapter |
createIntegerDataTypeAdapter()
This creates an adapter for a IntegerDataType . |
Adapter |
createIntervalDataTypeAdapter()
This creates an adapter for a IntervalDataType . |
Adapter |
createRowDataTypeAdapter()
This creates an adapter for a RowDataType . |
Adapter |
createStructuredUserDefinedTypeAdapter()
This creates an adapter for a StructuredUserDefinedType . |
Adapter |
createTimeDataTypeAdapter()
This creates an adapter for a TimeDataType . |
Adapter |
createUserDefinedTypeOrderingAdapter()
This creates an adapter for a UserDefinedTypeOrdering . |
Adapter |
createXMLDataTypeAdapter()
This creates an adapter for a XMLDataType . |
void |
dispose()
This disposes all of the item providers created by this factory. |
void |
fireNotifyChanged(Notification notification)
This delegates to #changeNotifier and to #parentAdapterFactory . |
ComposeableAdapterFactory |
getRootAdapterFactory()
This returns the root adapter factory that contains this factory. |
boolean |
isFactoryForType(java.lang.Object type)
|
void |
removeListener(INotifyChangedListener notifyChangedListener)
This removes a listener. |
void |
setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
This sets the composed adapter factory that contains this factory. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLDataTypesItemProviderAdapterFactory()
Method Detail |
public Adapter createCharacterStringDataTypeAdapter()
CharacterStringDataType
.
createCharacterStringDataTypeAdapter
in class SQLDataTypesAdapterFactory
CharacterStringDataType
public Adapter createRowDataTypeAdapter()
RowDataType
.
createRowDataTypeAdapter
in class SQLDataTypesAdapterFactory
RowDataType
public Adapter createBooleanDataTypeAdapter()
BooleanDataType
.
createBooleanDataTypeAdapter
in class SQLDataTypesAdapterFactory
BooleanDataType
public Adapter createIntervalDataTypeAdapter()
IntervalDataType
.
createIntervalDataTypeAdapter
in class SQLDataTypesAdapterFactory
IntervalDataType
public Adapter createBinaryStringDataTypeAdapter()
BinaryStringDataType
.
createBinaryStringDataTypeAdapter
in class SQLDataTypesAdapterFactory
BinaryStringDataType
public Adapter createCharacterSetAdapter()
CharacterSet
.
createCharacterSetAdapter
in class SQLDataTypesAdapterFactory
CharacterSet
public Adapter createTimeDataTypeAdapter()
TimeDataType
.
createTimeDataTypeAdapter
in class SQLDataTypesAdapterFactory
TimeDataType
public Adapter createDistinctUserDefinedTypeAdapter()
DistinctUserDefinedType
.
createDistinctUserDefinedTypeAdapter
in class SQLDataTypesAdapterFactory
DistinctUserDefinedType
public Adapter createStructuredUserDefinedTypeAdapter()
StructuredUserDefinedType
.
createStructuredUserDefinedTypeAdapter
in class SQLDataTypesAdapterFactory
StructuredUserDefinedType
public Adapter createAttributeDefinitionAdapter()
AttributeDefinition
.
createAttributeDefinitionAdapter
in class SQLDataTypesAdapterFactory
AttributeDefinition
public Adapter createFixedPrecisionDataTypeAdapter()
FixedPrecisionDataType
.
createFixedPrecisionDataTypeAdapter
in class SQLDataTypesAdapterFactory
FixedPrecisionDataType
public Adapter createDomainAdapter()
Domain
.
createDomainAdapter
in class SQLDataTypesAdapterFactory
Domain
public Adapter createFieldAdapter()
Field
.
createFieldAdapter
in class SQLDataTypesAdapterFactory
Field
public Adapter createDataLinkDataTypeAdapter()
DataLinkDataType
.
createDataLinkDataTypeAdapter
in class SQLDataTypesAdapterFactory
DataLinkDataType
public Adapter createUserDefinedTypeOrderingAdapter()
UserDefinedTypeOrdering
.
createUserDefinedTypeOrderingAdapter
in class SQLDataTypesAdapterFactory
UserDefinedTypeOrdering
public Adapter createDateDataTypeAdapter()
DateDataType
.
createDateDataTypeAdapter
in class SQLDataTypesAdapterFactory
DateDataType
public Adapter createApproximateNumericDataTypeAdapter()
ApproximateNumericDataType
.
createApproximateNumericDataTypeAdapter
in class SQLDataTypesAdapterFactory
ApproximateNumericDataType
public Adapter createIntegerDataTypeAdapter()
IntegerDataType
.
createIntegerDataTypeAdapter
in class SQLDataTypesAdapterFactory
IntegerDataType
public Adapter createXMLDataTypeAdapter()
XMLDataType
.
createXMLDataTypeAdapter
in class SQLDataTypesAdapterFactory
XMLDataType
public ComposeableAdapterFactory getRootAdapterFactory()
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
public boolean isFactoryForType(java.lang.Object type)
isFactoryForType
in class SQLDataTypesAdapterFactory
public Adapter adapt(Notifier notifier, java.lang.Object type)
public void addListener(INotifyChangedListener notifyChangedListener)
public void removeListener(INotifyChangedListener notifyChangedListener)
public void fireNotifyChanged(Notification notification)
#changeNotifier
and to #parentAdapterFactory
.
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |