C D E F G O R S T

C

CARET_POSITION - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Property used to set the Caret Position for a specific instance of the PJC.
COMMON - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Specify that an instance of the CursorPos PJC should use the common setting for it's cursor position or range selection.
COMMON_CARET_POSITION - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Property used to set the Caret Position for all instances of the PJC, unless it is overridden by a specific instance.
COMMON_RANGE_SELECTION - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Property used to set the Range Selection for all instances of the PJC, unless it is overridden by a specific instance.
CommonCursorSelection - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Holds the common cursor position or range selection.
CursorPosCommon - class oracle.forms.demos.enhancedItems2.CursorPosCommon.
Utility class for CursorPos PJCs for Oracle Forms Services 9i
CursorPosCommon() - Constructor for class oracle.forms.demos.enhancedItems2.CursorPosCommon
 
CursorPosTextArea - class oracle.forms.demos.enhancedItems2.CursorPosTextArea.
CursorPos Pluggable Java Component for Oracle Forms Services 9i
CursorPosTextArea() - Constructor for class oracle.forms.demos.enhancedItems2.CursorPosTextArea
Constructor for the CursorPosTextField PJC
CursorPosTextField - class oracle.forms.demos.enhancedItems2.CursorPosTextField.
CursorPos Pluggable Java Component for Oracle Forms Services 9i
CursorPosTextField() - Constructor for class oracle.forms.demos.enhancedItems2.CursorPosTextField
Constructor for the CursorPosTextField PJC

D

DEBUGMESSAGES - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Forms property used to indicate that we want the utility to switch Messaging on to the Java Console so we can see what is going on for a specific instance of the CursorPos PJC.
DEBUGMESSAGES_ALL - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Forms property used to indicate that we want the utility to switch Messaging on to the Java Console so we can see what is going on for ALL instances of the CursorPos PJC.
decodeSelection(String) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
The opposite of encodeSelection.

E

encodeCaretPosition(int) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Converts the value of the position to a string value.
encodeSelection(Point) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Converts the selection to a string value.

F

FIELD_END - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Specify that the cursor position, or the start or end of the range selection, should be set to the end of the field.
FIELD_START - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Specify that the cursor position, or the start or end of the range selection, should be set to the start of the field.
FORMS_DEFAULT - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Specify that the field should not control the cursor or range selection, but let Forms do what it would normally do.

G

getCommonCursorSelection() - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Get the common range selection.
getCommonCursorSelectionEnd() - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Get the end position of the common range selection.
getCommonCursorSelectionStart() - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Get the start position of the common range selection.
getProperty(ID) - Method in class oracle.forms.demos.enhancedItems2.CursorPosTextArea
Implementation of IView interface.
getProperty(ID) - Method in class oracle.forms.demos.enhancedItems2.CursorPosTextField
Implementation of IView interface.
getSelectionStart(Point) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
For a given selection, return the start position.

O

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

R

RANGE_SELECTION - Static variable in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Property used to set the Range Selection for a specific instance of the PJC.
resolveSelectionForThisField(Point, LWCommonText) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
This method returns the action for this field.

S

setCommonCursorSelection(Point) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Set the common range selection.
setCommonCursorSelectionEnd(int) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Set the end point of common range selection.
setCommonCursorSelectionStart(int) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Set the start point of common range selection.
setProperty(ID, Object) - Method in class oracle.forms.demos.enhancedItems2.CursorPosTextArea
Implementation of IView interface.
setProperty(ID, Object) - Method in class oracle.forms.demos.enhancedItems2.CursorPosTextField
Implementation of IView interface.

T

toBoolean(Object, boolean) - Static method in class oracle.forms.demos.enhancedItems2.CursorPosCommon
Converts a string value containing TRUE or FALSE as a string to the equivalent boolean.

C D E F G O R S T