All Packages  Class Hierarchy

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 Z

Index of all Fields and Methods

F

FileUploader(). Constructor for class oracle.forms.demos.uploadclient.FileUploader
Creates a new instance of the FileUploader class.
FileUploaderLoadThread(FileUploader, Object, boolean). Constructor for class oracle.forms.demos.uploadclient.FileUploaderLoadThread
Constructor for the thread
FileUploaderProgressBar(Frame). Constructor for class oracle.forms.demos.uploadclient.FileUploaderProgressBar
Constructor

G

getCenteredLocation(Frame). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar

I

increment(). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
Increment the current value of the model by 1.
init(IHandler). Method in class oracle.forms.demos.uploadclient.FileUploader
Method from the oracle.forms.ui.IView class and overriden from the VBean base class.
isProgressEnabled(). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
Indicates if the progressbar is enabled for use.

L

loadFile(Object, boolean). Method in class oracle.forms.demos.uploadclient.FileUploader
Facilitates the sending of a user selected file back to the Forms Server encoded using the BASE64 encoding scheme.
Enables the user to make a file selection using the standard AWT file dialog.
Optionally Zips the file
Encodes the file using the sun.misc.BASE64Encoder class.
Sends the encoded data back in segments of size CHUNKSIZE.
log(String). Method in class oracle.forms.demos.uploadclient.FileUploader
Writes debugging messages to the Java Console when the DEBUGMESSAGES property has been set on the bean.

M

main(String[]). Static method in class oracle.forms.demos.uploadclient.FileUploader
main(String[]). Static method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar

R

run(). Method in class oracle.forms.demos.uploadclient.FileUploaderLoadThread
run method for thread - calls back into the FileUpload Object to load the file.

S

setBarBackground(Color). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
setBarForeground(Color). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
Sets the color on the progress bar.
setMessage(String). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
setProgressEnabled(boolean). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
Sets the progress enabled state of the dialog.
setProperty(ID, Object). Method in class oracle.forms.demos.uploadclient.FileUploader
Overriding method from the IView interface.
setSteps(int). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
setValue(int). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
setVisible(boolean). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar
Override the setVisible method of dialog to first determine if the progressbar is set to be enabled.
sleep(int). Method in class oracle.forms.demos.uploadclient.FileUploaderProgressBar