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

C

createURL(String). Static method in class oracle.forms.demos.Utils
Create a URL based on a given resource name.

D

debug(String, String). Static method in class oracle.forms.demos.Utils
Writes a debug message to the screen in the format of
  • [CLASSNAME] : debugging message
  • if the debug status for the class is enabled.

    G

    GetClientInfo(). Method in class oracle.forms.demos.GetClientInfo
    The constructor for the GetUsername JavaBean class
    GetClientInfo(). Constructor for class oracle.forms.demos.GetClientInfo
    getColorFromRGBString(String). Static method in class oracle.forms.demos.Utils
    Create and return a color object derived from RGB values in a string.
    getColorFromRGBString(String, Color). Static method in class oracle.forms.demos.Utils
    Create a color object from the RGB values in a string value representation of a color to a Color object.
    getColorFromString(String). Static method in class oracle.forms.demos.Utils
    Uses the default colors defined in Color to map a string value representation of a color to a Color object.
    getColorFromString(String, Color). Static method in class oracle.forms.demos.Utils
    Use the default colors defined in Color to map a string value representation of a color to a Color object.
    getDate(). Method in class oracle.forms.demos.GetClientInfo
    Obtain the date off of the local client machine.
    getProperty(ID). Method in class oracle.forms.demos.GetClientInfo
    Method in the IView interface that is called when the Forms Server wishes to obtain the value of a specific property from the class.
    getPropertyName(ID). Method in class oracle.forms.demos.GetClientInfo
    A convenience function to use the new ID.getName() method exposed in the 6i release but which will still allow the PJC to be used in the 6.0 release

    I

    init(IHandler). Method in class oracle.forms.demos.GetClientInfo
    Method in the IView interface that is called when the component is first initialised from by the Forms Server.

    M

    main(String[]). Static method in class oracle.forms.demos.GetClientInfo
    The test method which allows class to be run from the command line to determine if it is functioning correctly.

    S

    setDebug(String, boolean). Static method in class oracle.forms.demos.Utils
    Set the debugging status for a class identified as cls.

    U

    Utils(). Constructor for class oracle.forms.demos.Utils