Oracle Forms 9i Samples and Demos

F G I L M O S

F

FileUploader - class oracle.forms.demos.uploadclient.FileUploader.
This component facilitates the sending of files from the Forms Java client to the Forms server.
FileUploader() - Constructor for class oracle.forms.demos.uploadclient.FileUploader
Creates a new instance of the FileUploader class.
FileUploaderProgressBar - class oracle.forms.demos.uploadclient.FileUploaderProgressBar.
This component provides a Progress indicator for the FileUploader to give some immediate feedback to the end user that something is actually happening.
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.FileUploaderProgressBar
 
main(String[]) - Static method in class oracle.forms.demos.uploadclient.FileUploader
 

O

oracle.forms.demos.uploadclient - package oracle.forms.demos.uploadclient
 

S

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
 

F G I L M O S

Oracle Forms 9i Samples and Demos