public class BootstrapAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model.
BootstrapPackage| Modifier and Type | Field and Description |
|---|---|
protected static BootstrapPackage |
modelPackage
The cached model package.
|
protected BootstrapSwitch<Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
BootstrapAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAccordionAdapter()
Creates a new adapter for an object of class '
Accordion'. |
Adapter |
createActionGroupAdapter()
Creates a new adapter for an object of class '
Action Group'. |
Adapter |
createActionGroupItemAdapter()
Creates a new adapter for an object of class '
Action Group Item'. |
Adapter |
createAdaptableAdapter()
Creates a new adapter for an object of class '
Adaptable'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createAlertAdapter()
Creates a new adapter for an object of class '
Alert'. |
Adapter |
createAppearanceAdapter()
Creates a new adapter for an object of class '
Appearance'. |
Adapter |
createAppearanceEntryAdapter()
Creates a new adapter for an object of class '
Appearance Entry'. |
Adapter |
createBadgeAdapter()
Creates a new adapter for an object of class '
Badge'. |
Adapter |
createBootstrapElementAdapter()
Creates a new adapter for an object of class '
Element'. |
Adapter |
createBorderAdapter()
Creates a new adapter for an object of class '
Border'. |
Adapter |
createBreadcrumbAdapter()
Creates a new adapter for an object of class '
Breadcrumb'. |
Adapter |
createButtonAdapter()
Creates a new adapter for an object of class '
Button'. |
Adapter |
createButtonGroupAdapter()
Creates a new adapter for an object of class '
Button Group'. |
Adapter |
createButtonToolbarAdapter()
Creates a new adapter for an object of class '
Button Toolbar'. |
Adapter |
createCardAdapter()
Creates a new adapter for an object of class '
Card'. |
Adapter |
createCarouselAdapter()
Creates a new adapter for an object of class '
Carousel'. |
Adapter |
createCollapseAdapter()
Creates a new adapter for an object of class '
Collapse'. |
Adapter |
createColumnAdapter()
Creates a new adapter for an object of class '
Column'. |
Adapter |
createColumnWidthAdapter()
Creates a new adapter for an object of class '
Column Width'. |
Adapter |
createContainerAdapter()
Creates a new adapter for an object of class '
Container'. |
Adapter |
createContentActionGroupItemAdapter()
Creates a new adapter for an object of class '
Content Action Group Item'. |
Adapter |
createDivAdapter()
Creates a new adapter for an object of class '
Div'. |
Adapter |
createDropdownAdapter()
Creates a new adapter for an object of class '
Dropdown'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createFloatAdapter()
Creates a new adapter for an object of class '
Float'. |
Adapter |
createFormAdapter()
Creates a new adapter for an object of class '
Form'. |
Adapter |
createFormGroupAdapter()
Creates a new adapter for an object of class '
Form Group'. |
Adapter |
createHtml_PageAdapter()
Creates a new adapter for an object of class '
Page'. |
Adapter |
createHtml_TagAdapter()
Creates a new adapter for an object of class '
Tag'. |
Adapter |
createHtmlElementAdapter()
Creates a new adapter for an object of class '
Element'. |
Adapter |
createIMarkedAdapter()
Creates a new adapter for an object of class '
IMarked'. |
Adapter |
createInputGroupAdapter()
Creates a new adapter for an object of class '
Input Group'. |
Adapter |
createItemAdapter()
Creates a new adapter for an object of class '
Item'. |
Adapter |
createLinkActionGroupItemAdapter()
Creates a new adapter for an object of class '
Link Action Group Item'. |
Adapter |
createListGroupAdapter()
Creates a new adapter for an object of class '
List Group'. |
Adapter |
createMarkedAdapter()
Creates a new adapter for an object of class '
Marked'. |
Adapter |
createModalAdapter()
Creates a new adapter for an object of class '
Modal'. |
Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
Adapter |
createNavbarAdapter()
Creates a new adapter for an object of class '
Navbar'. |
Adapter |
createNavsAdapter()
Creates a new adapter for an object of class '
Navs'. |
Adapter |
createPageAdapter()
Creates a new adapter for an object of class '
Page'. |
Adapter |
createRowAdapter()
Creates a new adapter for an object of class '
Row'. |
Adapter |
createSlideAdapter()
Creates a new adapter for an object of class '
Slide'. |
Adapter |
createSpacingAdapter()
Creates a new adapter for an object of class '
Spacing'. |
Adapter |
createTableAdapter()
Creates a new adapter for an object of class '
Table'. |
Adapter |
createTableCellAdapter()
Creates a new adapter for an object of class '
Table Cell'. |
Adapter |
createTableConfigurationAdapter()
Creates a new adapter for an object of class '
Table Configuration'. |
Adapter |
createTableHeaderAdapter()
Creates a new adapter for an object of class '
Table Header'. |
Adapter |
createTableRowAdapter()
Creates a new adapter for an object of class '
Table Row'. |
Adapter |
createTableRowContainerAdapter()
Creates a new adapter for an object of class '
Table Row Container'. |
Adapter |
createTableSectionAdapter()
Creates a new adapter for an object of class '
Table Section'. |
Adapter |
createTagAdapter()
Creates a new adapter for an object of class '
Tag'. |
Adapter |
createTextAdapter()
Creates a new adapter for an object of class '
Text'. |
Adapter |
createTooltipAdapter()
Creates a new adapter for an object of class '
Tooltip'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolveprotected static BootstrapPackage modelPackage
protected BootstrapSwitch<Adapter> modelSwitch
createXXX methods.
public BootstrapAdapterFactory()
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 AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target.
createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createBootstrapElementAdapter()
Element'.
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.
BootstrapElementpublic Adapter createAppearanceAdapter()
Appearance'.
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.
Appearancepublic Adapter createAppearanceEntryAdapter()
Appearance 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.
Map.Entrypublic Adapter createBorderAdapter()
Border'.
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.
Borderpublic Adapter createSpacingAdapter()
Spacing'.
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.
Spacingpublic Adapter createTextAdapter()
Text'.
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.
Textpublic Adapter createFloatAdapter()
Float'.
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.
Floatpublic Adapter createTagAdapter()
Tag'.
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.
Tagpublic Adapter createDivAdapter()
Div'.
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.
Divpublic Adapter createItemAdapter()
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.
Itempublic Adapter createActionGroupItemAdapter()
Action Group 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.
ActionGroupItempublic Adapter createLinkActionGroupItemAdapter()
Link Action Group 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.
LinkActionGroupItempublic Adapter createContentActionGroupItemAdapter()
Content Action Group 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.
ContentActionGroupItempublic Adapter createActionGroupAdapter()
Action Group'.
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.
ActionGrouppublic Adapter createContainerAdapter()
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.
Containerpublic Adapter createRowAdapter()
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.
Rowpublic Adapter createColumnWidthAdapter()
Column Width'.
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.
ColumnWidthpublic Adapter createColumnAdapter()
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.
Columnpublic Adapter createTableRowContainerAdapter()
Table Row 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.
TableRowContainerpublic Adapter createTableSectionAdapter()
Table Section'.
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.
TableSectionpublic Adapter createTableHeaderAdapter()
Table Header'.
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.
TableHeaderpublic Adapter createTableConfigurationAdapter()
Table Configuration'.
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.
TableConfigurationpublic 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.
Tablepublic 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.
TableRowpublic Adapter createTableCellAdapter()
Table Cell'.
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.
TableCellpublic Adapter createCardAdapter()
Card'.
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.
Cardpublic Adapter createAlertAdapter()
Alert'.
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.
Alertpublic Adapter createBadgeAdapter()
Badge'.
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.
Badgepublic Adapter createBreadcrumbAdapter()
Breadcrumb'.
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.
Breadcrumbpublic Adapter createButtonAdapter()
Button'.
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.
Buttonpublic Adapter createButtonGroupAdapter()
Button Group'.
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.
ButtonGrouppublic Adapter createButtonToolbarAdapter()
Button Toolbar'.
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.
ButtonToolbarpublic Adapter createDropdownAdapter()
Dropdown'.
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.
Dropdownpublic Adapter createFormAdapter()
Form'.
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.
Formpublic Adapter createListGroupAdapter()
List Group'.
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.
ListGrouppublic Adapter createNavsAdapter()
Navs'.
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.
Navspublic Adapter createNavbarAdapter()
Navbar'.
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.
Navbarpublic Adapter createTooltipAdapter()
Tooltip'.
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.
Tooltippublic Adapter createInputGroupAdapter()
Input Group'.
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.
InputGrouppublic Adapter createFormGroupAdapter()
Form Group'.
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.
FormGrouppublic Adapter createCollapseAdapter()
Collapse'.
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.
Collapsepublic Adapter createModalAdapter()
Modal'.
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.
Modalpublic Adapter createAccordionAdapter()
Accordion'.
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.
Accordionpublic Adapter createCarouselAdapter()
Carousel'.
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.
Carouselpublic Adapter createSlideAdapter()
Slide'.
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.
Slidepublic Adapter createIMarkedAdapter()
IMarked'.
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.
Markedpublic Adapter createMarkedAdapter()
Marked'.
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.
Markedpublic Adapter createAdaptableAdapter()
Adaptable'.
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.
Adaptablepublic Adapter createModelElementAdapter()
Model Element'.
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.
ModelElementpublic Adapter createHtmlElementAdapter()
Element'.
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.
HtmlElementpublic Adapter createHtml_PageAdapter()
Page'.
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.
Pagepublic Adapter createPageAdapter()
Page'.
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.
Pagepublic Adapter createHtml_TagAdapter()
Tag'.
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.
Tagpublic Adapter createEObjectAdapter()
Copyright © 2022 Nasdanika. All rights reserved.