Package | Description |
---|---|
wjhk.jupload2.context | |
wjhk.jupload2.gui |
Implementation of caching and special algorithms for various file types.
|
wjhk.jupload2.gui.filepanel | |
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.
|
Modifier and Type | Method and Description |
---|---|
JUploadPanel |
JUploadContext.getUploadPanel()
Retrieves the current upload panel.
|
JUploadPanel |
DefaultJUploadContext.getUploadPanel()
Retrieves the current upload panel.
|
Constructor and Description |
---|
JavascriptHandler(UploadPolicy uploadPolicy,
JUploadPanel theJUploadPanel)
Constructor for JavascriptHandler
|
Modifier and Type | Class and Description |
---|---|
class |
JUploadPanelImpl
Standard implementation for the
JUploadPanel interface. |
Constructor and Description |
---|
DnDListener(JUploadPanel uploadPanel,
UploadPolicy uploadPolicy)
Creates a new instance.
|
Constructor and Description |
---|
FilePanelJFlatTable(JUploadPanel jup,
UploadPolicy uploadPolicy)
Creates a new instance.
|
FilePanelTableImp(JUploadPanel juploadPanel,
UploadPolicy uploadPolicy)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadPolicy.addComponentsToJUploadPanel(JUploadPanel jUploadPanel)
This methods allow the upload policy to override the default disposition of the components on the applet.
|
void |
SuperSimpleUploadPolicy.addComponentsToJUploadPanel(JUploadPanel jUploadPanel)
This methods allow the upload policy to override the default disposition
of the components on the applet.
|
void |
SilverpeasUploadPolicy.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.createProgressPanel(JProgressBar preparationProgressBar,
JProgressBar uploadProgressBar,
JButton uploadButton,
JButton stopButton,
JUploadPanel mainPanel)
This method is called to create the progress panel.
|
JPanel |
DefaultUploadPolicy.createProgressPanel(JProgressBar preparationProgressBar,
JProgressBar uploadProgressBar,
JButton uploadButton,
JButton stopButton,
JUploadPanel mainPanel) |
JPanel |
UploadPolicy.createStatusBar(JLabel statusContent,
JUploadPanel mainPanel)
This method is used to create a new status bar.
|
JPanel |
DefaultUploadPolicy.createStatusBar(JLabel content,
JUploadPanel mainPanel) |
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 |
SuperSimpleUploadPolicy.createTopPanel(JButton browse,
JButton remove,
JButton removeAll,
JUploadPanel jUploadPanel)
Implementation of
UploadPolicy.createTopPanel(JButton, JButton, JButton, JUploadPanel) |
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) . |
Copyright © 2015. All rights reserved.