Class CallHierarchyViewManager

java.lang.Object
org.eclipse.handly.ui.callhierarchy.CallHierarchyViewManager

public class CallHierarchyViewManager extends Object
A manager for instances of CallHierarchyViewPart. 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:
  • Constructor Details

    • CallHierarchyViewManager

      public CallHierarchyViewManager()
  • Method Details

    • getViews

      public final 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)