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

    getColorFromRGBString(String). Static method in class oracle.forms.demos.Utils
    Creates a and returns a color object from RGB values in a string.
    getColorFromRGBString(String, Color). Static method in class oracle.forms.demos.Utils
    Creates a color object from RGB values in a string 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
    Uses the default colors defined in Color to map a string value representation of a color to a Color object.
    getProperty(ID). Method in class oracle.forms.demos.RolloverButton
    Implementation of IView interface which returns the value of a requested property

    I

    IMAGE_NAME_OFF. Static variable in class oracle.forms.demos.RolloverButton
    the property registered to specify the off image to be used
    IMAGE_NAME_ON. Static variable in class oracle.forms.demos.RolloverButton
    the property registered to specify the on image to be used
    init(IHandler). Method in class oracle.forms.demos.RolloverButton
    Implementation of IView interface which provides an initialization opportunity for the component

    L

    loadImage(int, String). Method in class oracle.forms.demos.RolloverButton
    Load the image specified as a string value and associate it with the identified state

    R

    RolloverButton(). Constructor for class oracle.forms.demos.RolloverButton
    Calls the constructor for the image rollover button and sets the button borders to be rounded.

    S

    setDebug(String, boolean). Static method in class oracle.forms.demos.Utils
    Set the debugging status for a class identified as cls.
    setProperty(ID, Object). Method in class oracle.forms.demos.RolloverButton
    Implementation of IView interface which sets a requested property to a given value

    U

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