EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y

U

UNDEFINED - Static variable in interface echopoint.able.Scrollable
A scroll bar policy that will cause not cause any scroll bar policy to be applied at all.
UploadCallback - Interface in echopoint.tucana.event
An interface that represents a call back handler that will be notified when an upload event completes or fails.
UploadCallbackAdapter - Class in echopoint.tucana.event
An adapter class for the UploadCallback interface.
UploadCallbackAdapter() - Constructor for class echopoint.tucana.event.UploadCallbackAdapter
Default constructor.
UploadCallbackAdapter(Level) - Constructor for class echopoint.tucana.event.UploadCallbackAdapter
Create a new instance with the specified logging level.
UploadCancelEvent - Class in echopoint.tucana.event
An upload event representing an upload that was cancelled.
UploadCancelEvent(FileUploadSelector, String, String, String, Exception) - Constructor for class echopoint.tucana.event.UploadCancelEvent
Creates a new UploadEvent.
uploadCancelled(UploadCancelEvent) - Method in interface echopoint.tucana.event.UploadCallback
Indicates a file upload has been canceled.
uploadCancelled(UploadCancelEvent) - Method in class echopoint.tucana.event.UploadCallbackAdapter
Indicates a file upload has been canceled.
uploadDisallowed(InvalidContentTypeEvent) - Method in interface echopoint.tucana.event.UploadCallback
Indicates that a file upload was rejected by the server since the client attempted to send restricted content.
uploadDisallowed(InvalidContentTypeEvent) - Method in class echopoint.tucana.event.UploadCallbackAdapter
Indicates that a file upload was rejected by the server since the client attempted to send restricted content.
UploadEvent - Class in echopoint.tucana.event
A base class that represents an upload event.
UploadEvent(FileUploadSelector, String, String, String) - Constructor for class echopoint.tucana.event.UploadEvent
Creates a new UploadEvent.
uploadFailed(UploadFailEvent) - Method in interface echopoint.tucana.event.UploadCallback
Call back method when an upload event fails.
uploadFailed(UploadFailEvent) - Method in class echopoint.tucana.event.UploadCallbackAdapter
Call back method when an upload event fails.
UploadFailEvent - Class in echopoint.tucana.event
An event that represents a failed file transfer.
UploadFailEvent(FileUploadSelector, String, String, String, Exception) - Constructor for class echopoint.tucana.event.UploadFailEvent
Creates a new UploadEvent.
UploadFinishEvent - Class in echopoint.tucana.event
An event indicating that a file upload has finished.
UploadFinishEvent(FileUploadSelector, String, String, String, FileItem) - Constructor for class echopoint.tucana.event.UploadFinishEvent
Creates a new UploadEvent.
uploadIndex - Variable in class echopoint.tucana.event.UploadCallbackAdapter
The current upload index being processed.
UploadProgress - Class in echopoint.tucana
Contains information about the progress of a file upload.
UploadProgress(long) - Constructor for class echopoint.tucana.UploadProgress
 
uploadProgressed(UploadProgressEvent) - Method in interface echopoint.tucana.event.UploadCallback
Indicates a file upload has progressed.
uploadProgressed(UploadProgressEvent) - Method in class echopoint.tucana.event.UploadCallbackAdapter
Indicates a file upload has progressed.
UploadProgressEvent - Class in echopoint.tucana.event
An event indicating that a file upload has progressed.
UploadProgressEvent(FileUploadSelector, String, UploadProgress) - Constructor for class echopoint.tucana.event.UploadProgressEvent
Short form of the constructor that populates only the mandatory fields.
UploadProgressEvent(FileUploadSelector, String, String, String, UploadProgress) - Constructor for class echopoint.tucana.event.UploadProgressEvent
Creates a new UploadEvent.
UploadSizeLimitExceededException - Exception in echopoint.tucana
A custom exception used to indicate that the file uploaded exceeded the maximum allowed size.
UploadSizeLimitExceededException() - Constructor for exception echopoint.tucana.UploadSizeLimitExceededException
Default constructor.
UploadSizeLimitExceededException(Throwable) - Constructor for exception echopoint.tucana.UploadSizeLimitExceededException
 
uploadStarted(UploadStartEvent) - Method in interface echopoint.tucana.event.UploadCallback
Indicates a file upload has been started.
uploadStarted(UploadStartEvent) - Method in class echopoint.tucana.event.UploadCallbackAdapter
Indicates a file upload has been started.
UploadStartEvent - Class in echopoint.tucana.event
An event indicating that a file upload has been started.
UploadStartEvent(FileUploadSelector, String, String, String) - Constructor for class echopoint.tucana.event.UploadStartEvent
Creates a new UploadEvent.
uploadSucceeded(UploadFinishEvent) - Method in class echopoint.tucana.event.DefaultUploadCallback
Over-ridden to save the contents of the uploaded file to DefaultUploadCallback.directory.
uploadSucceeded(UploadFinishEvent) - Method in interface echopoint.tucana.event.UploadCallback
Call back method invoked once an upload event completes.
uploadSucceeded(UploadFinishEvent) - Method in class echopoint.tucana.event.UploadCallbackAdapter
Call back method invoked once an upload event completes.
userObject - Variable in class echopoint.tree.DefaultMutableTreeNode
optional user object

EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y