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

A

actionPerformed(ActionEvent). Method in class DialogMessageBox
actionPerformed(ActionEvent). Method in class WebsaverDialogLoad
actionPerformed(ActionEvent). Method in class WebsaverDialogSave
addWebsaverDialogListener(WebsaverDialogListener). Method in class WebsaverDialogLoad
Call this to register a listener for when somebody presses Load
addWebsaverDialogListener(WebsaverDialogListener). Method in class WebsaverDialogSave
Call this to register a listener for when somebody presses Save
available(). Method in class WebsaverInputStream
Returns the number of bytes left in the stream.

C

close(). Method in class WebsaverInputStream
Closes the connection and frees any resources associated with it.
close(). Method in class WebsaverOutputStream
Important: The data written to the stream is only saved once the stream is closed.

D

decodeURL(String). Static method in class WebsaverConnection
decToHex(int). Static method in class WebsaverConnection
DialogMessageBox(Frame, String, String). Constructor for class DialogMessageBox

E

encodeURL(String). Static method in class WebsaverConnection

G

getFilename(). Method in class WebsaverDialogEvent
Return the filename to be loaded/saved
getPassword(). Method in class WebsaverDialogEvent
Return the password for the associated file.
getSource(). Method in class WebsaverDialogEvent
Return the WebsaverConnection the load/save request took place on.

H

hexValue(char[]). Static method in class WebsaverConnection
hideDialog(). Method in class WebsaverDialogLoad
Hides the dialog
hideDialog(). Method in class WebsaverDialogSave
Hides the dialog

R

read(). Method in class WebsaverInputStream
Returns the next byte in the stream.
refreshList(). Method in class WebsaverDialogLoad

S

sendRequest(Hashtable). Method in class WebsaverConnection
Method that sends a POST request to the webserver.
setFilename(String). Method in class WebsaverDialogSave
Set the text to save as
showDialog(Component). Method in class WebsaverDialogLoad
Shows the Dialog, centered over component cpt.
showDialog(Component). Method in class WebsaverDialogSave
Shows the Dialog, centered over component cpt.

W

WebsaverConnection(String). Constructor for class WebsaverConnection
Constructor for the WebsaverConnection
WebsaverConnection(String, String). Constructor for class WebsaverConnection
Constructor for the WebsaverConnection
WebsaverDialogEvent(WebsaverConnection). Constructor for class WebsaverDialogEvent
Create a WebsaverDialogEvent, given its connection and the filename to load or save.
WebsaverDialogEvent(WebsaverConnection, String). Constructor for class WebsaverDialogEvent
WebsaverDialogEvent(WebsaverConnection, String, String). Constructor for class WebsaverDialogEvent
Create a WebsaverDialogEvent, given its connection and the filename to load or save, as well as a password.
WebsaverDialogLoad(WebsaverConnection). Constructor for class WebsaverDialogLoad
WebsaverDialogLoad(WebsaverConnection, boolean). Constructor for class WebsaverDialogLoad
WebsaverDialogSave(WebsaverConnection). Constructor for class WebsaverDialogSave
WebsaverDialogSave(WebsaverConnection, boolean). Constructor for class WebsaverDialogSave
websaverFileLoad(WebsaverDialogEvent). Method in interface WebsaverDialogListener
websaverFileSave(WebsaverDialogEvent). Method in interface WebsaverDialogListener
WebsaverInputStream(WebsaverConnection, String). Constructor for class WebsaverInputStream
Constructor for a WebsaverInputStream when the requested file was saved with no password or w/ public-read access enabled.
WebsaverInputStream(WebsaverConnection, String, String). Constructor for class WebsaverInputStream
Constructor for a WebsaverInputStream when the requested file was saved with a password required for reading.
WebsaverOutputStream(WebsaverConnection, String). Constructor for class WebsaverOutputStream
Constructor for a WebsaverOutputStream for a new file without a password or for an existing file on the server that is not password protected.
WebsaverOutputStream(WebsaverConnection, String, String, boolean). Constructor for class WebsaverOutputStream
Constructor for a WebsaverOutputStream when the requested file was saved with a password required for writing, or to protect a new file w/ a password.
windowActivated(WindowEvent). Method in class WebsaverDialogLoad
windowActivated(WindowEvent). Method in class WebsaverDialogSave
windowClosed(WindowEvent). Method in class WebsaverDialogLoad
windowClosed(WindowEvent). Method in class WebsaverDialogSave
windowClosing(WindowEvent). Method in class WebsaverDialogLoad
windowClosing(WindowEvent). Method in class WebsaverDialogSave
windowDeactivated(WindowEvent). Method in class WebsaverDialogLoad
windowDeactivated(WindowEvent). Method in class WebsaverDialogSave
windowDeiconified(WindowEvent). Method in class WebsaverDialogLoad
windowDeiconified(WindowEvent). Method in class WebsaverDialogSave
windowIconified(WindowEvent). Method in class WebsaverDialogLoad
windowIconified(WindowEvent). Method in class WebsaverDialogSave
windowOpened(WindowEvent). Method in class WebsaverDialogLoad
windowOpened(WindowEvent). Method in class WebsaverDialogSave
write(int). Method in class WebsaverOutputStream
Writes the next byte to the stream.