Uses of Class
de.enough.polish.ui.FakeCustomItem

Packages that use FakeCustomItem
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.browser.rss Provides an RSS reader. 
de.enough.polish.calendar   
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
de.enough.polish.util.sensor   
 

Uses of FakeCustomItem in de.enough.polish.browser
 

Subclasses of FakeCustomItem in de.enough.polish.browser
 class Browser
          TODO: Write good docs.
 

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

Subclasses of FakeCustomItem in de.enough.polish.browser.html
 class HtmlBrowser
          TODO: Write good docs.
 

Uses of FakeCustomItem in de.enough.polish.browser.rss
 

Subclasses of FakeCustomItem in de.enough.polish.browser.rss
 class RssBrowser
          The RSS browser is like the HTML browser, but it additionally supports RSS 2.0 feeds.
 

Uses of FakeCustomItem in de.enough.polish.calendar
 

Subclasses of FakeCustomItem in de.enough.polish.calendar
 class CalendarItem
          Displays a calendar for a specific month
 

Uses of FakeCustomItem in de.enough.polish.ui
 

Subclasses of FakeCustomItem in de.enough.polish.ui
 class ChartItem
          The ChartItem renders numerical integer based data in a diagram.
 class ChoiceTextField
          Provides a TextField that provides the user with possible matches for the current input.
 class ClockItem
          Display the current time digitally.
 class FakeChoiceGroupCustomItem
          A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
 class FakeContainerCustomItem
          Contains a number of items.
 class FakeIconCustomItem
          Shows a string with an optional image attached to it.
 class FakeStringCustomItem
          Meant for classes that want to be compatible with javax.microedition.lcdui.CustomItem for IDEs only while extending de.enough.polish.ui.StringItem in reality.
 class FakeTextFieldCustomItem
          A TextField is an editable text component that may be placed into a Form.
 class FilteredChoiceGroup
          Displays the currently selected item(s) and opens up a new FilteredList for selecting an element.
 class IconCustomItem
          Allows to use an image along with text within one icon.
 class ListItem
          Provides a list of items that can be used within a Form.
 class PictureBrowserItem
          The Picure Browser paints 5 in one row by scaling down the four outer ones and having a suitable large image in the middle.
 class TableItem
          Allows to manage items in a dynamic tabular layout
 class TreeItem
          Provides a tree of items that can contain several branches.
 

Methods in de.enough.polish.ui with parameters of type FakeCustomItem
 void TextEffect.drawStrings(FakeCustomItem parent, String[] textLines, int textColor, int x, int y, int leftBorder, int rightBorder, int lineHeight, int maxWidth, int layout, Graphics g)
          Paints the text and applies the text effect.
 String[] TextEffect.wrap(FakeCustomItem parent, String text, int textColor, Font font, int firstLineWidth, int lineWidth)
          Wraps the text into several lines.
 String[] TextEffect.wrap(FakeCustomItem parent, String text, int textColor, Font font, int firstLineWidth, int lineWidth, int maxLines, String maxLinesAppendix, int maxLinesAppendixPosition)
          Wraps the text into several lines.
 

Uses of FakeCustomItem in de.enough.polish.util.sensor
 

Subclasses of FakeCustomItem in de.enough.polish.util.sensor
 class AccelationInfoItem
          Shows information about the current acceleration