Class CallHierarchyViewManager
- java.lang.Object
-
- org.eclipse.handly.ui.callhierarchy.CallHierarchyViewManager
-
public class CallHierarchyViewManager extends java.lang.Object
A manager for instances ofCallHierarchyViewPart
. An instance of the manager may be shared between multiple view instances and can therefore contain the state that is common to those view instances.- See Also:
CallHierarchyViewPart.getViewManager()
-
-
Constructor Summary
Constructors Constructor Description CallHierarchyViewManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CallHierarchyViewPart>
getViews()
Returns an unmodifiable view of the list of views managed by this manager.
-
-
-
Method Detail
-
getViews
public final java.util.List<CallHierarchyViewPart> getViews()
Returns an unmodifiable view of the list of views managed by this manager. The list is in MRU order with regard to view activation.- Returns:
- the list of managed views (never
null
)
-
-