Oracle Forms 9i Samples and Demos


Serialized Form


Package oracle.forms.demos.enhancedItems

Class oracle.forms.demos.enhancedItems.InfoButton implements Serializable

Serialized Fields

CLASSNAME

java.lang.String CLASSNAME
the classname used for debugging purposes use getClass().getName(); if you want the full package name

m_infoField

oracle.ewt.lwAWT.lwText.LWCommonText m_infoField
the handle of the Info Field

m_isFound

boolean m_isFound
is the InfoButton output field located

m_mouseAdapter

oracle.forms.demos.enhancedItems.InfoButton.InfoButtonMouseAdapter m_mouseAdapter
the mouse adaptor that will be used to display and hide the text

m_text

java.lang.String m_text
storage for the text to display

m_savedText

java.lang.String m_savedText
storage for the previous text from the feild

m_debug

boolean m_debug
do we want to debug for this class? Set this to true to see debug messages.


Oracle Forms 9i Samples and Demos