org.opencms.applet.upload |
Used to generate the OpenCms upload Applet.
To compile the Applet, use the uploadjar target in the main OpenCms build file.
@version $Revision: 1.9 $
@since 6.0.0
|
Java Source File Name | Type | Comment |
FileSelectionPanel.java | Class | A panel that offers selection of paths. |
FileUploadApplet.java | Class | |
FileUploadThread.java | Class | |
FileUploadUtils.java | Class | Util class for the FileUpload applet, collects various util methods.
Based on the Java 1.4 example. |
ImageFileView.java | Class | |
ImageFilter.java | Class | Filter for fileselector box, filters image files.
Filetypes returned by this filter are GIF, TIF, JPG and PNG.
Based on the Java 1.4 example. |
ImagePreview.java | Class | |
ModalDialog.java | Class | Base class for dialogs with ok and cancel buttons,
support for modality and custom UI components. |
OfficeFilter.java | Class | Filter for fileselector box, filters office files.
Filetypes returned by this filter are DOC, XLS, PPT and PDF. |
UploadAppletFileChooser.java | Class | A file chooser custom tailored for the OpenCms upload applet. |
WebFilter.java | Class | Filter for fileselector box, filters html files.
Filetypes returned by this filter are html, htm, shtml, xml, xhtml, js, css and txt. |