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 Summary
Fields inherited from interface org.eclipse.zest.layouts.LayoutEntity
ATTR_PREFERRED_HEIGHT, ATTR_PREFERRED_WIDTH
-
Method Summary
Modifier 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.boolean
Deprecated, 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.Comparable
compareTo
Methods inherited from interface org.eclipse.zest.layouts.LayoutEntity
getHeightInLayout, getLayoutInformation, getWidthInLayout, getXInLayout, getYInLayout, populateLayoutConstraint, setLayoutInformation, setLocationInLayout, setSizeInLayout
Methods inherited from interface org.eclipse.zest.layouts.LayoutItem
getGraphData, setGraphData
-
Method Details
-
getParent
NestedLayoutEntity getParent()Deprecated, for removal: This API element is subject to removal in a future version.Returns the parent entity. -
getChildren
List getChildren()Deprecated, for removal: This API element is subject to removal in a future version.Returns the list of children. -
hasChildren
boolean hasChildren()Deprecated, for removal: This API element is subject to removal in a future version.Returns true if this entity has children.
-
SubgraphLayout
instead. This interface will be removed in a future release.