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
- actionPerformed(ActionEvent).
Method in class oracle.forms.demos.HyperLinkWrapper
- Notified when the HyperLink Label is clicked by a user indicating that
the link has been 'followed'.
- ACTIVECOLOR.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- A custom property for the active color
- addActionListener(ActionListener).
Method in class oracle.forms.demos.HyperLink
- Adds the specified action listener object to receive action events from
this hyperlink.
- addMouseListener(MouseListener).
Method in class oracle.forms.demos.HyperLink
- Adds the specified action listener object to receive action events from
this hyperlink.
- BACKGROUND.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- The Forms Server BACKGROUND ID
- FONT.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- The Forms Server FONT ID
- FOREGROUND.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- The Forms Server FOREGROUND ID
- getActiveColor().
Method in class oracle.forms.demos.HyperLink
- Gets the active color for this hyperlink.
- getLabel().
Method in class oracle.forms.demos.HyperLink
- Get the label for the HyperLink.
- getNormalColor().
Method in class oracle.forms.demos.HyperLink
- Gets the normal color for this hyperlink.
- getProperty(ID).
Method in class oracle.forms.demos.HyperLinkWrapper
- Overriding method from the IView interface.
- getURL().
Method in class oracle.forms.demos.HyperLink
- Returns the URL associated with this hyperlink.
- getVisitedColor().
Method in class oracle.forms.demos.HyperLink
- Gets the visited color for this hyperlink.
- HyperLink().
Constructor for class oracle.forms.demos.HyperLink
- Create a default HyplerLink
- HyperLink(String).
Constructor for class oracle.forms.demos.HyperLink
- Create a hyperlink with no specific URL target
- HyperLink(String, String).
Constructor for class oracle.forms.demos.HyperLink
- Create a hyperlink using the given URL.
- HyperLink(String, String, Color).
Constructor for class oracle.forms.demos.HyperLink
- Creates a hyperlink using the given URL with the
specified color.
- HyperLink(String, String, Color, Color).
Constructor for class oracle.forms.demos.HyperLink
- Creates a hyperlink using the given URL with the
specified color.
- HyperLinkWrapper().
Constructor for class oracle.forms.demos.HyperLinkWrapper
- Create a HyperLinkWrapper which acts as a wrapper around a HyperLink
component and allows it to function within Oracle Forms.
- init(IHandler).
Method in class oracle.forms.demos.HyperLinkWrapper
- IView initialisation method for this component, will be called when
Forms creates a new item instance.
- LINKEVENT.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- A custom property used in a custom event to signify that
a linkevent has occurred
- LINKEVENTDATA.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- A custom property used to store the link event data
- LINKLABEL.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- A custom property for the link label
- LINKURL.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- A custom property for the link URL
- log(String).
Method in class oracle.forms.demos.HyperLink
- Convenience method to display an message out to the console.
- log(String).
Method in class oracle.forms.demos.HyperLinkWrapper
- Debug facility to output message in a standard format if the DEBUG attribute is
set to TRUE.
- main(String[]).
Static method in class oracle.forms.demos.HyperLink
- The main entry point to run this from the command line for testing purposes
- mouseClicked(MouseEvent).
Method in class oracle.forms.demos.HyperLink
- Event handler for when the mouse clicks the hyperlink
- mouseEntered(MouseEvent).
Method in class oracle.forms.demos.HyperLink
- Event handler for when the mouse enters the hyperlink
- mouseExited(MouseEvent).
Method in class oracle.forms.demos.HyperLink
- Event handler for when the mouse leaves the hyperlink
- mousePressed(MouseEvent).
Method in class oracle.forms.demos.HyperLink
- Not implemented
- mouseReleased(MouseEvent).
Method in class oracle.forms.demos.HyperLink
- Not implemented
- NORMALCOLOR.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- A custom property for the normal color
- paint(Graphics).
Method in class oracle.forms.demos.HyperLink
- Paints the hyperlink.
- removeActionListener(ActionListener).
Method in class oracle.forms.demos.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.HyperLink
- Removes the specified action listener object from the list of action listeners
associated with this hyperlink.
- setActiveColor(Color).
Method in class oracle.forms.demos.HyperLink
- Sets the active color for this hyperlink.
- setLabel(String).
Method in class oracle.forms.demos.HyperLink
- Set the label for the HyperLink.
- setNormalColor(Color).
Method in class oracle.forms.demos.HyperLink
- Sets the normal color for this hyperlink.
- setProperty(ID, Object).
Method in class oracle.forms.demos.HyperLinkWrapper
- Overriding method from the IView interface.
- setURL(String).
Method in class oracle.forms.demos.HyperLink
- Sets the URL to associate with this hyperlink.
- setVisitedColor(Color).
Method in class oracle.forms.demos.HyperLink
- Sets the visited color for this hyperlink.
- VISIBLE.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- The Forms Server VISIBLE ID
- VISITEDCOLOR.
Static variable in class oracle.forms.demos.HyperLinkWrapper
- A custom property for the visited color