Oracle Forms 9i Samples and Demos

A G H L M O P R S

A

addActionListener(ActionListener) - Method in class oracle.forms.demos.beans.Hyperlink
Adds the specified action listener object to receive action events from this hyperlink.
addMouseListener(MouseListener) - Method in class oracle.forms.demos.beans.Hyperlink
Adds the specified action listener object to receive action events from this hyperlink.

G

getActiveColor() - Method in class oracle.forms.demos.beans.Hyperlink
Gets the active color for this hyperlink.
getDebug() - Method in class oracle.forms.demos.beans.Hyperlink
Gets debug mode
getLabel() - Method in class oracle.forms.demos.beans.Hyperlink
Get the label for the HyperLink.
getNormalColor() - Method in class oracle.forms.demos.beans.Hyperlink
Gets the normal color for this hyperlink.
getURL() - Method in class oracle.forms.demos.beans.Hyperlink
Returns the URL associated with this hyperlink.
getVisitedColor() - Method in class oracle.forms.demos.beans.Hyperlink
Gets the visited color for this hyperlink.

H

Hyperlink - class oracle.forms.demos.beans.Hyperlink.
Oracle Forms Server 9i JavaBean Example
Hyperlink() - Constructor for class oracle.forms.demos.beans.Hyperlink
 
Hyperlink(String) - Constructor for class oracle.forms.demos.beans.Hyperlink
Create a hyperlink with no specific URL target
Hyperlink(String, String) - Constructor for class oracle.forms.demos.beans.Hyperlink
Create a hyperlink using the given URL.
Hyperlink(String, String, Color) - Constructor for class oracle.forms.demos.beans.Hyperlink
Creates a hyperlink using the given URL with the specified color.
Hyperlink(String, String, Color, Color) - Constructor for class oracle.forms.demos.beans.Hyperlink
Creates a hyperlink using the given URL with the specified color.

L

log(String) - Method in class oracle.forms.demos.beans.Hyperlink
Convenience method to display an message out to the console.

M

mouseClicked(MouseEvent) - Method in class oracle.forms.demos.beans.Hyperlink
Event handler for when the mouse clicks the hyperlink
mouseEntered(MouseEvent) - Method in class oracle.forms.demos.beans.Hyperlink
Event handler for when the mouse enters the hyperlink
mouseExited(MouseEvent) - Method in class oracle.forms.demos.beans.Hyperlink
Event handler for when the mouse leaves the hyperlink
mousePressed(MouseEvent) - Method in class oracle.forms.demos.beans.Hyperlink
Not implemented
mouseReleased(MouseEvent) - Method in class oracle.forms.demos.beans.Hyperlink
Not implemented

O

oracle.forms.demos.beans - package oracle.forms.demos.beans
 

P

paint(Graphics) - Method in class oracle.forms.demos.beans.Hyperlink
Paints the hyperlink.

R

removeActionListener(ActionListener) - Method in class oracle.forms.demos.beans.Hyperlink
Removes the specified action listener object from the list of action listeners associated with this hyperlink.
removeActionListener(MouseListener) - Method in class oracle.forms.demos.beans.Hyperlink
Removes the specified action listener object from the list of action listeners associated with this hyperlink.

S

setActiveColor(Color) - Method in class oracle.forms.demos.beans.Hyperlink
Sets the active color for this hyperlink.
setDebug(boolean) - Method in class oracle.forms.demos.beans.Hyperlink
Sets debug mode
setDebug(boolean, boolean) - Method in class oracle.forms.demos.beans.Hyperlink
Sets debug mode - allows switch on for all instances
setLabel(String) - Method in class oracle.forms.demos.beans.Hyperlink
Set the label for the HyperLink.
setNormalColor(Color) - Method in class oracle.forms.demos.beans.Hyperlink
Sets the normal color for this hyperlink.
setURL(String) - Method in class oracle.forms.demos.beans.Hyperlink
Sets the URL to associate with this hyperlink.
setVisitedColor(Color) - Method in class oracle.forms.demos.beans.Hyperlink
Sets the visited color for this hyperlink.

A G H L M O P R S

Oracle Forms 9i Samples and Demos