org.eclipse.emf.ecp.view.spi.group.model
Interface VGroup

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VContainedElement, VContainer, VElement
All Known Implementing Classes:
VGroupImpl

public interface VGroup
extends VContainer

A representation of the model object 'Group'.

The following features are supported:

See Also:
VGroupPackage.getGroup()

Method Summary
 GroupLabelAlignment getLabelAlignment()
          Returns the value of the 'Label Alignment' attribute.
 boolean isContainerLayoutEmbedding()
          Returns the value of the 'Container Layout Embedding' attribute.
 void setContainerLayoutEmbedding(boolean value)
          Sets the value of the 'Container Layout Embedding' attribute.
 void setLabelAlignment(GroupLabelAlignment value)
          Sets the value of the 'Label Alignment' attribute.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VContainer
getChildren
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement
getAttachments, getDiagnostic, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, 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

isContainerLayoutEmbedding

boolean isContainerLayoutEmbedding()
Returns the value of the 'Container Layout Embedding' attribute. The default value is "false".

If the meaning of the 'Container Layout Embedding' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container Layout Embedding' attribute.
Since:
1.3
See Also:
setContainerLayoutEmbedding(boolean), VGroupPackage.getGroup_ContainerLayoutEmbedding()

setContainerLayoutEmbedding

void setContainerLayoutEmbedding(boolean value)
Sets the value of the 'Container Layout Embedding' attribute.

Parameters:
value - the new value of the 'Container Layout Embedding' attribute.
Since:
1.3
See Also:
isContainerLayoutEmbedding()

getLabelAlignment

GroupLabelAlignment getLabelAlignment()
Returns the value of the 'Label Alignment' attribute. The default value is "LabelAligned". The literals are from the enumeration GroupLabelAlignment.

If the meaning of the 'Label Alignment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label Alignment' attribute.
Since:
1.3
See Also:
GroupLabelAlignment, setLabelAlignment(GroupLabelAlignment), VGroupPackage.getGroup_LabelAlignment()

setLabelAlignment

void setLabelAlignment(GroupLabelAlignment value)
Sets the value of the 'Label Alignment' attribute.

Parameters:
value - the new value of the 'Label Alignment' attribute.
Since:
1.3
See Also:
GroupLabelAlignment, getLabelAlignment()


Copyright © 2014. All Rights Reserved.