Oracle Forms 9i Samples and Demos


Serialized Form


Package oracle.forms.demos.enhancedItems

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

Serialized Fields

CLASSNAME

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

m_debug

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

m_savedMode

boolean m_savedMode
Store the current value for the Replacemode - only send an event if it has changed

checkerThread

java.lang.Thread checkerThread
The thread used by this component

m_continue

boolean m_continue

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

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

Serialized Fields

CLASSNAME

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

m_debug

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

m_textArea

oracle.ewt.lwAWT.lwText.LWTextArea m_textArea
A text area is actually a Text area within a scrollbox so this refers to the scrollbox not the TextArea The following variable will hold the actual reference to the text area We have to create our own subclassed version of the standard text area which knows how to handle replace mode

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

Serialized Fields

CLASSNAME

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

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