Oracle Forms 9i Samples and Demos

D G I L M O P R S T

D

destroy() - Method in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
Method from the oracle.forms.ui.IView class and overriden from the VBean base class.

G

getProperty(ID) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceTextArea
Implementation of IView interface.
getProperty(ID) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceTextField
Implementation of IView interface.
getPropertyName(ID) - Static method in class oracle.forms.demos.enhancedItems.InsertReplaceHelper
A convenience function to use the ID.getName() method to get the text version of this pid
getReplaceMode() - Static method in class oracle.forms.demos.enhancedItems.InsertReplaceHelper
Get the value of ReplaceMode

I

init(IHandler) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
Method from the oracle.forms.ui.IView class and overriden from the VBean base class.
InsertReplaceHelper - class oracle.forms.demos.enhancedItems.InsertReplaceHelper.
Utility class for Insert/Replace PJCs for Oracle Forms Services 9i
InsertReplaceHelper() - Constructor for class oracle.forms.demos.enhancedItems.InsertReplaceHelper
 
InsertReplaceIndicator - class oracle.forms.demos.enhancedItems.InsertReplaceIndicator.
InsertReplaceIndicator JavaBeam for Oracle Forms Services 9i
InsertReplaceIndicator() - Constructor for class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
constructor
InsertReplaceLWTextArea - class oracle.forms.demos.enhancedItems.InsertReplaceLWTextArea.
InsertReplace Pluggable Java Component Helper Class for Oracle Forms Services 9i
InsertReplaceLWTextArea() - Constructor for class oracle.forms.demos.enhancedItems.InsertReplaceLWTextArea
Constructor for the InsertReplaceLWTextArea
InsertReplaceTextArea - class oracle.forms.demos.enhancedItems.InsertReplaceTextArea.
InsertReplaceTextArea Pluggable Java Component for Oracle Forms Services 9i
InsertReplaceTextArea() - Constructor for class oracle.forms.demos.enhancedItems.InsertReplaceTextArea
Constructor for the InsertReplaceTextArea PJC
InsertReplaceTextField - class oracle.forms.demos.enhancedItems.InsertReplaceTextField.
InsertReplaceTextField Pluggable Java Component for Oracle Forms Services 9i
InsertReplaceTextField() - Constructor for class oracle.forms.demos.enhancedItems.InsertReplaceTextField
Constructor for the InsertReplaceTextField PJC
isReplaceMode - Static variable in class oracle.forms.demos.enhancedItems.InsertReplaceHelper
is the system in Replace mode?

L

log(String) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceTextArea
Utility function to print out a debug message to the Java Console.
log(String) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
Utility function to print out a debug message to the Java Console.
log(String) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceTextField
Utility function to print out a debug message to the Java Console.

M

m_handler - Static variable in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
Hold a reference to the Handler

O

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

P

processKeyEvent(KeyEvent) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceLWTextArea
A function that is called by the underlying control to handle keystrokes Here, if replace mode is specified then it will replace the value with the current keystroke
processKeyEvent(KeyEvent) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceTextField
This is where the PJC does all it's work, this method overrides the default keyprocessing for the underlying ewt TextComponent Here, if replace mode is specified then it will replace the value with the current keystroke

R

REPLACE_MODE - Static variable in class oracle.forms.demos.enhancedItems.InsertReplaceTextArea
The property registered to set the field to Replace mode although the user pressing the insert key will do the same thing Used with SET_CUSTOM_PROPERTY() from the Form
REPLACE_MODE - Static variable in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
The property registered to send the Replace mode back to the Form.
Sent in the :SYSTEM.CUSTOM_ITEM_EVENT_PARAMETERS
REPLACE_MODE - Static variable in class oracle.forms.demos.enhancedItems.InsertReplaceTextField
The property registered to set the field to Replace mode although the user pressing the insert key will do the same thing Used with SET_CUSTOM_PROPERTY() from the Form
REPLACE_TOGGLE - Static variable in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
The property registered be sent back from the bean as a Custom Event
run() - Method in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
This checks the state of the replace mode every 500 ms

S

setProperty(ID, Object) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceTextArea
Implementation of IView interface.
setProperty(ID, Object) - Method in class oracle.forms.demos.enhancedItems.InsertReplaceTextField
Implementation of IView interface.
setReplaceMode(boolean) - Static method in class oracle.forms.demos.enhancedItems.InsertReplaceHelper
Set the value of ReplaceMode
start() - Method in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
Start the components actions by initialising the thread and setting it free
stop() - Method in class oracle.forms.demos.enhancedItems.InsertReplaceIndicator
Stop the component's actions by killing the thread and setting it back to null for future use.

T

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

D G I L M O P R S T

Oracle Forms 9i Samples and Demos