public class

CreateMBeanDialog

extends InternalDialog
implements ActionListener
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JInternalFrame
           ↳ sun.tools.jconsole.InternalDialog
             ↳ sun.tools.jconsole.CreateMBeanDialog

Summary

[Expand]
Inherited Constants
From class javax.swing.JInternalFrame
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class sun.tools.jconsole.InternalDialog
From class javax.swing.JInternalFrame
From class javax.swing.JComponent
Public Constructors
CreateMBeanDialog(JConsole jConsole)
Public Methods
void actionPerformed(ActionEvent ev)
Invoked when an action occurs.
void setVisible(boolean b)
Makes the component visible or invisible.
[Expand]
Inherited Methods
From class sun.tools.jconsole.InternalDialog
From class javax.swing.JInternalFrame
From class javax.swing.JComponent
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

Public Constructors

public CreateMBeanDialog (JConsole jConsole)

Public Methods

public void actionPerformed (ActionEvent ev)

Invoked when an action occurs.

public void setVisible (boolean b)

Makes the component visible or invisible. Overrides Component.setVisible.

Parameters
b true to make the component visible; false to make it invisible