|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xj3d.ui.awt.widgets.SwingProgressListener
public class SwingProgressListener
An implemenetion of the URI progress listener for putting messages to a status label.
| Constructor Summary | |
|---|---|
SwingProgressListener(javax.swing.JLabel status,
javax.swing.JProgressBar progress,
java.awt.Container panel,
java.lang.String location,
ErrorReporter rep)
Create a new listener that puts information in these diferent places. |
|
| Method Summary | |
|---|---|
void |
connectionEstablished(org.ietf.uri.event.ProgressEvent evt)
A connection to the resource has been established. |
void |
downloadEnded(org.ietf.uri.event.ProgressEvent evt)
The download has ended. |
void |
downloadError(org.ietf.uri.event.ProgressEvent evt)
An error has occurred during the download. |
void |
downloadStarted(org.ietf.uri.event.ProgressEvent evt)
The download has started. |
void |
downloadUpdate(org.ietf.uri.event.ProgressEvent evt)
The download has updated its status. |
void |
handshakeInProgress(org.ietf.uri.event.ProgressEvent evt)
The header information reading and handshaking is taking place. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingProgressListener(javax.swing.JLabel status,
javax.swing.JProgressBar progress,
java.awt.Container panel,
java.lang.String location,
ErrorReporter rep)
status - The status label to write torep - The place for error messages| Method Detail |
|---|
public void connectionEstablished(org.ietf.uri.event.ProgressEvent evt)
connectionEstablished in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void handshakeInProgress(org.ietf.uri.event.ProgressEvent evt)
handshakeInProgress in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadStarted(org.ietf.uri.event.ProgressEvent evt)
downloadStarted in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadUpdate(org.ietf.uri.event.ProgressEvent evt)
downloadUpdate in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadEnded(org.ietf.uri.event.ProgressEvent evt)
downloadEnded in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.public void downloadError(org.ietf.uri.event.ProgressEvent evt)
downloadError in interface org.ietf.uri.event.ProgressListenerevt - The event that caused this method to be called.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||