Uses of Class
de.enough.polish.util.ArrayList

Packages that use ArrayList
de.enough.polish.browser Contains base implementation for browsers operating on XML-like structures. 
de.enough.polish.browser.html Provides a browser for HTML pages, including support for forms. 
de.enough.polish.io.file   
de.enough.polish.log.display   
de.enough.polish.predictive Provides multimedia utilities. 
de.enough.polish.predictive.array Provides internal helper classes for managing predictive input mode for TextFields. 
de.enough.polish.predictive.trie Provides internal helper classes for managing predictive input mode for TextFields. 
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
de.enough.polish.ui.texteffects Provides a lot of pre-defined screen change animation effects for use with the J2ME Polish GUI. 
de.enough.polish.util Provides utility classes. 
 

Uses of ArrayList in de.enough.polish.browser
 

Fields in de.enough.polish.browser declared as ArrayList
protected  ArrayList Browser.tagHandlers
           
 

Uses of ArrayList in de.enough.polish.browser.html
 

Fields in de.enough.polish.browser.html declared as ArrayList
protected  ArrayList HtmlBrowser.forms
           
 

Uses of ArrayList in de.enough.polish.io.file
 

Methods in de.enough.polish.io.file with parameters of type ArrayList
 void UiFileSystemTreeModel.addChildren(Object parent, ArrayList list)
           
 void FileSystemTreeModel.addChildren(Object parent, ArrayList list)
           
 

Uses of ArrayList in de.enough.polish.log.display
 

Fields in de.enough.polish.log.display declared as ArrayList
protected  ArrayList LogCanvas.logLines
           
 

Uses of ArrayList in de.enough.polish.predictive
 

Fields in de.enough.polish.predictive declared as ArrayList
protected  ArrayList TextBuilder.textElements
           
 

Methods in de.enough.polish.predictive that return ArrayList
abstract  ArrayList TextElement.getCustomResults()
           
abstract  ArrayList TextElement.getResults()
           
 

Methods in de.enough.polish.predictive with parameters of type ArrayList
 void TextElement.shiftResults(ArrayList results)
           
 

Uses of ArrayList in de.enough.polish.predictive.array
 

Methods in de.enough.polish.predictive.array that return ArrayList
 ArrayList ArrayTextElement.getCustomResults()
           
 ArrayList ArrayTextElement.getResults()
           
 ArrayList ArrayReader.getResults()
           
 

Methods in de.enough.polish.predictive.array with parameters of type ArrayList
 void ArrayReader.copyArrayList(ArrayList source, ArrayList dest)
           
 void ArrayReader.copyArrayList(ArrayList source, ArrayList dest)
           
 void ArrayReader.copyArrayList(String[] source, ArrayList dest)
           
 

Uses of ArrayList in de.enough.polish.predictive.trie
 

Methods in de.enough.polish.predictive.trie that return ArrayList
 ArrayList TrieTextElement.getCustomResults()
           
 ArrayList TrieReader.getNodes()
           
 ArrayList TrieTextElement.getResults()
           
 

Methods in de.enough.polish.predictive.trie with parameters of type ArrayList
 void TrieOrder.getOrder(ArrayList words, int[] keyCodes)
           
 void TrieCustom.getWords(ArrayList words, int[] keyCodes)
           
 

Uses of ArrayList in de.enough.polish.ui
 

Fields in de.enough.polish.ui declared as ArrayList
protected  ArrayList Item.commands
           
protected  ArrayList FakeCustomItem.commands
           
protected  ArrayList Container.itemsList
           
protected  ArrayList FakeContainerCustomItem.itemsList
           
 ArrayList TreeItem.treeModelChildrenList
           
 

Methods in de.enough.polish.ui that return ArrayList
 ArrayList Item.getItemCommands()
           
 ArrayList FakeCustomItem.getItemCommands()
           
 ArrayList TextField.getPredictiveMatchingWords()
          Retrieves matching words for the specified textfield.
static ArrayList UiAccess.getPredictiveMatchingWords(TextField field)
          Retrieves matching words for the specified textfield.
static ArrayList UiAccess.getPredictiveMatchingWords(TextField field)
          Retrieves matching words for the specified textfield.
 ArrayList PredictiveAccess.getResults()
           
 

Methods in de.enough.polish.ui with parameters of type ArrayList
 void TreeModel.addChildren(Object parent, ArrayList childrenList)
          Returns the number of children of parent.
protected  void Item.addCommands(ArrayList commandsList)
          Adds all commands to the specified list.
protected  void FakeCustomItem.addCommands(ArrayList commandsList)
          Adds all commands to the specified list.
protected  void Screen.setItemCommands(ArrayList commandsList, Item item)
          Sets the commands of the given item
protected  void FilteredList.setItemCommands(ArrayList commandsList, Item item)
           
protected  void FramedForm.setItemCommands(ArrayList commandsList, Item item)
           
 void FakeChoiceGroupCustomItem.setItemsList(ArrayList itemsList)
           
 void Container.setItemsList(ArrayList itemsList)
          Sets a list of items for this container.
 void FakeContainerCustomItem.setItemsList(ArrayList itemsList)
          Sets a list of items for this container.
 void ChoiceGroup.setItemsList(ArrayList itemsList)
           
 

Uses of ArrayList in de.enough.polish.ui.texteffects
 

Methods in de.enough.polish.ui.texteffects with parameters of type ArrayList
protected  String SmileyTextEffect.getNextSmiley(String line, int offset, ArrayList smileys)
           
 void SmileyTextEffect.wrap(String value, Font font, int completeWidth, int firstLineWidth, int lineWidth, ArrayList list)
          Wraps a text chunk without linebreaks
 

Uses of ArrayList in de.enough.polish.util
 

Fields in de.enough.polish.util declared as ArrayList
 ArrayList<K> KeyValueList.keys
           
 ArrayList<V> KeyValueList.values
           
 

Methods in de.enough.polish.util with parameters of type ArrayList
 void ArrayList.addAll(ArrayList list)
          Adds all elements of the given list to this list.
static void TextUtil.split(String value, Font font, int completeWidth, int firstLineWidth, int lineWidth, ArrayList list)
          Deprecated. please use wrap instead
static void TextUtil.wrap(String value, Font font, int completeWidth, int firstLineWidth, int lineWidth, ArrayList list, int maxLines, int maxLinesAppendixPosition)
          Wraps the given string so that the substrings fit into the the given line-widths.