public interface JUploadPanel
UploadPolicy
methods to allow easy
personalization.Modifier and Type | Method and Description |
---|---|
void |
clearLogWindow()
Clear the current log window content.
|
void |
copyLogWindow()
Copy the log window content into the clipboard.
|
void |
doBrowse()
Reaction to a click on the browse button.
|
void |
doRemove()
Reaction to a click on the remove button.
|
void |
doRemoveAll()
Reaction to a click on the removeAll button.
|
void |
doStartUpload()
Reaction to a click on the upload button.
|
void |
doStopUpload()
Reaction to a click on the stop button.
|
ActionListener |
getActionListener() |
JButton |
getBrowseButton() |
DnDListener |
getDndListener() |
FilePanel |
getFilePanel() |
FileUploadManagerThread |
getFileUploadManagerThread() |
JComponent |
getJComponent()
Returns the awt container, that contains all the objects of the GUI.
|
JScrollPane |
getJLogWindowPane()
The component that contains the log window.
|
MouseListener |
getMouseListener()
The component that manages the mouse.
|
JProgressBar |
getPreparationProgressBar() |
JButton |
getRemoveAllButton() |
JButton |
getRemoveButton() |
JLabel |
getStatusLabel() |
JButton |
getStopButton() |
TransferHandler |
getTransferHandler() |
JButton |
getUploadButton() |
JProgressBar |
getUploadProgressBar() |
boolean |
maybeOpenPopupMenu(MouseEvent mouseEvent)
This method opens the popup menu, if the mouseEvent is relevant.
|
void |
setFilePanel(FilePanel filePanel)
Standard setter for filePanel.
|
void |
showOrHideLogWindow()
This methods show or hides the logWindow, depending on the following
applet parameters.
|
void |
updateButtonState()
Select or unselect the applet buttons
|
void showOrHideLogWindow()
void doBrowse()
void doRemove()
void doRemoveAll()
void doStartUpload()
void doStopUpload()
void updateButtonState()
void clearLogWindow()
void copyLogWindow()
ActionListener getActionListener()
JButton getBrowseButton()
JComponent getJComponent()
DnDListener getDndListener()
FilePanel getFilePanel()
JScrollPane getJLogWindowPane()
MouseListener getMouseListener()
JProgressBar getPreparationProgressBar()
JProgressBar getUploadProgressBar()
JButton getRemoveAllButton()
JButton getRemoveButton()
JLabel getStatusLabel()
JButton getStopButton()
TransferHandler getTransferHandler()
JComponent.getTransferHandler()
JButton getUploadButton()
boolean maybeOpenPopupMenu(MouseEvent mouseEvent)
mouseEvent
- The triggered mouse event.void setFilePanel(FilePanel filePanel)
filePanel
- FileUploadManagerThread getFileUploadManagerThread()
Copyright © 2015. All rights reserved.