Interface PerspectiveItemContainer
-
- All Known Subinterfaces:
PerspectiveSectionItem
public interface PerspectiveItemContainerInterface representing an item that can have children.- Since:
- 6.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PerspectiveItemWithIcon>getItems()Returns the list of child items.
-
-
-
Method Detail
-
getItems
List<PerspectiveItemWithIcon> getItems()
Returns the list of child items.
-
-