Package wjhk.jupload2.gui

Implementation of caching and special algorithms for various file types.

See:
          Description

Interface Summary
FilePanel Defines the interface used in the applet, when dealing with the file panel.
 

Class Summary
ColumnComparator Technical class, used to sort rows in the wjhk.jupload2.gui.FilePanelDataModel2 class.
DateRenderer Technical class, used to display dates.
DebugDialog A maximized modal dialog box, that display the selected picture.
DialogPicturePanel The picture for the PictureDialog.
DnDListener Our implementation of DND.
FilePanelDataModel2 This class replaces FilePanelDataModel.
FilePanelJTable This class is the JTable that display file information to the users.
FilePanelTableImp Implementation of the FilePanel : it creates the FilePanelJTable, and handles the necessary functionalities.
IconWorker The IconWorker class loads a icon from a file.
JUploadDebugPopupMenu Global applet popup menu.
JUploadFileChooser This class allows easy personalization of the java file chooser.
JUploadFileFilter Default File Filter used by the DefaultUploadPolicy to filter the allowed file in the JFileChooser.
JUploadFileView This class provides the icon view for the file selector.
JUploadImagePreview ImagePreview.java by FileChooserDemo2.java.
JUploadMainPopupMenu The main contextual menu of the applet.
JUploadPanel Main code for the applet (or frame) creation.
JUploadTextArea This class represents the text area for debug output.
JUploadTransferHandler  
LoadImageThread  
NameRenderer Technical class, used to add tooltips to names.
PictureDialog A maximized modal dialog box, that display the selected picture.
PicturePanel This panel is used to preview picture, when PictureUploadPolicy (or one of its inherited policy) is used.
SizeRenderer Technical class, used to display file sizes.
SortArrowIcon Icon implementation, to control and indicate the current sort order, into the FilePanelJTable.
SortHeaderRenderer Techical class, to display the column headers, for column that may be sorted.
 

Package wjhk.jupload2.gui Description

Implementation of caching and special algorithms for various file types.