Serialized Form
Package oracle.forms.demos.enhancedItems |
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
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
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.