Package org.eclipse.zest.layouts
Interface NestedLayoutEntity
- All Superinterfaces:
- Comparable,- LayoutEntity,- LayoutItem
Deprecated, for removal: This API element is subject to removal in a future version.
Extends LayoutEntity to provide methods for dealing with nested entities.
- @noextend
- This interface is not intended to be extended by clients.
- @noimplement
- This interface is not intended to be implemented by clients.
- @noreference
- This interface is not intended to be referenced by clients.
- 
Field SummaryFields inherited from interface org.eclipse.zest.layouts.LayoutEntityATTR_PREFERRED_HEIGHT, ATTR_PREFERRED_WIDTH
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the list of children.Deprecated, for removal: This API element is subject to removal in a future version.Returns the parent entity.booleanDeprecated, for removal: This API element is subject to removal in a future version.Returns true if this entity has children.Methods inherited from interface java.lang.ComparablecompareToMethods inherited from interface org.eclipse.zest.layouts.LayoutEntitygetHeightInLayout, getLayoutInformation, getWidthInLayout, getXInLayout, getYInLayout, populateLayoutConstraint, setLayoutInformation, setLocationInLayout, setSizeInLayoutMethods inherited from interface org.eclipse.zest.layouts.LayoutItemgetGraphData, setGraphData
- 
Method Details- 
getParentNestedLayoutEntity getParent()Deprecated, for removal: This API element is subject to removal in a future version.Returns the parent entity.
- 
getChildrenList getChildren()Deprecated, for removal: This API element is subject to removal in a future version.Returns the list of children.
- 
hasChildrenboolean hasChildren()Deprecated, for removal: This API element is subject to removal in a future version.Returns true if this entity has children.
 
- 
SubgraphLayoutinstead. This interface will be removed in a future release.