Lines Matching refs:showPanel

717     showPanel("Inspector", new Inspector(adapter), 1.0f, 0.65f);  in showInspector()
1531showPanel("Command Line", new CommandProcessorPanel(new CommandProcessor(di, null, null, null))); in showConsole()
1535 showPanel("Find Object by Query", new FindByQueryPanel()); in showFindByQueryPanel()
1539 showPanel("Find Pointer", new FindPanel()); in showFindPanel()
1543 showPanel("Find Address In Heap", new FindInHeapPanel()); in showFindInHeapPanel()
1547 showPanel("Find Address In Code Cache", new FindInCodeCachePanel()); in showFindInCodeCachePanel()
1551 showPanel("Heap Parameters", new HeapParametersPanel()); in showHeapParametersPanel()
1555 showPanel("Info for " + thread.getThreadName(), new ThreadInfoPanel(thread)); in showThreadInfo()
1560 showPanel("Java stack trace for " + thread.getThreadName(), jstp); in showJavaStackTrace()
1565 showPanel("Deadlock Detection", new DeadlockDetectionPanel()); in showDeadlockDetectionPanel()
1569 showPanel("Monitor Cache Dump", new MonitorCacheDumpPanel()); in showMonitorCacheDumpPanel()
1614 showPanel("Code Viewer", new CodeViewerPanel(), 1.25f, 0.85f); in showCodeViewer()
1619 showPanel("Code Viewer", panel, 1.25f, 0.85f); in showCodeViewer()
1629showPanel("Memory Viewer", new MemoryViewer(agent.getDebugger(), agent.getTypeDataBase().getAddres… in showMemoryViewer()
1633 showPanel("Command Line Flags", new VMFlagsPanel()); in showCommandLineFlags()
1637 showPanel("VM Version Info", new VMVersionInfoPanel()); in showVMVersion()
1641 showPanel("System Properties", new SysPropsPanel()); in showSystemProperties()
1644 private void showPanel(String name, JPanel panel) { in showPanel() method in HSDB
1645 showPanel(name, panel, 5.0f / 3.0f, 0.4f); in showPanel()
1648 private void showPanel(String name, JPanel panel, float aspectRatio, float fillRatio) { in showPanel() method in HSDB