Uses of Interface
com.orchestranetworks.ui.perspective.PerspectiveItem
-
Packages that use PerspectiveItem Package Description com.orchestranetworks.ui.perspective -
-
Uses of PerspectiveItem in com.orchestranetworks.ui.perspective
Subinterfaces of PerspectiveItem in com.orchestranetworks.ui.perspective Modifier and Type Interface Description interfacePerspectiveActionItemInterface that represents a perspective action item.interfacePerspectiveItemWithIconInterface that represents an item that can have an icon.interfacePerspectiveSectionItemInterface that represents an item of a perspective section.Methods in com.orchestranetworks.ui.perspective that return PerspectiveItem Modifier and Type Method Description PerspectiveItemPerspectiveItem. getParent()Returns the parent item of this item.Methods in com.orchestranetworks.ui.perspective with parameters of type PerspectiveItem Modifier and Type Method Description booleanPerspectiveItem. isAncestorOf(PerspectiveItem anItem)Returns true only if this item is an ancestor of the item specified as parameter.
-