| org.netbeans.lib.profiler.ui.cpu.CPUResultsPanel org.netbeans.lib.profiler.ui.cpu.SnapshotCPUResultsPanel
All known Subclasses: org.netbeans.lib.profiler.ui.cpu.SubtreeCallGraphPanel, org.netbeans.lib.profiler.ui.cpu.CCTDisplay, org.netbeans.lib.profiler.ui.cpu.ReverseCallGraphPanel,
SnapshotCPUResultsPanel | abstract public class SnapshotCPUResultsPanel extends CPUResultsPanel implements CommonConstants,ScreenshotProvider(Code) | | Superclass providing common support for results displays displaying CPU results backed by CPUResultsSnapshot.
author: Ian Formanek |
getMethodClassNameAndSig | protected String[] getMethodClassNameAndSig(int methodId, int currentView)(Code) | | |
isCloseable | protected boolean isCloseable()(Code) | | Gives a hint whether a tab panel is explicitly closeable
Subclasses should override the default implementation
|
showReverseCallGraph | protected void showReverseCallGraph(int threadId, int methodId, int currentView, int sortingColumn, boolean sortingOrder)(Code) | | |
showSubtreeCallGraph | protected void showSubtreeCallGraph(CCTNode node, int currentView, int sortingColumn, boolean sortingOrder)(Code) | | |
supportsReverseCallGraph | protected boolean supportsReverseCallGraph()(Code) | | |
supportsSubtreeCallGraph | protected boolean supportsSubtreeCallGraph()(Code) | | |
|
|