|
Oracle Forms 9i Samples and Demos |
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.forms.demos.jspell.SpellCheckTextField
A PJC class used to integrate a Single Line Text feild in a Form with the JSpell Java Spellchecker
Field Summary | |
static oracle.forms.properties.ID |
BATCH_SIZE
The property that we'll use to set batch Size for checking |
static oracle.forms.properties.ID |
DICTIONARY_PORT
The property that we'll use to set the Spellcheck Socket Port |
static oracle.forms.properties.ID |
DICTIONARY_SERVER
The property that we'll use to set the Spellcheck Socket m/c |
static oracle.forms.properties.ID |
DICTIONARY_TYPE
The property that we'll use to set the Spellcheck Dictionary type SOCKET or SERVLET |
static oracle.forms.properties.ID |
IGNORE_FIRST
The JSpell Property |
static oracle.forms.properties.ID |
IGNORE_IRREGULAR
The JSpell Property |
static oracle.forms.properties.ID |
IGNORE_UPPER
The JSpell Property |
static oracle.forms.properties.ID |
LEARN_ENABLED
The Property for disabling the Learn button |
static oracle.forms.properties.ID |
MAX_SUGGESTIONS
The property that we'll use to set max no of suggestions |
static oracle.forms.properties.ID |
SPELLCHECK
The property that we'll use to trigger a spellcheck |
Constructor Summary | |
SpellCheckTextField()
|
Method Summary | |
void |
deselect()
|
java.awt.Frame |
getFrame()
|
java.awt.TextComponent |
getTextComponent()
|
void |
init(oracle.forms.handler.IHandler handler)
Implimentation of IView interface |
void |
log(java.lang.String msg)
|
boolean |
setProperty(oracle.forms.properties.ID pid,
java.lang.Object value)
Implimentation of IView interface |
Field Detail |
public static final oracle.forms.properties.ID SPELLCHECK
public static final oracle.forms.properties.ID DICTIONARY_TYPE
public static final oracle.forms.properties.ID DICTIONARY_SERVER
public static final oracle.forms.properties.ID DICTIONARY_PORT
public static final oracle.forms.properties.ID BATCH_SIZE
public static final oracle.forms.properties.ID MAX_SUGGESTIONS
public static final oracle.forms.properties.ID IGNORE_UPPER
public static final oracle.forms.properties.ID IGNORE_IRREGULAR
public static final oracle.forms.properties.ID IGNORE_FIRST
public static final oracle.forms.properties.ID LEARN_ENABLED
Constructor Detail |
public SpellCheckTextField()
Method Detail |
public void init(oracle.forms.handler.IHandler handler)
hander
- The context passed from forms.IView
public boolean setProperty(oracle.forms.properties.ID pid, java.lang.Object value)
pid
- property to be setvalue
- new value of the propertyIView
public void deselect()
public java.awt.Frame getFrame()
public java.awt.TextComponent getTextComponent()
public void log(java.lang.String msg)
|
Oracle Forms 9i Samples and Demos |
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |