public class ProgressDetailsArea
extends java.lang.Object
The progress details panel provides a detail log suitable for use within a progress monitor dialog. It contains a read-only and scrollable multiline edit control initialized to an appropriate size.
| Constructor and Description |
|---|
ProgressDetailsArea()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getComponent()
Gets the progress details area component.
|
void |
log(java.lang.String message)
Logs the given message to the details text area.
|
void |
logNewLine()
Logs a line separator to the details text area.
|
public java.awt.Component getComponent()
public void log(java.lang.String message)
message - the message to log.public void logNewLine()