Class CallHierarchyViewManager


  • public class CallHierarchyViewManager
    extends java.lang.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:
    CallHierarchyViewPart.getViewManager()
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallHierarchyViewManager

        public CallHierarchyViewManager()
    • 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)