Interface IProfilingViewTreePart

All Superinterfaces:
IProfilingViewPart, IResultChangeListener
All Known Implementing Classes:
MethodListView

public interface IProfilingViewTreePart extends IProfilingViewPart
Composite built in ProfilingView. Contains TreeViewer.
See Also:
  • Method Details

    • setGroupModules

      void setGroupModules(boolean group)
      Sets the flag determining whether methods should be grouped by modules of not.
      Parameters:
      group - true if methods are grouped by modules, false otherwise.
    • collapseAll

      void collapseAll()
      Collapses the tree.
    • expandAll

      void expandAll()
      Expands the tree.