Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
PointOfViewServer.Word

Uses of Word in PointOfViewServer
 

Methods in PointOfViewServer that return Word
 Word WordList.getWord(int n)
           
 Word WordList.getWord(java.lang.String word)
           
 Word Word.getLinkedword(int i)
           
 

Methods in PointOfViewServer with parameters of type Word
 void WordList.addWord(Word w)
           
 void WordList.addWord(int index, Word w)
           
 void Word.addLinkedword(Word n)
           
 void Word.addLinkedword(int n, Word nf)