| org.netbeans.lib.profiler.ui.memory.MemoryResUserActionsHandler
MemoryResUserActionsHandler | public interface MemoryResUserActionsHandler (Code) | | This interface declares actions that the user may initiate when browsing memory profiling results.
For example, the user may move the cursor to some class and request the tool to show stack
traces for allocations of instances of this class.
author: Misha Dmitriev |
CANNOT_SHOW_PRIMITIVE_SRC_MSG | final public static String CANNOT_SHOW_PRIMITIVE_SRC_MSG(Code) | | |
showStacksForClass | public void showStacksForClass(int selectedClassId, int sortingColumn, boolean sortingOrder)(Code) | | |
|
|