de.enough.polish.predictive.array
Class ArrayTextElement

java.lang.Object
  extended by de.enough.polish.predictive.TextElement
      extended by de.enough.polish.predictive.array.ArrayTextElement

public class ArrayTextElement
extends TextElement


Field Summary
 
Fields inherited from class de.enough.polish.predictive.TextElement
element, keyCodes, selectedWordIndex, SHIFT
 
Constructor Summary
ArrayTextElement(java.lang.Object object)
           
 
Method Summary
 void convertReader()
           
 ArrayList getCustomResults()
           
 ArrayList getResults()
           
protected  java.lang.String getSelectedString()
           
 boolean isCustomFound()
           
 boolean isSelectedCustom()
           
 boolean isWordFound()
           
 void setResults()
           
 void setSelectedWordIndex(int selected)
           
 
Methods inherited from class de.enough.polish.predictive.TextElement
getElement, getKeyCount, getLength, getSelectedWord, getSelectedWordIndex, isString, keyClear, keyNum, setElement, shiftResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTextElement

public ArrayTextElement(java.lang.Object object)
Method Detail

setResults

public void setResults()
Specified by:
setResults in class TextElement

getSelectedString

protected java.lang.String getSelectedString()
Specified by:
getSelectedString in class TextElement

setSelectedWordIndex

public void setSelectedWordIndex(int selected)
Specified by:
setSelectedWordIndex in class TextElement

isSelectedCustom

public boolean isSelectedCustom()
Specified by:
isSelectedCustom in class TextElement

convertReader

public void convertReader()
Specified by:
convertReader in class TextElement

getResults

public ArrayList getResults()
Specified by:
getResults in class TextElement

getCustomResults

public ArrayList getCustomResults()
Specified by:
getCustomResults in class TextElement

isCustomFound

public boolean isCustomFound()

isWordFound

public boolean isWordFound()
Specified by:
isWordFound in class TextElement