Oracle Forms 9i Samples and Demos


Serialized Form


Package oracle.forms.demos.enhancedItems

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

Serialized Fields

ON

int ON
define ON

OFF

int OFF
define OFF

CLASSNAME

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

JARBUTTONSDIR

java.lang.String JARBUTTONSDIR
the hardcoded root directory for buttons in the JAR

JARBUTTONSEXT

java.lang.String JARBUTTONSEXT
the hardcoded button icon type in the JAR

m_imageNameOn

java.lang.String m_imageNameOn
the name of the on image

m_imageNameOff

java.lang.String m_imageNameOff
the name of the off image

m_handler

oracle.forms.handler.IHandler m_handler
storage for the handler for this class

m_codeBase

java.net.URL m_codeBase
The codebase from which the JAR was loaded - used to locate images

m_state

int m_state
the current state ON | OFF

m_images

java.awt.Image[] m_images
array to hold the images used to represent the state of the button

m_isRollover

boolean m_isRollover
Boolean value which describes if the button is currently a rollover or if it is a general rounded button.

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