org.eclipse.emf.ecp.view.spi.model
Interface VContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VElement
All Known Subinterfaces:
VContainedContainer, VGroup, VHorizontalLayout, VSection, VStackItem, VVerticalLayout
All Known Implementing Classes:
VContainedContainerImpl, VContainerImpl, VGroupImpl, VHorizontalLayoutImpl, VSectionImpl, VStackItemImpl, VVerticalLayoutImpl

public interface VContainer
extends VElement

A representation of the model object 'Container'.

The following features are supported:

Since:
1.2
See Also:
VViewPackage.getContainer()

Method Summary
 org.eclipse.emf.common.util.EList<VContainedElement> getChildren()
          Returns the value of the 'Children' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement
getAttachments, getDiagnostic, getLabel, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setVisible
 
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
 

Method Detail

getChildren

org.eclipse.emf.common.util.EList<VContainedElement> getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type VContainedElement.

If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Children' containment reference list.
See Also:
VViewPackage.getContainer_Children()


Copyright © 2015. All Rights Reserved.