public class

JConsole

extends JFrame
implements ActionListener InternalFrameListener
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ java.awt.Window
         ↳ java.awt.Frame
           ↳ javax.swing.JFrame
             ↳ sun.tools.jconsole.JConsole

Summary

Constants
String ROOT_URL
[Expand]
Inherited Constants
From class javax.swing.JFrame
From class java.awt.Frame
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class javax.swing.JFrame
Public Constructors
JConsole(boolean hotspot)
Public Methods
void actionPerformed(ActionEvent ev)
Invoked when an action occurs.
void cascadeWindows()
JDesktopPane getDesktopPane()
List<VMInternalFrame> getInternalFrames()
void internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.
void internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.
void internalFrameClosing(InternalFrameEvent e)
Invoked when an internal frame is in the process of being closed.
void internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.
void internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.
void internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.
void internalFrameOpened(InternalFrameEvent e)
Invoked when a internal frame has been opened.
static boolean isDebug()
static boolean isLocalAttachAvailable()
static void main(String[] args)
void tileWindows()
[Expand]
Inherited Methods
From class javax.swing.JFrame
From class java.awt.Frame
From class java.awt.Window
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.event.ActionListener
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.RootPaneContainer
From interface javax.swing.event.InternalFrameListener

Constants

public static final String ROOT_URL

Constant Value: "service:jmx:"

Public Constructors

public JConsole (boolean hotspot)

Public Methods

public void actionPerformed (ActionEvent ev)

Invoked when an action occurs.

public void cascadeWindows ()

public JDesktopPane getDesktopPane ()

public List<VMInternalFrame> getInternalFrames ()

public void internalFrameActivated (InternalFrameEvent e)

Invoked when an internal frame is activated.

public void internalFrameClosed (InternalFrameEvent e)

Invoked when an internal frame has been closed.

public void internalFrameClosing (InternalFrameEvent e)

Invoked when an internal frame is in the process of being closed. The close operation can be overridden at this point.

public void internalFrameDeactivated (InternalFrameEvent e)

Invoked when an internal frame is de-activated.

public void internalFrameDeiconified (InternalFrameEvent e)

Invoked when an internal frame is de-iconified.

public void internalFrameIconified (InternalFrameEvent e)

Invoked when an internal frame is iconified.

public void internalFrameOpened (InternalFrameEvent e)

Invoked when a internal frame has been opened.

public static boolean isDebug ()

public static boolean isLocalAttachAvailable ()

public static void main (String[] args)

public void tileWindows ()