Uses of Interface
wjhk.jupload2.gui.FilePanel

Packages that use FilePanel
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
 

Uses of FilePanel in wjhk.jupload2.gui
 

Classes in wjhk.jupload2.gui that implement FilePanel
 class FilePanelTableImp
          Implementation of the FilePanel : it creates the FilePanelJTable, and handles the necessary functionalities.
 

Methods in wjhk.jupload2.gui that return FilePanel
 FilePanel JUploadPanel.getFilePanel()
           
 

Methods in wjhk.jupload2.gui with parameters of type FilePanel
 void JUploadPanel.setFilePanel(FilePanel filePanel)
          Standard setter for filePanel.