Oracle Forms 9i Samples and Demos

D G M O S

D

DOCURSOR - Static variable in class oracle.forms.demos.ModCursor
Register the property used from PL/SQL to pass in the name of the cursor to use when the mouse moves over the component.

G

getProperty(ID) - Method in class oracle.forms.demos.ModCursor
The method from the oracle.forms.ui.IView interface which allows the PJC to return the current settings of a property to a running Form.

M

ModCursor - class oracle.forms.demos.ModCursor.
Oracle Forms Server 9i PJC Example
ModCursor() - Constructor for class oracle.forms.demos.ModCursor
Construct the ModCursor class, based on the oracle.forms.ui.VTextField base class.

O

oracle.forms.demos - package oracle.forms.demos
 

S

setProperty(ID, Object) - Method in class oracle.forms.demos.ModCursor
The method from the oracle.forms.ui.IView interface which allows the PJC to receive property settings from a running Form.

D G M O S

Oracle Forms 9i Samples and Demos