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.Deprecated.booleanDeprecated.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.eclipse.zest.layouts.LayoutEntity
getHeightInLayout, getLayoutInformation, getWidthInLayout, getXInLayout, getYInLayout, populateLayoutConstraint, setLayoutInformation, setLocationInLayout, setSizeInLayoutMethods inherited from interface org.eclipse.zest.layouts.LayoutItem
getGraphData, setGraphData
-
Method Details
-
getParent
Deprecated.Returns the parent entity. -
getChildren
Deprecated.Returns the list of children. -
hasChildren
Deprecated.Returns true if this entity has children.
-
SubgraphLayoutinstead. This interface will be removed in a future release.