|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ help overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.help
Class HelpIndex.Word

java.lang.Objectorg.gjt.sp.jedit.help.HelpIndex.Word
- Enclosing class:
- HelpIndex
- static class HelpIndex.Word
- extends java.lang.Object
| Nested Class Summary | |
(package private) static class |
HelpIndex.Word.Occurrence
|
| Field Summary | |
(package private) int |
occurCount
|
(package private) HelpIndex.Word.Occurrence[] |
occurrences
|
(package private) static int |
TITLE_OCCUR
|
(package private) java.lang.String |
word
|
| Constructor Summary | |
(package private) |
HelpIndex.Word(java.lang.String word,
int file,
boolean title)
|
| Method Summary | |
(package private) void |
addOccurrence(int file,
boolean title)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TITLE_OCCUR
static final int TITLE_OCCUR
- See Also:
- Constant Field Values
word
java.lang.String word
occurCount
int occurCount
occurrences
HelpIndex.Word.Occurrence[] occurrences
| Constructor Detail |
HelpIndex.Word
HelpIndex.Word(java.lang.String word, int file, boolean title)
| Method Detail |
addOccurrence
void addOccurrence(int file,
boolean title)
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ help overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.gjt.sp.jedit.help.HelpIndex.Word