Searched refs:VMPanel (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMInternalFrame.java36 private VMPanel vmPanel;
38 public VMInternalFrame(VMPanel vmPanel) {
49 public VMPanel getVMPanel() {
H A DTab.java35 protected VMPanel vmPanel;
39 public Tab(VMPanel vmPanel, String name) {
75 protected VMPanel getVMPanel() {
H A DCreateMBeanDialog.java116 if (comp instanceof VMPanel) {
117 VMPanel vmpanel = (VMPanel) comp;
H A DVMPanel.java45 public class VMPanel extends JTabbedPane implements PropertyChangeListener { class in inherits:JTabbedPane,PropertyChangeListener
72 // Each VMPanel has its own instance of the JConsolePlugin
95 VMPanel(ProxyClient proxyClient, int updateInterval) { method in class:VMPanel
143 new ImageIcon(VMPanel.class.getResource("resources/connected16.png"));
145 new ImageIcon(VMPanel.class.getResource("resources/connected24.png"));
147 new ImageIcon(VMPanel.class.getResource("resources/disconnected16.png"));
149 new ImageIcon(VMPanel.class.getResource("resources/disconnected24.png"));
219 Constructor<?> con = tabInfo.tabClass.getConstructor(VMPanel.class);
252 String msg = "Calling VMPanel.getProxyClient() from the Event Dispatch Thread!";
289 new Thread("VMPanel
[all...]
H A DOverviewTab.java44 public OverviewTab(VMPanel vmPanel) {
H A DJConsole.java200 if (oldCenter instanceof VMPanel) {
201 addFrame((VMPanel)oldCenter);
322 VMPanel vmPanel = null;
545 VMPanel vmPanel = new VMPanel(proxyClient, updateInterval);
580 private VMInternalFrame addFrame(VMPanel vmPanel) {
H A DClassTab.java84 public ClassTab(VMPanel vmPanel) {
H A DMBeansTab.java58 public MBeansTab(final VMPanel vmPanel) {
H A DSheetDialog.java50 static JOptionPane showOptionDialog(final VMPanel vmPanel, Object message,
H A DSummaryTab.java71 public SummaryTab(VMPanel vmPanel) {
H A DThreadTab.java93 public ThreadTab(VMPanel vmPanel) {
H A DMemoryTab.java99 public MemoryTab(VMPanel vmPanel) {

Completed in 1378 milliseconds