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

Packages that use Style
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.theme   
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
de.enough.polish.ui.chartviews Provides (mostly animated) views for visualizing ChartItems. 
de.enough.polish.ui.clockviews Provides (mostly animated) views for visualizing ClockItems. 
de.enough.polish.ui.containerviews Provides (mostly animated) views for showing collections of items, e.g. 
de.enough.polish.ui.gaugeviews Provides (mostly animated) views for visualizing gauges. 
de.enough.polish.ui.itemviews Provides (mostly animated) views for visualizing items. 
de.enough.polish.ui.screenanimations Provides a lot of pre-defined text effects for use with the J2ME Polish GUI. 
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.sensor   
 

Uses of Style in de.enough.polish.browser
 

Methods in de.enough.polish.browser with parameters of type Style
abstract  boolean TagHandler.handleTag(Container parentItem, SimplePullParser parser, java.lang.String tagName, boolean opening, HashMap attributeMap, Style style)
           
 void Browser.openContainer(Style containerStyle)
          Opens a new Container into which forthcoming elements should be added.
 

Constructors in de.enough.polish.browser with parameters of type Style
Browser(ProtocolHandler[] protocolHandlers, Style style)
          Creates a new Browser with the specified handlers and style.
Browser(java.lang.String[] tagNames, TagHandler[] tagHandlers, ProtocolHandler[] protocolHandlers, Style style)
          Creates a new Browser with the specified handlers and style.
Browser(Style style)
          Creates a new Browser without any protocol handler or tag handlers.
 

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

Fields in de.enough.polish.browser.html declared as Style
 Style HtmlTagHandler.textStyle
          style for the forthcoming text
 

Methods in de.enough.polish.browser.html with parameters of type Style
 void HtmlSelect.addOption(java.lang.String name, java.lang.String value, boolean selected, Style optionStyle)
           
 boolean HtmlTagHandler.handleTag(Container parentItem, SimplePullParser parser, java.lang.String tagName, boolean opening, HashMap attributeMap, Style style)
           
 

Constructors in de.enough.polish.browser.html with parameters of type Style
HtmlBrowser(HtmlTagHandler tagHandler, ProtocolHandler[] protocolHandlers, Style style)
          Creates a new browser with the specified html tag handler
HtmlBrowser(Style style)
          Creates a new browser with the given style, the default tag handler and default protocol handlers (http, https, resource)
HtmlSelect(java.lang.String name, int size, boolean isMultiple, Style style)
           
 

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

Methods in de.enough.polish.browser.rss with parameters of type Style
 boolean RssTagHandler.handleTag(Container parentItem, SimplePullParser parser, java.lang.String tagName, boolean opening, HashMap attributeMap, Style style)
           
 

Constructors in de.enough.polish.browser.rss with parameters of type Style
RssBrowser(javax.microedition.lcdui.ItemCommandListener listener, Style style)
           
RssBrowser(ItemCommandListener listener, Style style)
           
RssBrowser(Style style)
           
 

Uses of Style in de.enough.polish.theme
 

Methods in de.enough.polish.theme that return Style
static Style ThemeController.getStyle(ThemeStream stream, java.lang.String id)
          Returns a themed image (png) as an Image object
 

Uses of Style in de.enough.polish.ui
 

Fields in de.enough.polish.ui declared as Style
static Style StyleCache.defaultStyle
           
static Style StyleSheet.defaultStyle
          default style
static Style StyleCache.focusedStyle
           
protected  Style FakeCustomItem.focusedStyle
           
protected  Style Item.focusedStyle
           
static Style StyleSheet.focusedStyle
          default style for focused/hovered items
protected  Style Container.focusedStyleFirst
           
protected  Style FakeContainerCustomItem.focusedStyleFirst
           
protected  Style Container.focusedStyleLast
           
protected  Style FakeContainerCustomItem.focusedStyleLast
           
protected  Style Container.itemStyle
           
protected  Style FakeContainerCustomItem.itemStyle
           
static Style StyleCache.labelStyle
           
protected  Style FakeCustomItem.labelStyle
           
protected  Style Item.labelStyle
           
static Style StyleSheet.labelStyle
          default style for labels
protected  Style MenuBar.menuItemStyle
           
static Style StyleCache.menuStyle
           
static Style StyleSheet.menuStyle
          default style for the commands menu
protected  Style Container.plainStyle
           
protected  Style FakeContainerCustomItem.plainStyle
           
protected  Style FakeCustomItem.style
           
protected  Style Screen.style
           
protected  Style Item.style
           
protected  Style TextEffect.style
           
 

Methods in de.enough.polish.ui that return Style
static Style UiAccess.focus(Item item, int direction, Style style)
          Focusses the given item with the specified style.
protected  Style TabBar.focus(Style newStyle, int direction)
           
protected  Style FakeCustomItem.focus(Style newStyle, int direction)
          Focuses this item.
protected  Style ChoiceGroup.focus(Style focusStyle, int direction)
           
protected  Style Container.focus(Style focusStyle, int direction)
           
protected  Style TextField.focus(Style focStyle, int direction)
           
protected  Style FakeTextFieldCustomItem.focus(Style focStyle, int direction)
           
protected  Style FakeContainerCustomItem.focus(Style focusStyle, int direction)
           
protected  Style Item.focus(Style newStyle, int direction)
          Focuses this item.
protected  Style TableItem.focus(Style newStyle, int direction)
           
protected  Style ChoiceTextField.focus(Style focStyle, int direction)
           
protected  Style CustomItem.focus(Style focusStyle, int direction)
           
protected  Style TreeItem.focus(Style focusStyle, int direction)
           
protected  Style FakeChoiceGroupCustomItem.focus(Style focusStyle, int direction)
           
 Style ContainerView.focusItem(int index, Item item, int direction, Style focusedStyle)
          Focuses the given item and retrieves the previous style of that item.
static Style[] StyleSheet.getDynamicStyles()
           
 Style FakeCustomItem.getFocusedStyle()
          Retrieves the approriate style for focusing this item.
 Style Item.getFocusedStyle()
          Retrieves the approriate style for focusing this item.
protected  Style Container.getFocusedStyle(int index, Item item)
          Retrieves the best matching focus style for the given item
protected  Style FakeContainerCustomItem.getFocusedStyle(int index, Item item)
          Retrieves the best matching focus style for the given item
 Style MenuBar.getMenuItemStyle()
           
 Style Screen.getScreenStyle()
          Retrieves the style currently used by this screen.
 Style FakeCustomItem.getStyle()
          Retrieves the style of this item.
 Style Item.getStyle()
          Retrieves the style of this item.
static Style UiAccess.getStyle(javax.microedition.lcdui.Item item)
          Gets the current style of the given item.
static Style UiAccess.getStyle(Item item)
          Gets the current style of the given item.
static Style StyleSheet.getStyle(Item item)
          Retrieves the style for the given item.
static Style UiAccess.getStyle(javax.microedition.lcdui.Screen screen)
          Gets the current style of the given screen.
static Style UiAccess.getStyle(Screen screen)
          Gets the current style of the given screen.
static Style StyleSheet.getStyle(Screen screen)
          Retrieves a dynamic style for the given screen.
static Style StyleSheet.getStyle(java.lang.String name)
          Gets the style with the specified name.
 

Methods in de.enough.polish.ui with parameters of type Style
 void Container.add(Item item, Style itemAddStyle)
          Adds an item to this container.
 void FakeContainerCustomItem.add(Item item, Style itemAddStyle)
          Adds an item to this container.
 void Container.add(java.lang.String text, Style textAddStyle)
          Adds an StringItem with the given text to this container.
 void FakeContainerCustomItem.add(java.lang.String text, Style textAddStyle)
          Adds an StringItem with the given text to this container.
 void CommandItem.addChild(javax.microedition.lcdui.Command childCommand, Style childStyle)
          Adds a subcommand to this node.
 void FakeCustomItem.addCommand(javax.microedition.lcdui.Command cmd, Style commandStyle)
          Adds a context sensitive Command to the item.
 void MenuBar.addCommand(javax.microedition.lcdui.Command cmd, Style commandStyle)
           
 void Screen.addCommand(javax.microedition.lcdui.Command cmd, Style commandStyle)
          Adds a command to this screen with the specified style.
 void Item.addCommand(javax.microedition.lcdui.Command cmd, Style commandStyle)
          Adds a context sensitive Command to the item.
 void TabBar.addNewTab(int index, java.lang.String tabName, javax.microedition.lcdui.Image tabImage, Style tabStyle)
          Creates a new tab on the tab bar.
 void TabbedForm.addNewTab(int index, java.lang.String tabName, javax.microedition.lcdui.Image tabImage, Style tabStyle)
          Adds a new tab with a container to the TabbedForm.
 void TabBar.addNewTab(java.lang.String tabName, javax.microedition.lcdui.Image tabImage, Style tabStyle)
          Creates a new tab on the tab bar.
 int TabbedForm.addNewTab(java.lang.String tabName, javax.microedition.lcdui.Image tabImage, Style tabStyle)
          Adds a new tab with a container to the TabbedForm.
static void UiAccess.addSubCommand(javax.microedition.lcdui.Command child, javax.microedition.lcdui.Command parent, Screen screen, Style style)
          Adds the given command as a subcommand to the defined screen.
 void MenuBar.addSubCommand(javax.microedition.lcdui.Command childCommand, javax.microedition.lcdui.Command parentCommand, Style commandStyle)
          Adds the given command as a subcommand to the specified parent command.
 void Screen.addSubCommand(javax.microedition.lcdui.Command child, javax.microedition.lcdui.Command parent, Style commandStyle)
          Adds the given command as a subcommand to the specified parent command.
 int ChoiceGroup.append(ChoiceItem item, Style elementStyle)
          Appends a ChoiceItem to this choice group.
 int FakeChoiceGroupCustomItem.append(ChoiceItem item, Style elementStyle)
          Appends a ChoiceItem to this choice group.
 int Form.append(javax.microedition.lcdui.Image img, Style itemStyle)
          Adds an item consisting of one Image to the Form.
 void FramedForm.append(int frameOrientation, Item item, Style itemStyle)
          Adds the given item to the specifid frame.
 int TabbedForm.append(int tabIndex, Item item, Style itemStyle)
          Adds the item to this form.
 int TabbedList.append(int tabIndex, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style style)
          Appends an element to the Choice.
 int Form.append(Item item, Style itemStyle)
          Adds an Item into the Form.
 int TabbedForm.append(Item item, Style itemStyle)
          Adds the item to the first tab of this form.
 int ChoiceGroup.append(java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Appends an element to the ChoiceGroup.
 int List.append(java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Appends an element to the List.
 int FakeChoiceGroupCustomItem.append(java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Appends an element to the ChoiceGroup.
 int FilteredChoiceGroup.append(java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style itemStyle)
          Appends an item to this group.
 int Form.append(java.lang.String str, Style itemStyle)
          Adds an item consisting of one String to the Form.
 int TabbedList.appendTab(Item item, int tabListType, Style style)
           
 int TabbedList.appendTab(Item item, Style style)
           
 int TabbedList.appendTab(java.lang.String text, javax.microedition.lcdui.Image icon, Style style)
           
 void TreeItem.appendToNode(Item node, Item item, Style nodeStyle)
          Adds the specified item to this tree.
 Item TreeItem.appendToNode(Item node, java.lang.String text, javax.microedition.lcdui.Image image, Style childStyle)
          Adds the specified text/image to this tree.
 void TreeItem.appendToRoot(Item item, Style nodeStyle)
          Adds the specified item to this list.
 javax.microedition.lcdui.Item TreeItem.appendToRoot(java.lang.String text, javax.microedition.lcdui.Image image, Style rootStyle)
          Appends the specified text and image to this list and provides it with the given style.
protected static ChoiceItem[] ChoiceGroup.buildChoiceItems(java.lang.String[] stringElements, javax.microedition.lcdui.Image[] imageElements, int choiceType, Style style)
          Builds an array of ChoiceItems out of an array of Strings and Images, specifying the choiceType and style common to any ChoiceItem in the resulting array.
protected static ChoiceItem[] FakeChoiceGroupCustomItem.buildChoiceItems(java.lang.String[] stringElements, javax.microedition.lcdui.Image[] imageElements, int choiceType, Style style)
          Builds an array of ChoiceItems out of an array of Strings and Images, specifying the choiceType and style common to any ChoiceItem in the resulting array.
 void Container.changeChildStyles(Style oldChildStyle, Style newChildStyle)
          Changes the style of all children that are currently using the specified oldChildStyle with the given newChildStyle.
 void FakeContainerCustomItem.changeChildStyles(Style oldChildStyle, Style newChildStyle)
          Changes the style of all children that are currently using the specified oldChildStyle with the given newChildStyle.
protected  void CustomItem.defocus(Item item, Style originalStyle)
           
static void UiAccess.defocus(Item item, Style style)
          Defocuses the given item and sets the style to the specified one.
protected  void TabBar.defocus(Style originalStyle)
           
protected  void DateField.defocus(Style originalStyle)
           
protected  void FakeIconCustomItem.defocus(Style originalStyle)
           
protected  void FakeCustomItem.defocus(Style originalStyle)
          Removes the focus from this item.
protected  void IconItem.defocus(Style originalStyle)
           
 void ChoiceGroup.defocus(Style originalStyle)
           
 void Container.defocus(Style originalStyle)
           
protected  void TextField.defocus(Style originalStyle)
           
protected  void FakeTextFieldCustomItem.defocus(Style originalStyle)
           
 void FakeContainerCustomItem.defocus(Style originalStyle)
           
protected  void Item.defocus(Style originalStyle)
          Removes the focus from this item.
protected  void ItemView.defocus(Style originalStyle)
          Notifies this view that the parent container is not focused anymore.
protected  void StringItem.defocus(Style originalStyle)
           
 void TableItem.defocus(Style originalStyle)
           
protected  void ChoiceTextField.defocus(Style origStyle)
           
protected  void FakeStringCustomItem.defocus(Style originalStyle)
           
protected  void CustomItem.defocus(Style originalStyle)
           
 void FakeChoiceGroupCustomItem.defocus(Style originalStyle)
           
static Style UiAccess.focus(Item item, int direction, Style style)
          Focusses the given item with the specified style.
protected  Style TabBar.focus(Style newStyle, int direction)
           
protected  Style FakeCustomItem.focus(Style newStyle, int direction)
          Focuses this item.
protected  Style ChoiceGroup.focus(Style focusStyle, int direction)
           
protected  Style Container.focus(Style focusStyle, int direction)
           
protected  Style TextField.focus(Style focStyle, int direction)
           
protected  Style FakeTextFieldCustomItem.focus(Style focStyle, int direction)
           
protected  Style FakeContainerCustomItem.focus(Style focusStyle, int direction)
           
protected  Style Item.focus(Style newStyle, int direction)
          Focuses this item.
 void ItemView.focus(Style focusstyle, int direction)
          Sets the focus to this container view.
protected  Style TableItem.focus(Style newStyle, int direction)
           
protected  Style ChoiceTextField.focus(Style focStyle, int direction)
           
protected  Style CustomItem.focus(Style focusStyle, int direction)
           
protected  Style TreeItem.focus(Style focusStyle, int direction)
           
protected  Style FakeChoiceGroupCustomItem.focus(Style focusStyle, int direction)
           
 Style ContainerView.focusItem(int index, Item item, int direction, Style focusedStyle)
          Focuses the given item and retrieves the previous style of that item.
 void ChoiceGroup.insert(int elementNum, ChoiceItem item, Style elementStyle)
          Inserts an element into the ChoiceGroup just prior to the element specified.
 void TabbedList.insert(int tabIndex, int elementNum, ChoiceItem item, Style style)
          Inserts an element into the Choice just prior to the element specified.
 void TabbedForm.insert(int tabIndex, int itemNum, javax.microedition.lcdui.Item item, Style itemStyle)
          Inserts an item into this form just prior to the item specified on the specified tab.
 void TabbedForm.insert(int tabIndex, int itemNum, Item item, Style itemStyle)
          Inserts an item into this form just prior to the item specified on the specified tab.
 void TabbedList.insert(int tabIndex, int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style style)
          Inserts an element into the Choice just prior to the element specified.
 void Form.insert(int itemNum, Item item, Style itemStyle)
          Inserts an item into the Form just prior to the item specified.
 void ListItem.insert(int position, Item item, Style itemStyle)
          Inserts the specified item into this list and provides it with a style.
 void ChoiceGroup.insert(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Inserts an element into the ChoiceGroup just prior to the element specified.
 void List.insert(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Inserts an element into the List just prior to the element specified.
 void FakeChoiceGroupCustomItem.insert(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Inserts an element into the ChoiceGroup just prior to the element specified.
 void FilteredChoiceGroup.insert(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Inserts an element with an attached style definition
protected  boolean ItemView.isValid(Item parent, Style style)
          Implementation that are valid only for specific item classes can override this method so that they cannot be accidently attached to unsupported classes.
protected  boolean ContainerView.isValid(Item parent, Style style)
           
 void TabbedList.set(int tabIndex, int elementNum, ChoiceItem item, Style elementStyle)
          Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
 void TableItem.set(int column, int row, java.lang.Object value, Style itemStyle)
          Sets the value of the given table position.
 void TabbedList.set(int tabIndex, int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
 void Form.set(int itemNum, Item item, Style itemStyle)
          Sets the item referenced by itemNum to the specified item, replacing the previous item.
 Item Container.set(int index, Item item, Style itemStyle)
          Replaces the item at the specified position in this list with the given item.
 Item FakeContainerCustomItem.set(int index, Item item, Style itemStyle)
          Replaces the item at the specified position in this list with the given item.
 Item TableItem.set(int index, Item item, Style itemStyle)
           
 void FilteredList.set(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
 void ChoiceGroup.set(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
 void List.set(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
 void FakeChoiceGroupCustomItem.set(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
 void FilteredChoiceGroup.set(int elementNum, java.lang.String stringPart, javax.microedition.lcdui.Image imagePart, Style elementStyle)
          Sets an item at the specified index
static void UiAccess.setAccessible(Choice choice, int itemIndex, boolean isAccessible, Style style)
          Makes the specified List or ChoiceGroup item selectable or inaccessible.
static void UiAccess.setAccessible(Item item, boolean isAccessible, Style style)
          Makes the item interactive (accessible) or non-interactive.
static void UiAccess.setAccessible(Screen screen, javax.microedition.lcdui.Command command, boolean isAccessible, Style style)
          Makes the item interactive (accessible) or non-interactive.
 void TableItem.setCellContainerStyle(Style containerStyle)
          Sets the style for cases when several items are added to a cell.
 void FilteredList.setFilterStyle(Style filterStyle)
           
 void MessageItem.setHeadline(java.lang.String headline, Style style)
          Sets the headline text
 void TextField.setHelpStyle(Style style)
           
 void FakeIconCustomItem.setImage(javax.microedition.lcdui.Image img, Style style)
          Sets the image for this icon.
 void IconItem.setImage(javax.microedition.lcdui.Image img, Style style)
          Sets the image for this icon.
 void Alert.setImage(javax.microedition.lcdui.Image img, Style style)
          Sets the Image used in the Alert.
static void ScreenInfo.setImage(javax.microedition.lcdui.Image image, Style style)
          Sets the image for the scr