|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.dialogs.progress.ProgressDetailsArea
public class ProgressDetailsArea
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 |
---|
public ProgressDetailsArea()
Method Detail |
---|
public java.awt.Component getComponent()
public void log(java.lang.String message)
message
- the message to log.public void logNewLine()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |