Interface IProfilingViewTreePart
- All Superinterfaces:
IProfilingViewPart,IResultChangeListener
- All Known Implementing Classes:
MethodListView
Composite built in
ProfilingView. Contains TreeViewer.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidCollapses the tree.voidExpands the tree.voidsetGroupModules(boolean group) Sets the flag determining whether methods should be grouped by modules of not.Methods inherited from interface com._1c.g5.v8.dt.internal.profiling.ui.IProfilingViewPart
filter, getImageDescriptor, getToolTip, setSelection, setVisibleMethods inherited from interface com._1c.g5.v8.dt.internal.profiling.ui.IResultChangeListener
resultSelected, showTargets
-
Method Details
-
setGroupModules
void setGroupModules(boolean group) Sets the flag determining whether methods should be grouped by modules of not.- Parameters:
group-trueif methods are grouped by modules,falseotherwise.
-
collapseAll
void collapseAll()Collapses the tree. -
expandAll
void expandAll()Expands the tree.
-