Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
P
paint(Graphics)
- Method in class wjhk.jupload2.gui.
PicturePanel
paintComponent(Graphics)
- Method in class wjhk.jupload2.gui.
JUploadImagePreview
Actual display of the picture.
paintIcon(Component, Graphics, int, int)
- Method in class wjhk.jupload2.gui.
SortArrowIcon
parseBoolean(String, boolean, UploadPolicy)
- Static method in class wjhk.jupload2.policies.
UploadPolicyFactory
This function try to parse value as a boolean.
parseFloat(String, float, UploadPolicy)
- Static method in class wjhk.jupload2.policies.
UploadPolicyFactory
This function try to parse value as a float number.
parseInt(String, int, UploadPolicy)
- Static method in class wjhk.jupload2.policies.
UploadPolicyFactory
This function try to parse value as an integer.
parseLong(String, long, UploadPolicy)
- Static method in class wjhk.jupload2.policies.
UploadPolicyFactory
This function try to parse value as a Long.
patternError
- Variable in class wjhk.jupload2.policies.
DefaultUploadPolicy
Same as
DefaultUploadPolicy.patternSuccess
, but for the error message.
patternSuccess
- Variable in class wjhk.jupload2.policies.
DefaultUploadPolicy
The regexp pattern that is used to find the success string in the HTTP response.
patternWarning
- Variable in class wjhk.jupload2.policies.
DefaultUploadPolicy
Same as
DefaultUploadPolicy.patternSuccess
, but for the warning message.
pictureDialog
- Variable in class wjhk.jupload2.gui.
DialogPicturePanel
The JDialog containing this panel.
PictureDialog
- Class in
wjhk.jupload2.gui
A maximized modal dialog box, that display the selected picture.
PictureDialog(Frame, PictureFileData, UploadPolicy)
- Constructor for class wjhk.jupload2.gui.
PictureDialog
Creates a new instance.
PictureFileData
- Class in
wjhk.jupload2.filedata
This class contains all data about files to upload as a picture.
PictureFileData(File, File, PictureUploadPolicy)
- Constructor for class wjhk.jupload2.filedata.
PictureFileData
Standard constructor: needs a PictureFileDataPolicy.
pictureFileData
- Variable in class wjhk.jupload2.gui.
PictureDialog
picturePanel
- Variable in class wjhk.jupload2.gui.
PictureDialog
PicturePanel
- Class in
wjhk.jupload2.gui
This panel is used to preview picture, when PictureUploadPolicy (or one of its inherited policy) is used.
PicturePanel(boolean, UploadPolicy)
- Constructor for class wjhk.jupload2.gui.
PicturePanel
Standard constructor.
PictureUploadPolicy
- Class in
wjhk.jupload2.policies
This class add handling of pictures to upload.
PictureUploadPolicy(JUploadApplet)
- Constructor for class wjhk.jupload2.policies.
PictureUploadPolicy
The standard constructor, which transmit most informations to the super.Constructor().
popupMenuCanceled(PopupMenuEvent)
- Method in class wjhk.jupload2.gui.
JUploadDebugPopupMenu
popupMenuWillBecomeInvisible(PopupMenuEvent)
- Method in class wjhk.jupload2.gui.
JUploadDebugPopupMenu
popupMenuWillBecomeVisible(PopupMenuEvent)
- Method in class wjhk.jupload2.gui.
JUploadDebugPopupMenu
Set the "View last response body" menu enabled or disabled.
PROP_AFTER_UPLOAD_TARGET
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying URL of the upload post request.
PROP_AFTER_UPLOAD_URL
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for URL to be loaded after an successful upload.
PROP_ALBUM_ID
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the album id
PROP_ALLOW_HTTP_PERSISTENT
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for allowing persistent HTTP connections.
PROP_ALLOWED_FILE_EXTENSIONS
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the allowed file extensions
PROP_DEBUG_LEVEL
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the debug level
PROP_FILE_CHOOSER_ICON_FROM_FILE_CONTENT
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
This parameter allows to control whether the file icons in the file chooser are calculated from the file content.
PROP_FILE_CHOOSER_ICON_SIZE
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
This parameter allows to control the size of icons, in pixels, in the file chooser.
PROP_FILE_CHOOSER_IMAGE_PREVIEW
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Allows control on the preview on the file chooser.
PROP_FILENAME_ENCODING
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the encoding of file names.
PROP_FORMDATA
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying additional form data.
PROP_HIGH_QUALITY_PREVIEW
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying high quality previews.
PROP_LANG
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the UI language
PROP_LOOK_AND_FEEL
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying a PLAF class to load.
PROP_MAX_CHUNK_SIZE
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the maximum size of a chunk of uploaded data.
PROP_MAX_FILE_SIZE
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the maximum size of a single file.
PROP_MAX_HEIGHT
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the maximum height of a picture.
PROP_MAX_WIDTH
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the maximum width of a picture.
PROP_NB_FILES_PER_REQUEST
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the maximum number of file to be uploaded in a single request.
PROP_PICTURE_COMPRESSION_QUALITY
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying compression of the written picture file, if any.
PROP_PICTURE_TRANSMIT_METADATA
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying whether picture metadata (EXIF coming from the camera for instance.
PROP_POST_URL
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying URL of the upload post request.
PROP_REAL_MAX_HEIGHT
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the real (server-side-desired) picture height.
PROP_REAL_MAX_WIDTH
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the real (server-side-desired) picture width.
PROP_SERVER_PROTOCOL
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the server protocol version.
PROP_SHOW_LOGWINDOW
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying if the log window should be visible.
PROP_SHOW_STATUSBAR
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying if the status bar should be visible.
PROP_SPECIFIC_HEADERS
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying a list of specific headers, that will be added to all HTTP request to the server.
PROP_SSL_VERIFY_CERT
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying how certificates are handled when uploading via SSL.
PROP_STORE_BUFFERED_IMAGE
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying if images should be cached in memory.
PROP_STRING_UPLOAD_ERROR
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying if the pattern that indicates an error in the server's response-body.
PROP_STRING_UPLOAD_SUCCESS
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying if the pattern that indicates success in the server's response-body.
PROP_STRING_UPLOAD_WARNING
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying if the pattern that indicates a warning in the server's response-body.
PROP_TARGET_PICTURE_FORMAT
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the target picture format.
PROP_UPLOAD_POLICY
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the upload policy class.
PROP_URL_TO_SEND_ERROR_TO
- Static variable in interface wjhk.jupload2.policies.
UploadPolicy
Parameter/Property name for specifying the URL for delivering error reports.
propertyChange(PropertyChangeEvent)
- Method in class wjhk.jupload2.gui.
JUploadFileView
Waiting for JFileChooser events.
propertyChange(PropertyChangeEvent)
- Method in class wjhk.jupload2.gui.
JUploadImagePreview
Hum, we're interested in these events: DIRECTORY_CHANGED_PROPERTY and SELECTED_FILE_CHANGED_PROPERTY.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W