|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VContainedElement in org.eclipse.emf.ecp.ui.view.test |
---|
Methods in org.eclipse.emf.ecp.ui.view.test with parameters of type VContainedElement | |
---|---|
void |
HierarchyViewModelHandle.addFirstChildToFirstChild(VContainedElement composite)
|
Uses of VContainedElement in org.eclipse.emf.ecp.view.dynamictree.model |
---|
Methods in org.eclipse.emf.ecp.view.dynamictree.model that return VContainedElement | |
---|---|
VContainedElement |
DynamicContainmentTree.getChildComposite()
Returns the value of the 'Child Composite' containment reference. |
VContainedElement |
DynamicContainmentItem.getComposite()
Returns the value of the 'Composite' containment reference. |
Methods in org.eclipse.emf.ecp.view.dynamictree.model with parameters of type VContainedElement | |
---|---|
void |
DynamicContainmentTree.setChildComposite(VContainedElement value)
Sets the value of the ' Child Composite ' containment reference. |
void |
DynamicContainmentItem.setComposite(VContainedElement value)
Sets the value of the ' Composite ' containment reference. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.dynamictree.model.impl |
---|
Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return VContainedElement | |
---|---|
VContainedElement |
DynamicContainmentTreeImpl.getChildComposite()
|
VContainedElement |
DynamicContainmentItemImpl.getComposite()
|
Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl with parameters of type VContainedElement | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DynamicContainmentTreeImpl.basicSetChildComposite(VContainedElement newChildComposite,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
DynamicContainmentItemImpl.basicSetComposite(VContainedElement newComposite,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DynamicContainmentTreeImpl.setChildComposite(VContainedElement newChildComposite)
|
void |
DynamicContainmentItemImpl.setComposite(VContainedElement newComposite)
|
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model | |
---|---|
interface |
VCategorizationElement
A representation of the model object 'Element'. |
Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return VContainedElement | |
---|---|
VContainedElement |
VCategory.getComposite()
Returns the value of the 'Composite' containment reference. |
Methods in org.eclipse.emf.ecp.view.spi.categorization.model with parameters of type VContainedElement | |
---|---|
void |
VCategory.setComposite(VContainedElement value)
Sets the value of the ' Composite ' containment reference. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VContainedElement | |
---|---|
class |
VCategorizationElementImpl
An implementation of the model object 'Element'. |
Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return VContainedElement | |
---|---|
VContainedElement |
VCategoryImpl.getComposite()
|
Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl with parameters of type VContainedElement | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VCategoryImpl.basicSetComposite(VContainedElement newComposite,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
VCategoryImpl.setComposite(VContainedElement newComposite)
|
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.categorization.model.util with parameters of type VContainedElement | |
---|---|
T |
CategorizationSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model | |
---|---|
interface |
VCustomControl
A representation of the model object 'Control'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.custom.model.impl that implement VContainedElement | |
---|---|
class |
VCustomControlImpl
An implementation of the model object 'Control'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.custom.model.util with parameters of type VContainedElement | |
---|---|
T |
CustomSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model | |
---|---|
interface |
VGroup
A representation of the model object 'Group'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.group.model.impl that implement VContainedElement | |
---|---|
class |
VGroupImpl
An implementation of the model object 'Group'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.group.model.util with parameters of type VContainedElement | |
---|---|
T |
GroupSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model | |
---|---|
interface |
VGroupedGrid
A representation of the model object 'Grouped Grid'. |
Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model that return types with arguments of type VContainedElement | |
---|---|
org.eclipse.emf.common.util.EList<VContainedElement> |
VRow.getChildren()
Returns the value of the 'Children' containment reference list. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl that implement VContainedElement | |
---|---|
class |
VGroupedGridImpl
An implementation of the model object 'Grouped Grid'. |
Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl that return types with arguments of type VContainedElement | |
---|---|
org.eclipse.emf.common.util.EList<VContainedElement> |
VRowImpl.getChildren()
|
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model.util with parameters of type VContainedElement | |
---|---|
T |
GroupedGridSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model | |
---|---|
interface |
VHorizontalLayout
A representation of the model object 'Layout'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.horizontal.model.impl that implement VContainedElement | |
---|---|
class |
VHorizontalLayoutImpl
An implementation of the model object 'Layout'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.horizontal.model.util with parameters of type VContainedElement | |
---|---|
T |
HorizontalSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model | |
---|---|
interface |
VLabel
A representation of the model object 'Label'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.label.model.impl that implement VContainedElement | |
---|---|
class |
VLabelImpl
An implementation of the model object 'Label'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.label.model.util with parameters of type VContainedElement | |
---|---|
T |
LabelSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.model | |
---|---|
interface |
VContainer
A representation of the model object 'Composite Collection'. |
interface |
VControl
A representation of the model object 'Control'. |
Methods in org.eclipse.emf.ecp.view.spi.model that return types with arguments of type VContainedElement | |
---|---|
org.eclipse.emf.common.util.EList<VContainedElement> |
VView.getChildren()
Returns the value of the 'Children' containment reference list. |
org.eclipse.emf.common.util.EList<VContainedElement> |
VContainer.getChildren()
Returns the value of the 'Children' containment reference list. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.model.impl that implement VContainedElement | |
---|---|
class |
VContainedElementImpl
An implementation of the model object 'Composite'. |
class |
VContainerImpl
An implementation of the model object 'Composite Collection'. |
class |
VControlImpl
An implementation of the model object 'Control'. |
Methods in org.eclipse.emf.ecp.view.spi.model.impl that return types with arguments of type VContainedElement | |
---|---|
org.eclipse.emf.common.util.EList<VContainedElement> |
VContainerImpl.getChildren()
|
org.eclipse.emf.common.util.EList<VContainedElement> |
VViewImpl.getChildren()
|
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.model.util with parameters of type VContainedElement | |
---|---|
T |
ViewSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model | |
---|---|
interface |
VTableControl
A representation of the model object 'Control'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.table.model.impl that implement VContainedElement | |
---|---|
class |
VTableControlImpl
An implementation of the model object 'Control'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.table.model.util with parameters of type VContainedElement | |
---|---|
T |
TableSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model | |
---|---|
interface |
VVerticalLayout
A representation of the model object 'Layout'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.spi.vertical.model.impl that implement VContainedElement | |
---|---|
class |
VVerticalLayoutImpl
An implementation of the model object 'Layout'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model.util |
---|
Methods in org.eclipse.emf.ecp.view.spi.vertical.model.util with parameters of type VContainedElement | |
---|---|
T |
VerticalSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model |
---|
Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model | |
---|---|
interface |
VTreeMasterDetail
A representation of the model object 'Tree Master Detail'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model.impl |
---|
Classes in org.eclipse.emf.ecp.view.treemasterdetail.model.impl that implement VContainedElement | |
---|---|
class |
VTreeMasterDetailImpl
An implementation of the model object 'Tree Master Detail'. |
Uses of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model.util |
---|
Methods in org.eclipse.emf.ecp.view.treemasterdetail.model.util with parameters of type VContainedElement | |
---|---|
T |
TreeMasterDetailSwitch.caseContainedElement(VContainedElement object)
Returns the result of interpreting the object as an instance of 'Contained Element'. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |