| javax.swing.JPanel org.netbeans.lib.profiler.ui.cpu.LiveFlatProfilePanel
LiveFlatProfilePanel | public class LiveFlatProfilePanel extends JPanel implements LiveResultsPanel(Code) | | A display containing a flat profile (always appears together with CCT)
author: Ian Formanek |
fitsVisibleArea | public boolean fitsVisibleArea()(Code) | | |
getSortingColumn | public int getSortingColumn()(Code) | | |
getSortingOrder | public boolean getSortingOrder()(Code) | | |
handleRemove | public void handleRemove()(Code) | | |
handleShutdown | public void handleShutdown()(Code) | | Called when auto refresh is on and profiling session will finish
to give the panel chance to do some cleanup before asynchrounous
call to updateLiveResults() will happen.
Currently it closes the context menu if open, which would otherwise
block updating the results.
|
hasValidDrillDown | public boolean hasValidDrillDown()(Code) | | |
hasView | public boolean hasView()(Code) | | |
reset | public void reset()(Code) | | |
supports | public boolean supports(int instrumentationType)(Code) | | |
updateLiveResults | public void updateLiveResults()(Code) | | |
|
|