Interface BootstrapFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
BootstrapFactoryImpl
public interface BootstrapFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
BootstrapPackage
-
-
Field Summary
Fields Modifier and Type Field Description static BootstrapFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccordioncreateAccordion()Returns a new object of class 'Accordion'.ActionGroupcreateActionGroup()Returns a new object of class 'Action Group'.AlertcreateAlert()Returns a new object of class 'Alert'.AppearancecreateAppearance()Returns a new object of class 'Appearance'.BadgecreateBadge()Returns a new object of class 'Badge'.BootstrapElementcreateBootstrapElement()Returns a new object of class 'Element'.BordercreateBorder()Returns a new object of class 'Border'.BreadcrumbcreateBreadcrumb()Returns a new object of class 'Breadcrumb'.ButtoncreateButton()Returns a new object of class 'Button'.ButtonGroupcreateButtonGroup()Returns a new object of class 'Button Group'.ButtonToolbarcreateButtonToolbar()Returns a new object of class 'Button Toolbar'.CardcreateCard()Returns a new object of class 'Card'.CarouselcreateCarousel()Returns a new object of class 'Carousel'.CollapsecreateCollapse()Returns a new object of class 'Collapse'.ColumncreateColumn()Returns a new object of class 'Column'.ColumnWidthcreateColumnWidth()Returns a new object of class 'Column Width'.ContainercreateContainer()Returns a new object of class 'Container'.ContentActionGroupItemcreateContentActionGroupItem()Returns a new object of class 'Content Action Group Item'.DivcreateDiv()Returns a new object of class 'Div'.DropdowncreateDropdown()Returns a new object of class 'Dropdown'.FloatcreateFloat()Returns a new object of class 'Float'.FormcreateForm()Returns a new object of class 'Form'.FormGroupcreateFormGroup()Returns a new object of class 'Form Group'.InputGroupcreateInputGroup()Returns a new object of class 'Input Group'.LinkActionGroupItemcreateLinkActionGroupItem()Returns a new object of class 'Link Action Group Item'.ListGroupcreateListGroup()Returns a new object of class 'List Group'.ModalcreateModal()Returns a new object of class 'Modal'.NavbarcreateNavbar()Returns a new object of class 'Navbar'.NavscreateNavs()Returns a new object of class 'Navs'.PagecreatePage()Returns a new object of class 'Page'.RowcreateRow()Returns a new object of class 'Row'.SlidecreateSlide()Returns a new object of class 'Slide'.SpacingcreateSpacing()Returns a new object of class 'Spacing'.TablecreateTable()Returns a new object of class 'Table'.TableCellcreateTableCell()Returns a new object of class 'Table Cell'.TableHeadercreateTableHeader()Returns a new object of class 'Table Header'.TableRowcreateTableRow()Returns a new object of class 'Table Row'.TableSectioncreateTableSection()Returns a new object of class 'Table Section'.TagcreateTag()Returns a new object of class 'Tag'.TextcreateText()Returns a new object of class 'Text'.TooltipcreateTooltip()Returns a new object of class 'Tooltip'.BootstrapPackagegetBootstrapPackage()Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, 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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final BootstrapFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createBootstrapElement
BootstrapElement createBootstrapElement()
Returns a new object of class 'Element'.- Returns:
- a new object of class 'Element'.
-
createPage
Page createPage()
Returns a new object of class 'Page'.- Returns:
- a new object of class 'Page'.
-
createAppearance
Appearance createAppearance()
Returns a new object of class 'Appearance'.- Returns:
- a new object of class 'Appearance'.
-
createBorder
Border createBorder()
Returns a new object of class 'Border'.- Returns:
- a new object of class 'Border'.
-
createSpacing
Spacing createSpacing()
Returns a new object of class 'Spacing'.- Returns:
- a new object of class 'Spacing'.
-
createText
Text createText()
Returns a new object of class 'Text'.- Returns:
- a new object of class 'Text'.
-
createFloat
Float createFloat()
Returns a new object of class 'Float'.- Returns:
- a new object of class 'Float'.
-
createTag
Tag createTag()
Returns a new object of class 'Tag'.- Returns:
- a new object of class 'Tag'.
-
createDiv
Div createDiv()
Returns a new object of class 'Div'.- Returns:
- a new object of class 'Div'.
-
createLinkActionGroupItem
LinkActionGroupItem createLinkActionGroupItem()
Returns a new object of class 'Link Action Group Item'.- Returns:
- a new object of class 'Link Action Group Item'.
-
createContentActionGroupItem
ContentActionGroupItem createContentActionGroupItem()
Returns a new object of class 'Content Action Group Item'.- Returns:
- a new object of class 'Content Action Group Item'.
-
createActionGroup
ActionGroup createActionGroup()
Returns a new object of class 'Action Group'.- Returns:
- a new object of class 'Action Group'.
-
createContainer
Container createContainer()
Returns a new object of class 'Container'.- Returns:
- a new object of class 'Container'.
-
createRow
Row createRow()
Returns a new object of class 'Row'.- Returns:
- a new object of class 'Row'.
-
createColumnWidth
ColumnWidth createColumnWidth()
Returns a new object of class 'Column Width'.- Returns:
- a new object of class 'Column Width'.
-
createColumn
Column createColumn()
Returns a new object of class 'Column'.- Returns:
- a new object of class 'Column'.
-
createTableSection
TableSection createTableSection()
Returns a new object of class 'Table Section'.- Returns:
- a new object of class 'Table Section'.
-
createTableHeader
TableHeader createTableHeader()
Returns a new object of class 'Table Header'.- Returns:
- a new object of class 'Table Header'.
-
createTable
Table createTable()
Returns a new object of class 'Table'.- Returns:
- a new object of class 'Table'.
-
createTableRow
TableRow createTableRow()
Returns a new object of class 'Table Row'.- Returns:
- a new object of class 'Table Row'.
-
createTableCell
TableCell createTableCell()
Returns a new object of class 'Table Cell'.- Returns:
- a new object of class 'Table Cell'.
-
createCard
Card createCard()
Returns a new object of class 'Card'.- Returns:
- a new object of class 'Card'.
-
createAlert
Alert createAlert()
Returns a new object of class 'Alert'.- Returns:
- a new object of class 'Alert'.
-
createBadge
Badge createBadge()
Returns a new object of class 'Badge'.- Returns:
- a new object of class 'Badge'.
-
createBreadcrumb
Breadcrumb createBreadcrumb()
Returns a new object of class 'Breadcrumb'.- Returns:
- a new object of class 'Breadcrumb'.
-
createButton
Button createButton()
Returns a new object of class 'Button'.- Returns:
- a new object of class 'Button'.
-
createButtonGroup
ButtonGroup createButtonGroup()
Returns a new object of class 'Button Group'.- Returns:
- a new object of class 'Button Group'.
-
createButtonToolbar
ButtonToolbar createButtonToolbar()
Returns a new object of class 'Button Toolbar'.- Returns:
- a new object of class 'Button Toolbar'.
-
createDropdown
Dropdown createDropdown()
Returns a new object of class 'Dropdown'.- Returns:
- a new object of class 'Dropdown'.
-
createForm
Form createForm()
Returns a new object of class 'Form'.- Returns:
- a new object of class 'Form'.
-
createListGroup
ListGroup createListGroup()
Returns a new object of class 'List Group'.- Returns:
- a new object of class 'List Group'.
-
createNavs
Navs createNavs()
Returns a new object of class 'Navs'.- Returns:
- a new object of class 'Navs'.
-
createNavbar
Navbar createNavbar()
Returns a new object of class 'Navbar'.- Returns:
- a new object of class 'Navbar'.
-
createTooltip
Tooltip createTooltip()
Returns a new object of class 'Tooltip'.- Returns:
- a new object of class 'Tooltip'.
-
createInputGroup
InputGroup createInputGroup()
Returns a new object of class 'Input Group'.- Returns:
- a new object of class 'Input Group'.
-
createFormGroup
FormGroup createFormGroup()
Returns a new object of class 'Form Group'.- Returns:
- a new object of class 'Form Group'.
-
createCollapse
Collapse createCollapse()
Returns a new object of class 'Collapse'.- Returns:
- a new object of class 'Collapse'.
-
createModal
Modal createModal()
Returns a new object of class 'Modal'.- Returns:
- a new object of class 'Modal'.
-
createAccordion
Accordion createAccordion()
Returns a new object of class 'Accordion'.- Returns:
- a new object of class 'Accordion'.
-
createCarousel
Carousel createCarousel()
Returns a new object of class 'Carousel'.- Returns:
- a new object of class 'Carousel'.
-
createSlide
Slide createSlide()
Returns a new object of class 'Slide'.- Returns:
- a new object of class 'Slide'.
-
getBootstrapPackage
BootstrapPackage getBootstrapPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-