Oracle Forms 9i Samples and Demos


Serialized Form


Package oracle.forms.demos

Class oracle.forms.demos.KeyFilter 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_savedKeyChar

java.lang.String m_savedKeyChar

m_filterChar

char m_filterChar

m_savedKeyCode

int m_savedKeyCode

m_savedModifier

java.lang.String m_savedModifier

m_filterState

int m_filterState

m_filterArrays

java.lang.String[] m_filterArrays

m_filterNames

java.lang.String[] m_filterNames

m_customFilterSet

boolean m_customFilterSet

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