Uses of Class
org.contenido.UploadStatusBar

Uses of UploadStatusBar in org.contenido
 

Methods in org.contenido that return UploadStatusBar
 UploadStatusBar UploadStatusBar.getMe()
          Returns the current instance of this class to pass it to the thread.
 

Methods in org.contenido with parameters of type UploadStatusBar
 void UploadStatusShelf.addUploadStatusBar(UploadStatusBar usb)
          Adds usb to the components of this and to the uploads ArrayList.
 int UploadStatusShelf.getPosition(UploadStatusBar usb)
          Returns the position of the UploadStatusBar usb within the applet.
 void UploadStatusShelf.remove(UploadStatusBar usb, java.lang.String aresponse)
          Removes the UploadStatusBar usb from the array and all of its components.