|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| 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 |
|---|
| 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 jup,
UploadPolicy uploadPolicy)
Creates a new instance. |
|
| 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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||