Uses of Class
wjhk.jupload2.gui.JUploadTextArea

Packages that use JUploadTextArea
wjhk.jupload2 The applet itself. 
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
 

Uses of JUploadTextArea in wjhk.jupload2
 

Methods in wjhk.jupload2 that return JUploadTextArea
 JUploadTextArea JUploadApplet.getLogWindow()
          Retrieves the current log window of this applet.
 

Uses of JUploadTextArea in wjhk.jupload2.gui
 

Methods in wjhk.jupload2.gui that return JUploadTextArea
protected  JUploadTextArea JUploadPanel.getLogWindow()
          Get the log window, that is: the component where messages (debug, info, error...) are written.
 

Constructors in wjhk.jupload2.gui with parameters of type JUploadTextArea
JUploadPanel(Container containerParam, JUploadTextArea logWindow, UploadPolicy uploadPolicyParam)
          Standard constructor.