Uses of Package
wjhk.jupload2.gui

Packages that use wjhk.jupload2.gui
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
wjhk.jupload2.policies This package contains the upload policies: they give you hook entry points, to override the default applet behaviour with a minimum of java code. 
wjhk.jupload2.upload This package contains the code that actually executes the upload (see below for a full description of the way the upload is executed in the JUpload code). 
 

Classes in wjhk.jupload2.gui used by wjhk.jupload2.gui
DnDListener
          Our implementation of DND.
IconWorker
          The IconWorker class loads a icon from a file.
JUploadFileView
          This class provides the icon view for the file selector.
JUploadPanel
          Main code for the applet (or frame) creation.
JUploadTextArea
          This class represents the text area for debug output.
JUploadTextArea.LogMessageThread
          A thread, that will be called in the EventDispatcherThread, to have a tread-safe update of the GUI.
 

Classes in wjhk.jupload2.gui used by wjhk.jupload2.policies
JUploadFileChooser
          This class allows easy personalization of the java file chooser.
JUploadPanel
          Main code for the applet (or frame) creation.
 

Classes in wjhk.jupload2.gui used by wjhk.jupload2.upload
JUploadPanel
          Main code for the applet (or frame) creation.