E O S U

E

edu.uml.gui - package edu.uml.gui
 

O

openXMLDocument(String) - Static method in class edu.uml.gui.UmlGui
This public static method opens and XML file and returns the Document object representing the XML document it contains.

S

storeXMLDocument(Applet, Document, String) - Static method in class edu.uml.gui.UmlGui
This three-parameter public static method calls the four-parameter version with the file path set to null.
storeXMLDocument(Applet, Document, String, String) - Static method in class edu.uml.gui.UmlGui
This four-parameter public static method parses the user name from Applet.getCodeBase() and then calls the five-parameter version of this same method.
storeXMLDocument(Applet, Document, String, String, String) - Static method in class edu.uml.gui.UmlGui
This five-parameter public static method calls (Applet.getCodeBase()).getHost() to get the name of the host system on which the calling applet is running, which is required to store the host on which to the XML document, and then calls the private version of storeXMLDocument to do the actual save.
storeXMLDocument(String, Document, String, String, String) - Static method in class edu.uml.gui.UmlGui
This private static method saves an XML Document on a specified system.
strServletURI - Static variable in class edu.uml.gui.UmlGui
location of umlguiStoreXML.jsp

U

UmlGui - class edu.uml.gui.UmlGui.
This class contains all the methods available in the edu.uml.gui package.
UmlGui() - Constructor for class edu.uml.gui.UmlGui
Creates a new instance of UmlGui
UmlGuiException - exception edu.uml.gui.UmlGuiException.
This is the exception class that is thrown for all exceptions that occur in any UmlGui method.
UmlGuiException() - Constructor for class edu.uml.gui.UmlGuiException
Create a new instance with default text.
UmlGuiException(String) - Constructor for class edu.uml.gui.UmlGuiException
Create a new instance with explanatory text.

E O S U