Extension SDK 10.1.2


oracle.ide.dialogs
Class ProgressDetailsPanel

java.lang.Object
  extended byoracle.ide.dialogs.ProgressDetailsPanel


public class ProgressDetailsPanel
extends java.lang.Object

The progress details panel provides a detail log suitable for use within a ProgressMonitor dialog. It contains a read-only and scrollable multiline edit control initialized to an appropriate size.


Constructor Summary
ProgressDetailsPanel()
Constructor.

Method Summary
java.awt.Component getComponent()
Gets the progress details panel component.
void log(java.lang.String message)
Logs the given message to the panel's detail text area.
void newLine()
Writes a line separator to the panel's detail text area.

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

Constructor Detail

ProgressDetailsPanel

public ProgressDetailsPanel()
Constructor.

Method Detail

getComponent

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

log

public void log(java.lang.String message)
Logs the given message to the panel's detail text area.
Parameters:
message - the message to log.

newLine

public void newLine()
Writes a line separator to the panel's detail text area.

Extension SDK


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