Extension SDK 10.1.2


oracle.javatools.dialogs.progress
Class ProgressDetailsArea

java.lang.Object
  extended byoracle.javatools.dialogs.progress.ProgressDetailsArea


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 Summary
ProgressDetailsArea()
Constructor.

Method Summary
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.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ProgressDetailsArea

public ProgressDetailsArea()
Constructor.

Method Detail

getComponent

public java.awt.Component getComponent()
Gets the progress details area component.
Returns:
the details area component.

log

public void log(java.lang.String message)
Logs the given message to the details text area.
Parameters:
message - the message to log.

logNewLine

public void logNewLine()
Logs a line separator to the details text area.

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.