public class DetailViewAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the
model.
DetailViewPackage
Modifier and Type | Field and Description |
---|---|
protected static DetailViewPackage |
modelPackage
The cached model package.
|
protected DetailViewSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
DetailViewAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target . |
org.eclipse.emf.common.notify.Adapter |
createAndTransformerAdapter()
Creates a new adapter for an object of class '
And Transformer '. |
org.eclipse.emf.common.notify.Adapter |
createBoolLEDComponentAdapter()
Creates a new adapter for an object of class '
Bool LED Component '. |
org.eclipse.emf.common.notify.Adapter |
createBrowserComponentAdapter()
Creates a new adapter for an object of class '
Browser Component '. |
org.eclipse.emf.common.notify.Adapter |
createButtonComponentAdapter()
Creates a new adapter for an object of class '
Button Component '. |
org.eclipse.emf.common.notify.Adapter |
createCheckComponentAdapter()
Creates a new adapter for an object of class '
Check Component '. |
org.eclipse.emf.common.notify.Adapter |
createComponentAdapter()
Creates a new adapter for an object of class '
Component '. |
org.eclipse.emf.common.notify.Adapter |
createCompositeComponentAdapter()
Creates a new adapter for an object of class '
Composite Component '. |
org.eclipse.emf.common.notify.Adapter |
createCompositeTransformerAdapter()
Creates a new adapter for an object of class '
Composite Transformer '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFillLayoutComponentAdapter()
Creates a new adapter for an object of class '
Fill Layout Component '. |
org.eclipse.emf.common.notify.Adapter |
createGenericComponentAdapter()
Creates a new adapter for an object of class '
Generic Component '. |
org.eclipse.emf.common.notify.Adapter |
createGroupEntryAdapter()
Creates a new adapter for an object of class '
Group Entry '. |
org.eclipse.emf.common.notify.Adapter |
createGroupGridComponentAdapter()
Creates a new adapter for an object of class '
Group Grid Component '. |
org.eclipse.emf.common.notify.Adapter |
createGroupGridEntryAdapter()
Creates a new adapter for an object of class '
Group Grid Entry '. |
org.eclipse.emf.common.notify.Adapter |
createHiddenComponentAdapter()
Creates a new adapter for an object of class '
Hidden Component '. |
org.eclipse.emf.common.notify.Adapter |
createInvisibleAdapter()
Creates a new adapter for an object of class '
Invisible '. |
org.eclipse.emf.common.notify.Adapter |
createItemValueSourceAdapter()
Creates a new adapter for an object of class '
Item Value Source '. |
org.eclipse.emf.common.notify.Adapter |
createLabelComponentAdapter()
Creates a new adapter for an object of class '
Label Component '. |
org.eclipse.emf.common.notify.Adapter |
createLinkComponentAdapter()
Creates a new adapter for an object of class '
Link Component '. |
org.eclipse.emf.common.notify.Adapter |
createNotTransformerAdapter()
Creates a new adapter for an object of class '
Not Transformer '. |
org.eclipse.emf.common.notify.Adapter |
createOrTransformerAdapter()
Creates a new adapter for an object of class '
Or Transformer '. |
org.eclipse.emf.common.notify.Adapter |
createPermissionVisibilityAdapter()
Creates a new adapter for an object of class '
Permission Visibility '. |
org.eclipse.emf.common.notify.Adapter |
createProgressComponentAdapter()
Creates a new adapter for an object of class '
Progress Component '. |
org.eclipse.emf.common.notify.Adapter |
createReadableComponentAdapter()
Creates a new adapter for an object of class '
Readable Component '. |
org.eclipse.emf.common.notify.Adapter |
createRegistrationAdapter()
Creates a new adapter for an object of class '
Registration '. |
org.eclipse.emf.common.notify.Adapter |
createScriptModuleAdapter()
Creates a new adapter for an object of class '
Script Module '. |
org.eclipse.emf.common.notify.Adapter |
createScriptVisibilityAdapter()
Creates a new adapter for an object of class '
Script Visibility '. |
org.eclipse.emf.common.notify.Adapter |
createSimpleGridComponentAdapter()
Creates a new adapter for an object of class '
Simple Grid Component '. |
org.eclipse.emf.common.notify.Adapter |
createTestVisibilityAdapter()
Creates a new adapter for an object of class '
Test Visibility '. |
org.eclipse.emf.common.notify.Adapter |
createTextComponentAdapter()
Creates a new adapter for an object of class '
Text Component '. |
org.eclipse.emf.common.notify.Adapter |
createTextInputComponentAdapter()
Creates a new adapter for an object of class '
Text Input Component '. |
org.eclipse.emf.common.notify.Adapter |
createTextInputMultiComponentAdapter()
Creates a new adapter for an object of class '
Text Input Multi Component '. |
org.eclipse.emf.common.notify.Adapter |
createURLImageComponentAdapter()
Creates a new adapter for an object of class '
URL Image Component '. |
org.eclipse.emf.common.notify.Adapter |
createValueComponentAdapter()
Creates a new adapter for an object of class '
Value Component '. |
org.eclipse.emf.common.notify.Adapter |
createValueSetComponentAdapter()
Creates a new adapter for an object of class '
Value Set Component '. |
org.eclipse.emf.common.notify.Adapter |
createValueSourceAdapter()
Creates a new adapter for an object of class '
Value Source '. |
org.eclipse.emf.common.notify.Adapter |
createViewAdapter()
Creates a new adapter for an object of class '
View '. |
org.eclipse.emf.common.notify.Adapter |
createVisibilityAdapter()
Creates a new adapter for an object of class '
Visibility '. |
org.eclipse.emf.common.notify.Adapter |
createWriteableComponentAdapter()
Creates a new adapter for an object of class '
Writeable Component '. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static DetailViewPackage modelPackage
protected DetailViewSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public DetailViewAdapterFactory()
public boolean isFactoryForType(Object object)
true
if the object is either the
model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createViewAdapter()
View
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
View
public org.eclipse.emf.common.notify.Adapter createComponentAdapter()
Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Component
public org.eclipse.emf.common.notify.Adapter createGroupEntryAdapter()
Group Entry
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
GroupEntry
public org.eclipse.emf.common.notify.Adapter createLabelComponentAdapter()
Label Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
LabelComponent
public org.eclipse.emf.common.notify.Adapter createCompositeComponentAdapter()
Composite Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
CompositeComponent
public org.eclipse.emf.common.notify.Adapter createFillLayoutComponentAdapter()
Fill Layout Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
FillLayoutComponent
public org.eclipse.emf.common.notify.Adapter createButtonComponentAdapter()
Button Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ButtonComponent
public org.eclipse.emf.common.notify.Adapter createBoolLEDComponentAdapter()
Bool LED Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
BoolLEDComponent
public org.eclipse.emf.common.notify.Adapter createValueSourceAdapter()
Value Source
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ValueSource
public org.eclipse.emf.common.notify.Adapter createItemValueSourceAdapter()
Item Value Source
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ItemValueSource
public org.eclipse.emf.common.notify.Adapter createNotTransformerAdapter()
Not Transformer
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
NotTransformer
public org.eclipse.emf.common.notify.Adapter createGenericComponentAdapter()
Generic Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
GenericComponent
public org.eclipse.emf.common.notify.Adapter createRegistrationAdapter()
Registration
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Registration
public org.eclipse.emf.common.notify.Adapter createSimpleGridComponentAdapter()
Simple Grid Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
SimpleGridComponent
public org.eclipse.emf.common.notify.Adapter createGroupGridComponentAdapter()
Group Grid Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
GroupGridComponent
public org.eclipse.emf.common.notify.Adapter createGroupGridEntryAdapter()
Group Grid Entry
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
GroupGridEntry
public org.eclipse.emf.common.notify.Adapter createValueSetComponentAdapter()
Value Set Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ValueSetComponent
public org.eclipse.emf.common.notify.Adapter createValueComponentAdapter()
Value Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ValueComponent
public org.eclipse.emf.common.notify.Adapter createCompositeTransformerAdapter()
Composite Transformer
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
CompositeTransformer
public org.eclipse.emf.common.notify.Adapter createAndTransformerAdapter()
And Transformer
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
AndTransformer
public org.eclipse.emf.common.notify.Adapter createOrTransformerAdapter()
Or Transformer
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
OrTransformer
public org.eclipse.emf.common.notify.Adapter createTextInputComponentAdapter()
Text Input Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
TextInputComponent
public org.eclipse.emf.common.notify.Adapter createWriteableComponentAdapter()
Writeable Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
WriteableComponent
public org.eclipse.emf.common.notify.Adapter createReadableComponentAdapter()
Readable Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ReadableComponent
public org.eclipse.emf.common.notify.Adapter createTextComponentAdapter()
Text Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
TextComponent
public org.eclipse.emf.common.notify.Adapter createTextInputMultiComponentAdapter()
Text Input Multi Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
TextInputMultiComponent
public org.eclipse.emf.common.notify.Adapter createCheckComponentAdapter()
Check Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
CheckComponent
public org.eclipse.emf.common.notify.Adapter createLinkComponentAdapter()
Link Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
LinkComponent
public org.eclipse.emf.common.notify.Adapter createURLImageComponentAdapter()
URL Image Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
URLImageComponent
public org.eclipse.emf.common.notify.Adapter createProgressComponentAdapter()
Progress Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ProgressComponent
public org.eclipse.emf.common.notify.Adapter createHiddenComponentAdapter()
Hidden Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
HiddenComponent
public org.eclipse.emf.common.notify.Adapter createVisibilityAdapter()
Visibility
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Visibility
public org.eclipse.emf.common.notify.Adapter createScriptVisibilityAdapter()
Script Visibility
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ScriptVisibility
public org.eclipse.emf.common.notify.Adapter createPermissionVisibilityAdapter()
Permission Visibility
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
PermissionVisibility
public org.eclipse.emf.common.notify.Adapter createInvisibleAdapter()
Invisible
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Invisible
public org.eclipse.emf.common.notify.Adapter createTestVisibilityAdapter()
Test Visibility
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
TestVisibility
public org.eclipse.emf.common.notify.Adapter createScriptModuleAdapter()
Script Module
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ScriptModule
public org.eclipse.emf.common.notify.Adapter createBrowserComponentAdapter()
Browser Component
'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
BrowserComponent
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.