public class RichtextAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
RichtextPackage
Modifier and Type | Field and Description |
---|---|
protected static RichtextPackage |
modelPackage
The cached model package.
|
protected RichtextSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
RichtextAdapterFactory()
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 |
createAnchorAdapter()
Creates a new adapter for an object of class '
Anchor '. |
org.eclipse.emf.common.notify.Adapter |
createBlockContainerAdapter()
Creates a new adapter for an object of class '
Block Container '. |
org.eclipse.emf.common.notify.Adapter |
createBlockEntityAdapter()
Creates a new adapter for an object of class '
Block Entity '. |
org.eclipse.emf.common.notify.Adapter |
createBlockMixedContainerAdapter()
Creates a new adapter for an object of class '
Block Mixed Container '. |
org.eclipse.emf.common.notify.Adapter |
createBlockQuoteAdapter()
Creates a new adapter for an object of class '
Block Quote '. |
org.eclipse.emf.common.notify.Adapter |
createBodyAdapter()
Creates a new adapter for an object of class '
Body '. |
org.eclipse.emf.common.notify.Adapter |
createBoldAdapter()
Creates a new adapter for an object of class '
Bold '. |
org.eclipse.emf.common.notify.Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class '
Document Root '. |
org.eclipse.emf.common.notify.Adapter |
createElementContainerAdapter()
Creates a new adapter for an object of class '
Element Container '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFlowContainerAdapter()
Creates a new adapter for an object of class '
Flow Container '. |
org.eclipse.emf.common.notify.Adapter |
createFlowLeafAdapter()
Creates a new adapter for an object of class '
Flow Leaf '. |
org.eclipse.emf.common.notify.Adapter |
createFlowTypeAdapter()
Creates a new adapter for an object of class '
Flow Type '. |
org.eclipse.emf.common.notify.Adapter |
createHeading1Adapter()
Creates a new adapter for an object of class '
Heading1 '. |
org.eclipse.emf.common.notify.Adapter |
createHeading2Adapter()
Creates a new adapter for an object of class '
Heading2 '. |
org.eclipse.emf.common.notify.Adapter |
createHeading3Adapter()
Creates a new adapter for an object of class '
Heading3 '. |
org.eclipse.emf.common.notify.Adapter |
createHeading4Adapter()
Creates a new adapter for an object of class '
Heading4 '. |
org.eclipse.emf.common.notify.Adapter |
createHeading5Adapter()
Creates a new adapter for an object of class '
Heading5 '. |
org.eclipse.emf.common.notify.Adapter |
createHeading6Adapter()
Creates a new adapter for an object of class '
Heading6 '. |
org.eclipse.emf.common.notify.Adapter |
createHeadingAdapter()
Creates a new adapter for an object of class '
Heading '. |
org.eclipse.emf.common.notify.Adapter |
createHorizontalLineAdapter()
Creates a new adapter for an object of class '
Horizontal Line '. |
org.eclipse.emf.common.notify.Adapter |
createHyperlinkAdapter()
Creates a new adapter for an object of class '
Hyperlink '. |
org.eclipse.emf.common.notify.Adapter |
createImageTypeAdapter()
Creates a new adapter for an object of class '
Image Type '. |
org.eclipse.emf.common.notify.Adapter |
createInlineEntityAdapter()
Creates a new adapter for an object of class '
Inline Entity '. |
org.eclipse.emf.common.notify.Adapter |
createInlineMixedContainerAdapter()
Creates a new adapter for an object of class '
Inline Mixed Container '. |
org.eclipse.emf.common.notify.Adapter |
createItalicsAdapter()
Creates a new adapter for an object of class '
Italics '. |
org.eclipse.emf.common.notify.Adapter |
createLineBreakAdapter()
Creates a new adapter for an object of class '
Line Break '. |
org.eclipse.emf.common.notify.Adapter |
createLinkAdapter()
Creates a new adapter for an object of class '
Link '. |
org.eclipse.emf.common.notify.Adapter |
createListEntityAdapter()
Creates a new adapter for an object of class '
List Entity '. |
org.eclipse.emf.common.notify.Adapter |
createListItemAdapter()
Creates a new adapter for an object of class '
List Item '. |
org.eclipse.emf.common.notify.Adapter |
createMixedContainerAdapter()
Creates a new adapter for an object of class '
Mixed Container '. |
org.eclipse.emf.common.notify.Adapter |
createOrderedListAdapter()
Creates a new adapter for an object of class '
Ordered List '. |
org.eclipse.emf.common.notify.Adapter |
createParagraphAdapter()
Creates a new adapter for an object of class '
Paragraph '. |
org.eclipse.emf.common.notify.Adapter |
createRootAdapter()
Creates a new adapter for an object of class '
Root '. |
org.eclipse.emf.common.notify.Adapter |
createSpanAdapter()
Creates a new adapter for an object of class '
Span '. |
org.eclipse.emf.common.notify.Adapter |
createStrikeThroughAdapter()
Creates a new adapter for an object of class '
Strike Through '. |
org.eclipse.emf.common.notify.Adapter |
createStyleAdapter()
Creates a new adapter for an object of class '
Style '. |
org.eclipse.emf.common.notify.Adapter |
createSubscriptAdapter()
Creates a new adapter for an object of class '
Subscript '. |
org.eclipse.emf.common.notify.Adapter |
createSuperscriptAdapter()
Creates a new adapter for an object of class '
Superscript '. |
org.eclipse.emf.common.notify.Adapter |
createTableAdapter()
Creates a new adapter for an object of class '
Table '. |
org.eclipse.emf.common.notify.Adapter |
createTableColumnAdapter()
Creates a new adapter for an object of class '
Table Column '. |
org.eclipse.emf.common.notify.Adapter |
createTableDataAdapter()
Creates a new adapter for an object of class '
Table Data '. |
org.eclipse.emf.common.notify.Adapter |
createTableRowAdapter()
Creates a new adapter for an object of class '
Table Row '. |
org.eclipse.emf.common.notify.Adapter |
createTextRunAdapter()
Creates a new adapter for an object of class '
Text Run '. |
org.eclipse.emf.common.notify.Adapter |
createUnderlineAdapter()
Creates a new adapter for an object of class '
Underline '. |
org.eclipse.emf.common.notify.Adapter |
createUnorderedListAdapter()
Creates a new adapter for an object of class '
Unordered List '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static RichtextPackage modelPackage
protected RichtextSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public RichtextAdapterFactory()
public boolean isFactoryForType(java.lang.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 createAnchorAdapter()
Anchor
'.
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.
Anchor
public org.eclipse.emf.common.notify.Adapter createBlockContainerAdapter()
Block Container
'.
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.
BlockContainer
public org.eclipse.emf.common.notify.Adapter createBlockEntityAdapter()
Block Entity
'.
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.
BlockEntity
public org.eclipse.emf.common.notify.Adapter createBlockMixedContainerAdapter()
Block Mixed Container
'.
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.
BlockMixedContainer
public org.eclipse.emf.common.notify.Adapter createBlockQuoteAdapter()
Block Quote
'.
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.
BlockQuote
public org.eclipse.emf.common.notify.Adapter createBodyAdapter()
Body
'.
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.
Body
public org.eclipse.emf.common.notify.Adapter createBoldAdapter()
Bold
'.
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.
Bold
public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Document Root
'.
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.
DocumentRoot
public org.eclipse.emf.common.notify.Adapter createElementContainerAdapter()
Element Container
'.
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.
ElementContainer
public org.eclipse.emf.common.notify.Adapter createFlowContainerAdapter()
Flow Container
'.
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.
FlowContainer
public org.eclipse.emf.common.notify.Adapter createFlowLeafAdapter()
Flow Leaf
'.
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.
FlowLeaf
public org.eclipse.emf.common.notify.Adapter createFlowTypeAdapter()
Flow Type
'.
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.
FlowType
public org.eclipse.emf.common.notify.Adapter createHeadingAdapter()
Heading
'.
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.
Heading
public org.eclipse.emf.common.notify.Adapter createHeading1Adapter()
Heading1
'.
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.
Heading1
public org.eclipse.emf.common.notify.Adapter createHeading2Adapter()
Heading2
'.
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.
Heading2
public org.eclipse.emf.common.notify.Adapter createHeading3Adapter()
Heading3
'.
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.
Heading3
public org.eclipse.emf.common.notify.Adapter createHeading4Adapter()
Heading4
'.
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.
Heading4
public org.eclipse.emf.common.notify.Adapter createHyperlinkAdapter()
Hyperlink
'.
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.
Hyperlink
public org.eclipse.emf.common.notify.Adapter createImageTypeAdapter()
Image Type
'.
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.
ImageType
public org.eclipse.emf.common.notify.Adapter createInlineEntityAdapter()
Inline Entity
'.
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.
InlineEntity
public org.eclipse.emf.common.notify.Adapter createInlineMixedContainerAdapter()
Inline Mixed Container
'.
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.
InlineMixedContainer
public org.eclipse.emf.common.notify.Adapter createItalicsAdapter()
Italics
'.
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.
Italics
public org.eclipse.emf.common.notify.Adapter createLineBreakAdapter()
Line Break
'.
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.
LineBreak
public org.eclipse.emf.common.notify.Adapter createLinkAdapter()
Link
'.
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.
Link
public org.eclipse.emf.common.notify.Adapter createListEntityAdapter()
List Entity
'.
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.
ListEntity
public org.eclipse.emf.common.notify.Adapter createListItemAdapter()
List Item
'.
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.
ListItem
public org.eclipse.emf.common.notify.Adapter createMixedContainerAdapter()
Mixed Container
'.
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.
MixedContainer
public org.eclipse.emf.common.notify.Adapter createOrderedListAdapter()
Ordered List
'.
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.
OrderedList
public org.eclipse.emf.common.notify.Adapter createParagraphAdapter()
Paragraph
'.
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.
Paragraph
public org.eclipse.emf.common.notify.Adapter createRootAdapter()
Root
'.
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.
Root
public org.eclipse.emf.common.notify.Adapter createSpanAdapter()
Span
'.
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.
Span
public org.eclipse.emf.common.notify.Adapter createStrikeThroughAdapter()
Strike Through
'.
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.
StrikeThrough
public org.eclipse.emf.common.notify.Adapter createSubscriptAdapter()
Subscript
'.
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.
Subscript
public org.eclipse.emf.common.notify.Adapter createSuperscriptAdapter()
Superscript
'.
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.
Superscript
public org.eclipse.emf.common.notify.Adapter createTableAdapter()
Table
'.
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.
Table
public org.eclipse.emf.common.notify.Adapter createTableColumnAdapter()
Table Column
'.
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.
TableColumn
public org.eclipse.emf.common.notify.Adapter createTableDataAdapter()
Table Data
'.
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.
TableData
public org.eclipse.emf.common.notify.Adapter createTableRowAdapter()
Table Row
'.
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.
TableRow
public org.eclipse.emf.common.notify.Adapter createTextRunAdapter()
Text Run
'.
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.
TextRun
public org.eclipse.emf.common.notify.Adapter createUnderlineAdapter()
Underline
'.
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.
Underline
public org.eclipse.emf.common.notify.Adapter createUnorderedListAdapter()
Unordered List
'.
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.
UnorderedList
public org.eclipse.emf.common.notify.Adapter createStyleAdapter()
Style
'.
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.
Style
public org.eclipse.emf.common.notify.Adapter createHeading5Adapter()
Heading5
'.
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.
Heading5
public org.eclipse.emf.common.notify.Adapter createHeading6Adapter()
Heading6
'.
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.
Heading6
public org.eclipse.emf.common.notify.Adapter createHorizontalLineAdapter()
Horizontal Line
'.
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.
HorizontalLine
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()