|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.inet.jortho.SpellCheckerOptions
public class SpellCheckerOptions
This class hold some options for spell checking. You can change it global see (SpellChecker.getOptions()
or for every JTextComponent on registering.
| Constructor Summary | |
|---|---|
SpellCheckerOptions()
Create a SpellCheckerOptions with default values. |
|
| Method Summary | |
|---|---|
int |
getSuggestionsLimitDialog()
Get the maximun count of enties for the suggestion list in the spell checker dialog. |
int |
getSuggestionsLimitMenu()
Get the maximun count of enties for the suggestion menu. |
boolean |
isCaseSensitive()
Get if the spell checker is case sensitive. |
void |
setCaseSensitive(boolean caseSensitive)
Set if the spell checker is case sensitive. |
void |
setSuggestionsLimitDialog(int count)
Set the maximun count of enties for the suggestion list in the spell checker dialog. |
void |
setSuggestionsLimitMenu(int count)
Set the maximun count of enties for the suggestion menu. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpellCheckerOptions()
| Method Detail |
|---|
public void setSuggestionsLimitMenu(int count)
count - the suggestions limitpublic int getSuggestionsLimitMenu()
public void setSuggestionsLimitDialog(int count)
count - the suggestions limitpublic int getSuggestionsLimitDialog()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive - public boolean isCaseSensitive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||