edu.jhu.tmaj.client.frida.gui.shared
Class ProgressLabel

java.lang.Object
  extended by edu.jhu.tmaj.client.frida.gui.shared.ProgressLabel

public final class ProgressLabel
extends java.lang.Object

A text label and a progress bar. The label simply states what the progress bar is doing.


Constructor Summary
ProgressLabel()
           
 
Method Summary
 javax.swing.JPanel getComponent()
           
 MessageLabel getMessageLabel()
           
 void setErrorMessage(java.lang.String message)
           
 void setMessage(java.lang.String message)
           
 void setValue(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressLabel

public ProgressLabel()
Method Detail

setMessage

public void setMessage(java.lang.String message)

setErrorMessage

public void setErrorMessage(java.lang.String message)

setValue

public void setValue(int n)

getMessageLabel

public MessageLabel getMessageLabel()

getComponent

public javax.swing.JPanel getComponent()