Serialized Form
Package oracle.forms.demos.beans |
CLASSNAME
java.lang.String CLASSNAME
- the classname used for debugging purposes
m_URL
java.lang.String m_URL
- The URL for this hyperlink
m_normalColor
java.awt.Color m_normalColor
- The color representing the normal Hyperlink. Default color is blue
m_activeColor
java.awt.Color m_activeColor
- The color representing the active Hyperlink. Default color is blue.
m_visitedColor
java.awt.Color m_visitedColor
- The color representing the visited Hyperlink. Default color
is red.
m_actionListener
java.awt.event.ActionListener m_actionListener
- Used to access the AWT Event management facilities
to store and fire events on interested ActionEvent listeners.
m_mouseListener
java.awt.event.MouseListener m_mouseListener
- Used to access the AWT Event management facilities
to store and fire events on interested MouseEvent listeners.
m_isClicked
boolean m_isClicked
- Represents the state of the hyper link
m_debug
boolean m_debug
- Are we debugging?