Class BootstrapFactoryImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
- org.eclipse.emf.ecore.impl.EModelElementImpl
-
- org.eclipse.emf.ecore.impl.EFactoryImpl
-
- org.nasdanika.html.model.bootstrap.impl.BootstrapFactoryImpl
-
- All Implemented Interfaces:
Notifier,EFactory,EModelElement,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,BinaryResourceImpl.DataConverter.Factory,BootstrapFactory
public class BootstrapFactoryImpl extends EFactoryImpl implements BootstrapFactory
An implementation of the model Factory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
EDATE_FORMATS, ePackage
-
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
-
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface org.nasdanika.html.model.bootstrap.BootstrapFactory
eINSTANCE
-
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
-
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
-
Constructor Summary
Constructors Constructor Description BootstrapFactoryImpl()Creates an instance of the factory.
-
Method Summary
-
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split
-
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Constructor Detail
-
BootstrapFactoryImpl
public BootstrapFactoryImpl()
Creates an instance of the factory.
-
-
Method Detail
-
init
public static BootstrapFactory init()
Creates the default factory implementation.
-
create
public EObject create(EClass eClass)
- Specified by:
createin interfaceEFactory- Overrides:
createin classEFactoryImpl
-
createFromString
public Object createFromString(EDataType eDataType, String initialValue)
- Specified by:
createFromStringin interfaceEFactory- Overrides:
createFromStringin classEFactoryImpl
-
convertToString
public String convertToString(EDataType eDataType, Object instanceValue)
- Specified by:
convertToStringin interfaceEFactory- Overrides:
convertToStringin classEFactoryImpl
-
createBootstrapElement
public BootstrapElement createBootstrapElement()
- Specified by:
createBootstrapElementin interfaceBootstrapFactory- Returns:
- a new object of class 'Element'.
-
createPage
public Page createPage()
- Specified by:
createPagein interfaceBootstrapFactory- Returns:
- a new object of class 'Page'.
-
createAppearance
public Appearance createAppearance()
- Specified by:
createAppearancein interfaceBootstrapFactory- Returns:
- a new object of class 'Appearance'.
-
createAppearanceEntry
public Map.Entry<String,Appearance> createAppearanceEntry()
-
createBorder
public Border createBorder()
- Specified by:
createBorderin interfaceBootstrapFactory- Returns:
- a new object of class 'Border'.
-
createSpacing
public Spacing createSpacing()
- Specified by:
createSpacingin interfaceBootstrapFactory- Returns:
- a new object of class 'Spacing'.
-
createText
public Text createText()
- Specified by:
createTextin interfaceBootstrapFactory- Returns:
- a new object of class 'Text'.
-
createFloat
public Float createFloat()
- Specified by:
createFloatin interfaceBootstrapFactory- Returns:
- a new object of class 'Float'.
-
createTag
public Tag createTag()
- Specified by:
createTagin interfaceBootstrapFactory- Returns:
- a new object of class 'Tag'.
-
createDiv
public Div createDiv()
- Specified by:
createDivin interfaceBootstrapFactory- Returns:
- a new object of class 'Div'.
-
createLinkActionGroupItem
public LinkActionGroupItem createLinkActionGroupItem()
- Specified by:
createLinkActionGroupItemin interfaceBootstrapFactory- Returns:
- a new object of class 'Link Action Group Item'.
-
createContentActionGroupItem
public ContentActionGroupItem createContentActionGroupItem()
- Specified by:
createContentActionGroupItemin interfaceBootstrapFactory- Returns:
- a new object of class 'Content Action Group Item'.
-
createActionGroup
public ActionGroup createActionGroup()
- Specified by:
createActionGroupin interfaceBootstrapFactory- Returns:
- a new object of class 'Action Group'.
-
createContainer
public Container createContainer()
- Specified by:
createContainerin interfaceBootstrapFactory- Returns:
- a new object of class 'Container'.
-
createRow
public Row createRow()
- Specified by:
createRowin interfaceBootstrapFactory- Returns:
- a new object of class 'Row'.
-
createColumnWidth
public ColumnWidth createColumnWidth()
- Specified by:
createColumnWidthin interfaceBootstrapFactory- Returns:
- a new object of class 'Column Width'.
-
createColumn
public Column createColumn()
- Specified by:
createColumnin interfaceBootstrapFactory- Returns:
- a new object of class 'Column'.
-
createTableSection
public TableSection createTableSection()
- Specified by:
createTableSectionin interfaceBootstrapFactory- Returns:
- a new object of class 'Table Section'.
-
createTableHeader
public TableHeader createTableHeader()
- Specified by:
createTableHeaderin interfaceBootstrapFactory- Returns:
- a new object of class 'Table Header'.
-
createTable
public Table createTable()
- Specified by:
createTablein interfaceBootstrapFactory- Returns:
- a new object of class 'Table'.
-
createTableRow
public TableRow createTableRow()
- Specified by:
createTableRowin interfaceBootstrapFactory- Returns:
- a new object of class 'Table Row'.
-
createTableCell
public TableCell createTableCell()
- Specified by:
createTableCellin interfaceBootstrapFactory- Returns:
- a new object of class 'Table Cell'.
-
createCard
public Card createCard()
- Specified by:
createCardin interfaceBootstrapFactory- Returns:
- a new object of class 'Card'.
-
createAlert
public Alert createAlert()
- Specified by:
createAlertin interfaceBootstrapFactory- Returns:
- a new object of class 'Alert'.
-
createBadge
public Badge createBadge()
- Specified by:
createBadgein interfaceBootstrapFactory- Returns:
- a new object of class 'Badge'.
-
createBreadcrumb
public Breadcrumb createBreadcrumb()
- Specified by:
createBreadcrumbin interfaceBootstrapFactory- Returns:
- a new object of class 'Breadcrumb'.
-
createButton
public Button createButton()
- Specified by:
createButtonin interfaceBootstrapFactory- Returns:
- a new object of class 'Button'.
-
createButtonGroup
public ButtonGroup createButtonGroup()
- Specified by:
createButtonGroupin interfaceBootstrapFactory- Returns:
- a new object of class 'Button Group'.
-
createButtonToolbar
public ButtonToolbar createButtonToolbar()
- Specified by:
createButtonToolbarin interfaceBootstrapFactory- Returns:
- a new object of class 'Button Toolbar'.
-
createDropdown
public Dropdown createDropdown()
- Specified by:
createDropdownin interfaceBootstrapFactory- Returns:
- a new object of class 'Dropdown'.
-
createForm
public Form createForm()
- Specified by:
createFormin interfaceBootstrapFactory- Returns:
- a new object of class 'Form'.
-
createListGroup
public ListGroup createListGroup()
- Specified by:
createListGroupin interfaceBootstrapFactory- Returns:
- a new object of class 'List Group'.
-
createNavs
public Navs createNavs()
- Specified by:
createNavsin interfaceBootstrapFactory- Returns:
- a new object of class 'Navs'.
-
createNavbar
public Navbar createNavbar()
- Specified by:
createNavbarin interfaceBootstrapFactory- Returns:
- a new object of class 'Navbar'.
-
createTooltip
public Tooltip createTooltip()
- Specified by:
createTooltipin interfaceBootstrapFactory- Returns:
- a new object of class 'Tooltip'.
-
createInputGroup
public InputGroup createInputGroup()
- Specified by:
createInputGroupin interfaceBootstrapFactory- Returns:
- a new object of class 'Input Group'.
-
createFormGroup
public FormGroup createFormGroup()
- Specified by:
createFormGroupin interfaceBootstrapFactory- Returns:
- a new object of class 'Form Group'.
-
createCollapse
public Collapse createCollapse()
- Specified by:
createCollapsein interfaceBootstrapFactory- Returns:
- a new object of class 'Collapse'.
-
createModal
public Modal createModal()
- Specified by:
createModalin interfaceBootstrapFactory- Returns:
- a new object of class 'Modal'.
-
createAccordion
public Accordion createAccordion()
- Specified by:
createAccordionin interfaceBootstrapFactory- Returns:
- a new object of class 'Accordion'.
-
createCarousel
public Carousel createCarousel()
- Specified by:
createCarouselin interfaceBootstrapFactory- Returns:
- a new object of class 'Carousel'.
-
createSlide
public Slide createSlide()
- Specified by:
createSlidein interfaceBootstrapFactory- Returns:
- a new object of class 'Slide'.
-
createThemeFromString
public Theme createThemeFromString(EDataType eDataType, String initialValue)
-
convertThemeToString
public String convertThemeToString(EDataType eDataType, Object instanceValue)
-
createColorFromString
public Color createColorFromString(EDataType eDataType, String initialValue)
-
convertColorToString
public String convertColorToString(EDataType eDataType, Object instanceValue)
-
createSizeFromString
public Size createSizeFromString(EDataType eDataType, String initialValue)
-
convertSizeToString
public String convertSizeToString(EDataType eDataType, Object instanceValue)
-
createBreakpointFromString
public Breakpoint createBreakpointFromString(EDataType eDataType, String initialValue)
-
convertBreakpointToString
public String convertBreakpointToString(EDataType eDataType, Object instanceValue)
-
createTextAlignmentFromString
public Text.Alignment createTextAlignmentFromString(EDataType eDataType, String initialValue)
-
convertTextAlignmentToString
public String convertTextAlignmentToString(EDataType eDataType, Object instanceValue)
-
createTextTransformFromString
public Text.Transform createTextTransformFromString(EDataType eDataType, String initialValue)
-
convertTextTransformToString
public String convertTextTransformToString(EDataType eDataType, Object instanceValue)
-
createTextWeightFromString
public Text.Weight createTextWeightFromString(EDataType eDataType, String initialValue)
-
convertTextWeightToString
public String convertTextWeightToString(EDataType eDataType, Object instanceValue)
-
getBootstrapPackage
public BootstrapPackage getBootstrapPackage()
- Specified by:
getBootstrapPackagein interfaceBootstrapFactory- Returns:
- the package supported by this factory.
-
getPackage
@Deprecated public static BootstrapPackage getPackage()
Deprecated.
-
-