Top Fields Constructors Methods
sun.tools.jconsole.inspector

public Class ThreadDialog

extends Object
implements Runnable
Class Inheritance
All Implemented Interfaces
java.lang.Runnable
Imports
java.awt.*, javax.swing.*

Field Summary

Modifier and TypeField and Description
pack-priv Object
pack-priv int
pack-priv Component
pack-priv String

Constructor Summary

AccessConstructor and Description
public
ThreadDialog(Component parentComponent, Object message, String title, int messageType)

Method Summary

Modifier and TypeMethod and Description
public void
run()

Implements java.lang.Runnable.run.

Runs this operation.
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

messageback to summary
pack-priv Object message
messageTypeback to summary
pack-priv int messageType
parentComponentback to summary
pack-priv Component parentComponent
titleback to summary
pack-priv String title

Constructor Detail

ThreadDialogback to summary
public ThreadDialog(Component parentComponent, Object message, String title, int messageType)

Method Detail

runback to summary
public void run()

Implements java.lang.Runnable.run.

Doc from java.lang.Runnable.run.

Runs this operation.