Uses of Class
wjhk.jupload2.gui.JUploadPanel

Packages that use JUploadPanel
wjhk.jupload2 The applet itself. 
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. 
 

Uses of JUploadPanel in wjhk.jupload2
 

Methods in wjhk.jupload2 that return JUploadPanel
 JUploadPanel JUploadApplet.getUploadPanel()
          Retrieves the current upload panel.
 

Constructors in wjhk.jupload2 with parameters of type JUploadPanel
JavascriptHandler(UploadPolicy uploadPolicy, JUploadPanel theJUploadPanel)
          Constructor for JavascriptHandler
 

Uses of JUploadPanel in wjhk.jupload2.gui
 

Fields in wjhk.jupload2.gui declared as JUploadPanel
(package private)  JUploadPanel JUploadTransferHandler.uploadPanel
          The JUpload panel for this applet.
 

Constructors in wjhk.jupload2.gui with parameters of type JUploadPanel
DnDListener(JUploadPanel uploadPanel, UploadPolicy uploadPolicy)
          Creates a new instance.
FilePanelJTable(JUploadPanel jup, UploadPolicy uploadPolicy)
          Creates a new instance.
FilePanelTableImp(JUploadPanel juploadPanel, UploadPolicy uploadPolicy)
          Creates a new instance.
JUploadMainPopupMenu(UploadPolicy uploadPolicy, JUploadPanel uploadPanel)
           
JUploadTransferHandler(UploadPolicy uploadPolicy, JUploadPanel uploadPanel)
          The standard constructor.
 

Uses of JUploadPanel in wjhk.jupload2.policies
 

Methods in wjhk.jupload2.policies with parameters of type JUploadPanel
 void UploadPolicy.addComponentsToJUploadPanel(JUploadPanel jUploadPanel)
          This methods allow the upload policy to override the default disposition of the components on the applet.
 void FilesTogetherUploadPolicy.addComponentsToJUploadPanel(JUploadPanel jUploadPanel)
          This methods allow the upload policy to override the default disposition of the components on the applet.
 void DefaultUploadPolicy.addComponentsToJUploadPanel(JUploadPanel jUploadPanel)
          This methods allow the upload policy to override the default disposition of the components on the applet.
 JPanel UploadPolicy.createTopPanel(JButton browse, JButton remove, JButton removeAll, JUploadPanel mainPanel)
          This method allows the upolad policy to override the content of the applet part that is above the file list, called here the 'top panel'.
 JPanel PictureUploadPolicy.createTopPanel(JButton browse, JButton remove, JButton removeAll, JUploadPanel jUploadPanel)
          This method override the default topPanel, and adds:
Two rotation buttons, to rotate the currently selected picture.
 JPanel DefaultUploadPolicy.createTopPanel(JButton browse, JButton remove, JButton removeAll, JUploadPanel jUploadPanel)
          Default implementation of UploadPolicy.createTopPanel(JButton, JButton, JButton, JUploadPanel).