|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| de.enough.polish.blackberry.ui | Special implementations for javax.microedition.lcdui classes for BlackBerry - do not use directly. |
| 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.doja.ui | Special implementations for javax.microedition.lcdui classes for DoJa - do not use directly. |
| de.enough.polish.io.file | |
| de.enough.polish.ui | Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. |
| de.enough.polish.ui.backgrounds | Provides backgrounds for widgets and canvases. |
| de.enough.polish.ui.borders | Provides borders for widgets and canvases. |
| 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.keyboard | |
| de.enough.polish.ui.keyboard.keys | |
| de.enough.polish.ui.keyboard.view | |
| 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. |
| de.enough.polish.video | |
| de.enough.polish.video.control | |
| Uses of Item in de.enough.polish.blackberry.ui |
|---|
| Fields in de.enough.polish.blackberry.ui declared as Item | |
|---|---|
Item |
BaseScreen.currentItem
|
| Methods in de.enough.polish.blackberry.ui with parameters of type Item | |
|---|---|
void |
BaseScreen.addPermanentNativeItem(Item item)
|
boolean |
BaseScreen.isNativeUiShownFor(Item item)
Determines whether a native UI component is shown for the specified item. |
void |
BaseScreen.notifyFocusSet(Item item)
Notifies this screen about the new item that is focused on BlackBerry platforms. |
void |
BaseScreen.notifyFocusSet(Item item,
boolean repeatSync)
Focuses an item and it's corresponding blackberry field if available. |
void |
BaseScreen.removePermanentNativeItem(Item item)
Notifies this screen about an item with a native componen that is removed on BlackBerry platforms. |
| Uses of Item in de.enough.polish.browser |
|---|
| Methods in de.enough.polish.browser with parameters of type Item | |
|---|---|
void |
Browser.add(Item item)
|
protected void |
TagHandler.addCommands(String tagName,
Item item)
Adds registered commands to the given item. |
protected void |
TagHandler.addCommands(String tagName,
String attributeName,
String attributeValue,
Item item)
Adds registered commands to the given item. |
| Uses of Item in de.enough.polish.browser.html |
|---|
| Methods in de.enough.polish.browser.html that return Item | |
|---|---|
protected Item |
HtmlTagHandler.getFocusedItemWithAttribute(String attribute,
Container container)
Retrieves the currently focused item that has specified the attribute |
Item[] |
HtmlForm.getItems()
|
| Methods in de.enough.polish.browser.html with parameters of type Item | |
|---|---|
void |
HtmlForm.addItem(Item item)
|
void |
HtmlTagHandler.commandAction(Command command,
Item item)
Handles item commands (implements ItemCommandListener). |
protected String |
HtmlForm.createGetSubmitCall(Item submitItem)
Creates a Form GET method URL for the specified browser. |
protected void |
HtmlForm.doPostSubmitCall(Item submitItem)
Does a Form POST method call. |
KeyValueList |
HtmlForm.getFormElements(FormListener listener,
Item submitItem)
Retrieves all form input elements for submitting this form as string-pairs (name:value) in a Hashtable. |
void |
HtmlForm.submit(Item submitItem)
Submits this form |
| Uses of Item in de.enough.polish.browser.rss |
|---|
| Methods in de.enough.polish.browser.rss with parameters of type Item | |
|---|---|
protected void |
RssTagHandler.applyStylingForRssLink(Item item,
int index,
String rssUrl)
Subclasses can override this method for adding complex styles to RSS links. |
void |
DefaultRssItemCommandListener.commandAction(Command command,
Item item)
|
protected void |
RssTagHandler.onViewUrl(String rssUrl,
Item item)
This method is called when an RSS item is actually being shown (visited). |
| Uses of Item in de.enough.polish.doja.ui |
|---|
| Methods in de.enough.polish.doja.ui with parameters of type Item | |
|---|---|
void |
Display.setCurrentItem(Item item)
Requests that the Displayable that contains this
Item be made current,
scrolls the Displayable so that this
Item is visible, and possibly
assigns the focus to this Item. |
| Uses of Item in de.enough.polish.io.file |
|---|
| Methods in de.enough.polish.io.file that return Item | |
|---|---|
Item |
ItemCreator.createItem(FileSystemNode node)
Creates an item for a FileSystemNode. |
| Methods in de.enough.polish.io.file with parameters of type Item | |
|---|---|
protected void |
UiFileSystemTreeModel.addCommands(FileSystemNode node,
Item item)
Adds commands to this item. |
| Uses of Item in de.enough.polish.ui |
|---|
| Subclasses of Item in de.enough.polish.ui | |
|---|---|
class |
ChoiceGroup
A ChoiceGroup is a group of selectable elements intended to be
placed within a Form. |
class |
ChoiceItem
Paints a single item of a choice group. |
class |
CommandItem
Wraps a javax.microedition.lcdui.Command object and allows to add subcommands, specific styles etc to single commands. |
class |
Container
Contains a number of items. |
class |
CustomItem
A CustomItem is customizable by subclassing to introduce new visual and interactive elements into Forms. |
class |
DateField
A DateField is an editable component for presenting
date and time (calendar)
information that may be placed into a Form. |
class |
Gauge
Implements a graphical display, such as a bar graph, of an integer value. |
class |
IconItem
Shows a string with an optional image attached to it. |
class |
ImageItem
An item that can contain an image. |
class |
MenuBar
Provides a more powerful alternative to the build-in menu bar of the Screen-class. |
class |
RgbImageItem
Displays RGB images within J2ME Polish screens and containers. |
class |
ScaledImageItem
An item that can contain an image that is scaled to the expected size (on MIDP 2.0+ handsets). |
class |
ScrollBar
Realizes a scrollbar for any J2ME Polish screens. |
class |
Spacer
A blank, non-interactive item that has a settable minimum size. |
class |
StringItem
An item that can contain a string. |
class |
TabBar
Manages and paints the tabs of a tabbed form (or another Screen). |
class |
TextField
A TextField is an editable text component that may be
placed into
a Form. |
class |
Ticker
Implements a "ticker-tape", a piece of text that runs continuously across the display. |
class |
TimeEntryItem
An item allowing to adjust the time using pointer events. |
class |
TimeTitleItem
Displays the time along with the actual text title on a screen. |
class |
TitleMenuBar
A menubar implementation to be drawn in the title. |
| Fields in de.enough.polish.ui declared as Item | |
|---|---|
protected Item |
ContainerView.focusedItem
|
protected Item |
Container.focusedItem
|
protected Item |
FakeContainerCustomItem.focusedItem
|
static Item |
ScreenInfo.item
|
protected Item |
ItemTransition.newItem
|
protected Item |
ItemTransition.oldItem
|
protected Item |
Item.parent
The parent of this item. |
protected Item |
FakeCustomItem.parent
The parent of this item. |
protected Item |
ItemView.parentItem
|
protected Item |
Screen.title
|
| Methods in de.enough.polish.ui that return Item | |
|---|---|
Item |
TreeItem.appendToNode(Item node,
String text,
Image image)
Adds the specified text/image to this tree. |
Item |
TreeItem.appendToNode(Item node,
String text,
Image image,
Style childStyle)
Adds the specified text/image to this tree. |
static Item |
UiAccess.cast(Item item)
Casts the given LCDUI item into a J2ME Polish item |
static Item[] |
UiAccess.cast(Item[] items)
Casts the given LCDUI items into J2ME Polish items |
Item |
TableItem.get(int index)
|
Item |
Form.get(int itemNum)
Gets the item at given position. |
Item |
Container.get(int index)
Returns the item at the specified position of this container. |
Item |
FakeContainerCustomItem.get(int index)
Returns the item at the specified position of this container. |
Item |
TabbedPane.getCurrentItem()
|
Item |
TabbedForm.getCurrentItem()
|
Item |
Screen.getCurrentItem()
Retrieves the currently focused item. |
Item |
FilteredList.getCurrentItem()
|
Item |
FramedForm.getCurrentItem()
Retrieves the currently focused item. |
Item |
Container.getFocusedItem()
Retrieves the currently focused item. |
Item |
FakeContainerCustomItem.getFocusedItem()
Retrieves the currently focused item. |
static Item |
UiAccess.getFocusedItem(Screen screen)
Retrieves the focused index of the specified screen |
Item |
TableItem.getItemAt(int relX,
int relY)
|
Item |
Screen.getItemAt(int x,
int y)
Locates and returns the item at the given coordinate. |
Item |
MenuBar.getItemAt(int relX,
int relY)
|
Item |
Item.getItemAt(int relX,
int relY)
Determines if this item or one of it's children is within the specified point. |
Item |
FakeCustomItem.getItemAt(int relX,
int relY)
Determines if this item or one of it's children is within the specified point. |
Item |
FramedForm.getItemAt(int x,
int y)
|
Item |
Container.getItemAt(int relX,
int relY)
|
Item |
CommandItem.getItemAt(int relX,
int relY)
|
Item |
FakeContainerCustomItem.getItemAt(int relX,
int relY)
|
Item[] |
Container.getItems()
Retrieves all items which this container holds. |
Item[] |
FakeContainerCustomItem.getItems()
Retrieves all items which this container holds. |
Item |
Item.getLabelItem()
Retrieves the label item that is used by this item.\ |
Item |
FakeCustomItem.getLabelItem()
Retrieves the label item that is used by this item.\ |
protected Item |
ContainerView.getNextFocusableItem(Item[] items,
boolean forward,
int steps,
boolean allowCircle)
Retrieves the next focusable item. |
protected Item |
ContainerView.getNextItem(int keyCode,
int gameAction)
Interpretes the given user-input and retrieves the nexte item which should be focused. |
Item |
Item.getParent()
Retrieves the parent of this item. |
Item |
FakeCustomItem.getParent()
Retrieves the parent of this item. |
protected Item[] |
TabbedList.getRootItems()
|
protected Item[] |
Screen.getRootItems()
Retrieves all root-items of this screen. |
protected Item[] |
FramedForm.getRootItems()
|
Item[] |
TreeItem.getSelectedPath()
Retrieves the currently selected path of this tree item. |
Item |
TabbedForm.getTabItem(int tabIndex)
Retrieves the item that renders the tab |
Item |
TabBar.getTabItem(int tabIndex)
Retrieves a tab item |
Item |
Screen.getTitleItem()
Retrieves this screen's title item (when the fullscreen mode of J2ME Polish is activated) |
static Item |
UiAccess.getTitleItem(Screen screen)
Retrieves the title of the specified screen as an Item |
Item |
TableItem.remove(int index)
|
Item |
Container.remove(int index)
Removes the item at the specified position of this container. |
Item |
FakeContainerCustomItem.remove(int index)
Removes the item at the specified position of this container. |
Item |
Container.set(int index,
Item item)
Replaces the item at the specified position in this list with the given item. |
Item |
FakeContainerCustomItem.set(int index,
Item item)
Replaces the item at the specified position in this list with the given item. |
Item |
TableItem.set(int index,
Item item,
Style itemStyle)
|
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. |
protected Item |
ContainerView.shiftFocus(boolean forwardFocus,
int steps,
Item[] items)
Shifts the focus to the next or the previous item. |
| Methods in de.enough.polish.ui with parameters of type Item | |
|---|---|
void |
TableItem.add(int col,
int row,
Item item)
Adds the given item to the specified table element. |
void |
Container.add(int index,
Item item)
Inserts the given item at the defined position. |
void |
FakeContainerCustomItem.add(int index,
Item item)
Inserts the given item at the defined position. |
void |
TableItem.add(Item item)
Container methods |
void |
Container.add(Item item)
Adds an item to this container. |
void |
FakeContainerCustomItem.add(Item item)
Adds an item to this container. |
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. |
protected void |
ItemView.addFullRepaintRegion(Item item,
ClippingRegion repaintRegion)
Adds the complete item's dimensions to the repaint region. |
protected void |
ContainerView.addFullRepaintRegion(Item item,
ClippingRegion repaintRegion)
|
void |
Screen.addPermanentNativeItem(Item item)
Notifies this screen about the new item with a native componen that is added on BlackBerry platforms. |
protected void |
Background.addRelativeToBackgroundRegion(ClippingRegion repaintRegion,
Screen screen,
Item parent,
int left,
int right,
int top,
int bottom)
Adds an repaint area relative to this background |
void |
ChoiceItem.adjustProperties(Item lastItem)
|
void |
TextEffect.animate(Item parent,
long currentTime,
ClippingRegion repaintRegion)
Animates this effect. |
void |
Border.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
Animates this background. |
void |
Background.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
Animates this background. |
int |
TabbedForm.append(int tabIndex,
Item item)
Adds the item to this form. |
void |
FramedForm.append(int frameOrientation,
Item item)
Adds the given item to the specifid frame. |
int |
TabbedForm.append(int tabIndex,
Item item,
Style itemStyle)
Adds the item to this form. |
void |
FramedForm.append(int frameOrientation,
Item item,
Style itemStyle)
Adds the given item to the specifid frame. |
void |
ListItem.append(Item item)
Adds the specified item to this list. |
int |
Form.append(Item item)
Adds an Item into the Form. |
static int |
UiAccess.append(Item item,
Form form)
Adds the specified (J2ME Polish) item to the given form. |
static int |
UiAccess.append(Item item,
Form form)
Adds the specified (J2ME Polish) item to the given form. |
int |
TabbedForm.append(Item item,
Style itemStyle)
Adds the item to the first tab of this form. |
void |
ListItem.append(Item item,
Style itmStyle)
Adds the specified item to this list. |
int |
Form.append(Item item,
Style itemStyle)
Adds an Item into the Form. |
int |
TabbedList.appendTab(Item item)
|
int |
TabbedList.appendTab(Item item,
int tabListType,
Style style)
|
int |
TabbedList.appendTab(Item item,
Style style)
|
void |
TreeItem.appendToNode(Item node,
Item item)
Adds the specified item to this tree. |
void |
TreeItem.appendToNode(Item node,
Item item,
Style childStyle)
Adds the specified item to this tree. |
Item |
TreeItem.appendToNode(Item node,
String text,
Image image)
Adds the specified text/image to this tree. |
Item |
TreeItem.appendToNode(Item node,
String text,
Image image,
Style childStyle)
Adds the specified text/image to this tree. |
void |
TreeItem.appendToRoot(Item item)
Adds the specified item to this list. |
void |
TreeItem.appendToRoot(Item item,
Style childStyle)
Adds the specified item to this list. |
static boolean |
DebugHelper.breakOn(Item item,
String text,
DebugCallback callback)
Calls trace() if the item is a StringItem and the text of the StringItem contains the specified text |
static Item |
UiAccess.cast(Item item)
Casts the given J2ME Polish item into a LCDUI item |
static Item[] |
UiAccess.cast(Item[] items)
Casts the given J2ME Polish items into a LCDUI items |
protected boolean |
Screen.checkForRequestInit(Item source)
Checks if this screen's content area should be refreshed when the specified item has changed it's size. |
protected boolean |
FramedForm.checkForRequestInit(Item source)
|
void |
TextField.commandAction(Command cmd,
Item item)
|
boolean |
PredictiveAccess.commandAction(Command cmd,
Item item)
|
void |
ItemCommandListener.commandAction(Command c,
Item item)
Called by the system to indicate that a command has been invoked on a particular item. |
void |
FakeTextFieldCustomItem.commandAction(Command cmd,
Item item)
|
void |
FakeChoiceGroupCustomItem.commandAction(Command c,
Item item)
|
void |
DateField.commandAction(Command c,
Item item)
|
void |
ChoiceGroup.commandAction(Command c,
Item item)
|
boolean |
Command.commandAction(Item item,
Displayable displayable)
Triggers this command |
boolean |
TableItem.contains(Item item)
Checks if this container includes the specified item |
boolean |
Container.contains(Item item)
Checks if this container includes the specified item |
protected de.enough.polish.ui.TreeItem.Node |
TreeItem.convertToNode(Item treeElement)
Converts a TreeItem into a node (if not realized before) |
static void |
UiAccess.defocus(Item item,
Style style)
Defocuses the given item and sets the style to the specified one. |
protected void |
CustomItem.defocus(Item item,
Style originalStyle)
|
static boolean |
UiAccess.delete(Form form,
Item item)
Deletes the specified item from the form |
void |
TabbedForm.delete(int tabIndex,
Item item)
Deletes the item from this form. |
void |
TextEffect.drawStrings(Item 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. |
static void |
UiAccess.fireEvent(String name,
Item item,
Object data)
Fires an event for the specified item and all its subitems. |
void |
Screen.focus(int index,
Item item,
boolean force)
Focuses the specified item. |
void |
FilteredList.focus(int index,
Item item,
boolean force)
|
void |
TabbedForm.focus(Item item)
|
void |
Screen.focus(Item item)
Focuses the specified item. |
void |
Screen.focus(Item item,
boolean force)
Focuses the specified item. |
void |
FilteredList.focus(Item item,
boolean force)
|
void |
FramedForm.focus(Item item,
boolean force)
|
void |
FramedForm.focus(Item item,
boolean force,
boolean keepCurrentFrame)
Focuses the specified item and optionally keeps the current frame focused |
static Style |
UiAccess.focus(Item item,
int direction,
Style style)
Focusses the given item with the specified style. |
static void |
UiAccess.focus(Screen screen,
Item item)
Focuses the specified item on the given screen. |
static void |
UiAccess.focus(Screen screen,
Item item)
Focuses the specified item on the given screen. |
void |
Container.focusChild(int index,
Item item,
int direction,
boolean force)
Sets the focus to the given item. |
void |
FakeContainerCustomItem.focusChild(int index,
Item item,
int direction,
boolean force)
Sets the focus to the given item. |
void |
MenuBar.focusChild(Item item)
Focuses the child command item of this menubar. |
void |
CommandItem.focusChild(Item item)
Focuses the child command item of this CommandItem. |
protected boolean |
FakeContainerCustomItem.focusClosestItem(int index,
Item[] myItems)
Focuses the next focussable item starting at the specified index +/- 1. |
protected void |
ContainerView.focusItem(int index,
Item item)
Focuses the item with the given index. |
protected void |
ContainerView.focusItem(int index,
Item item,
int direction)
Focuses the item with the given index. |
Style |
ContainerView.focusItem(int index,
Item item,
int direction,
Style focusedStyle)
Focuses the given item and retrieves the previous style of that item. |
static Object |
UiAccess.getAttribute(Item item,
Object key)
Gets an previously added attribute of the specified item. |
static HashMap |
UiAccess.getAttributes(Item item)
Returns a HashMap object with all registered attributes. |
static Background |
UiAccess.getBackground(Item item)
Retrieves the background of the given item. |
protected Command |
Screen.getDefaultCommand(Item item)
Retrieves the default command of the specfied item. |
protected Command |
List.getDefaultCommand(Item 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 |
static int |
UiAccess.getInternalHeight(Item item)
Retrieves the internal height of the given item. |
static int |
UiAccess.getInternalWidth(Item item)
Retrieves the internal width of the given item. |
static int |
UiAccess.getInternalX(Item item)
Retrieves the internal x position of the given item. |
static int |
UiAccess.getInternalY(Item item)
Retrieves the internal y position of the given item. |
protected int |
ContainerView.getItemRelativeY(Item item)
|
int |
TextEffect.getMaxWidth(Item parent,
String[] lines)
Returns the maximum width of the specified lines |
protected Item |
ContainerView.getNextFocusableItem(Item[] items,
boolean forward,
int steps,
boolean allowCircle)
Retrieves the next focusable item. |
int |
Container.getPosition(Item item)
Retrieves the position of the specified item. |
int |
FakeContainerCustomItem.getPosition(Item item)
Retrieves the position of the specified item. |
static int[] |
UiAccess.getRgbData(Item item)
Retrieves the RGB data of the specified item. |
static int[] |
UiAccess.getRgbData(Item item,
int opacity)
Retrieves the RGB data of the specified item. |
static int[] |
UiAccess.getRgbDataOfContent(Item item)
Retrieves the RGB data of the specified item's content without using a view-type/ItemView. |
static void |
UiAccess.getRgbDataOfContent(Item item,
int[] rgbData,
int x,
int y,
int width)
Retrieves the RGB data of the specified item's content without using a view-type/ItemView. |
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 String |
UiAccess.getText(Item item)
Retrieves text from a J2ME Polish item. |
static UiEventListener |
UiAccess.getUiEventListener(Item item)
Retrieves an UiEventListener for the specified item |
static boolean |
UiAccess.handleCommand(Item item,
Command cmd)
Asks the specified item to handle the command. |
static boolean |
UiAccess.handleKeyPressed(Item item,
int keyCode,
int gameAction)
Forwards a key event to the specified item. |
protected boolean |
CustomItem.handleKeyPressed(Item item,
int keyCode,
int gameAction)
|
static boolean |
UiAccess.handleKeyReleased(Item item,
int keyCode,
int gameAction)
Forwards a key event to the specified item. |
static boolean |
UiAccess.handleKeyRepeated(Item item,
int keyCode,
int gameAction)
Forwards a key event to the specified item. |
static boolean |
UiAccess.handlePointerDragged(Item item,
int x,
int y)
Forwards a pointer event to the specified item. |
static boolean |
UiAccess.handlePointerPressed(Item item,
int x,
int y)
Forwards a pointer event to the specified item. |
static boolean |
UiAccess.handlePointerReleased(Item item,
int x,
int y)
Forwards a pointer event to the specified item. |
static void |
UiAccess.hideNotify(Item item)
Calls hide notify on the specified item. |
int |
TableItem.indexOf(Item item)
|
int |
Container.indexOf(Item item)
Retrieves the index of the specified item. |
int |
FakeContainerCustomItem.indexOf(Item item)
Retrieves the index of the specified item. |
static int |
UiAccess.indexOf(Item item,
Screen screen)
Retrieves the index of the specified item in the screen. |
static int |
UiAccess.indexOf(Item item,
Screen screen)
Retrieves the index of the specified item in the screen. |
static void |
UiAccess.init(Item item,
int firstLineWidth,
int availWidth,
int availHeight)
Intializes the specified item with the specified dimensions |
protected void |
ItemView.init(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
Initialises this item view. |
void |
ItemTransition.init(Item oldItm,
Item newItm)
Initializes this transition |
protected abstract void |
ItemView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
Initialises this item view. |
protected void |
ContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
Initializes this container view. |
protected void |
ItemView.initContentByParent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
Calls the original initContent method on the parent. |
void |
TabbedForm.insert(int tabIndex,
int itemNum,
Item item)
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 |
ListItem.insert(int position,
Item item)
Inserts the specified item into this list. |
void |
Form.insert(int itemNum,
Item item)
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 |
Form.insert(int itemNum,
Item item,
Style itemStyle)
Inserts an item into the Form just prior to the item specified. |
boolean |
Item.isInItemArea(int relX,
int relY,
Item child)
Determines whether the given relative x/y position is inside of the specified child item's area including paddings, margins and label. |
boolean |
FakeCustomItem.isInItemArea(int relX,
int relY,
Item child)
Determines whether the given relative x/y position is inside of the specified child item's area including paddings, margins and label. |
boolean |
Container.isInItemArea(int relX,
int relY,
Item child)
|
protected boolean |
Screen.isNativeUiShownFor(Item item)
Determines whether a native UI component is shown for the specified item. |
protected boolean |
Display.isNativeUiShownFor(Item item)
Determines whether a native UI component is shown for the specified item. |
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)
|
static boolean |
UiAccess.isVisible(Item item)
Gets the visible status of the specified item. |
void |
ItemStateListener.itemStateChanged(Item item)
Called when internal state of an Item has been
changed by the user. |
void |
FilteredList.itemStateChanged(Item item)
|
protected void |
Screen.notifyFocusSet(Item item)
Notifies this screen about the new item that is focused on BlackBerry platforms. |
protected void |
FilteredList.notifyFocusSet(Item item)
|
protected void |
Display.notifyFocusSet(Item item)
|
static void |
UiAccess.notifyItemPressedEnd(Item item)
Makes the notifyItemPressedEnd method publicly available. |
protected void |
ItemView.notifyItemPressedEnd(Item item)
Call this to notify an item that it is not being pressed anymore after a FIRE game action or similar |
static void |
UiAccess.notifyItemPressedStart(Item item)
Makes the notifyItemPressedStart method publicly available. |
protected boolean |
ItemView.notifyItemPressedStart(Item item)
Call this to notify an item that it is being pressed using a FIRE game action or similar |
void |
TabbedPane.notifyStateListener(Item item)
|
protected void |
Screen.notifyStateListener(Item item)
Adds the given item to the queue for state notifications. |
void |
TextEffect.onAttach(Item parent)
Notifies the text effect that it has been attached to the specified item. |
void |
TextEffect.onDetach(Item parent)
Notifies the text effect that it has been detached to the specified item Subclasses can override this method to get access to the parent item. |
protected void |
ContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
Paints the content of this container view. |
protected abstract void |
ItemView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
Paints this item view. |
protected void |
ContainerView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
Paints the content of this container view. |
protected void |
ItemView.paintContentByParent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
Paints this item view by the parent. |
protected void |
ContainerView.paintItem(Item item,
int index,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
Paints this item at the specified position. |
String |
Container.parseIndexUrl(String url,
Item item)
Parses the given URL and includes the index of the item, when there is an "%INDEX%" within the given url. |
String |
FakeContainerCustomItem.parseIndexUrl(String url,
Item item)
Parses the given URL and includes the index of the item, when there is an "%INDEX%" within the given url. |
static void |
DebugHelper.print(Item item)
|
boolean |
Container.remove(Item item)
Removes the given item. |
boolean |
FakeContainerCustomItem.remove(Item item)
Removes the given item. |
protected Background |
ItemView.removeItemBackground(Item item)
Removes the set background from an item. |
protected Border |
ItemView.removeItemBorder(Item item)
Removes the set border from an item. |
protected void |
Screen.removeItemCommands(Item item)
Removes the commands of the given item. |
void |
Screen.removePermanentNativeItem(Item item)
Notifies this screen about an item with a native componen that is removed on BlackBerry platforms. |
static void |
UiAccess.repaint(Item item)
Repaints the specified item |
void |
Container.requestDefocus(Item item)
Moves the focus away from the specified item. |
void |
FakeContainerCustomItem.requestDefocus(Item item)
Moves the focus away from the specified item. |
boolean |
Container.scroll(int direction,
Item item,
boolean force)
Scrolls this container so that the (internal) area of the given item is best seen. |
boolean |
FakeContainerCustomItem.scroll(int direction,
Item item,
boolean force)
Scrolls this container so that the (internal) area of the given item is best seen. |
static void |
UiAccess.scrollTo(Item item)
Scrolls the screen so that the specified item becomes visible. |
static void |
UiAccess.scrollTo(Item item,
int position)
Scrolls the screen so that the specified item will be position according to the specified position. |
void |
TabbedForm.set(int tabIndex,
int itemIndex,
Item item)
Changes the item of a tab. |
void |
FramedForm.set(int frameOrientation,
int itemNum,
Item item)
Updates an existing item in the specified frame |
void |
TabbedForm.set(int itemIndex,
Item item)
Changes the item of the first tab. |
void |
Form.set(int itemNum,
Item item)
Sets the item referenced by itemNum to the specified item,
replacing the previous item. |
Item |
Container.set(int index,
Item item)
Replaces the item at the specified position in this list with the given item. |
Item |
FakeContainerCustomItem.set(int index,
Item item)
Replaces the item at the specified position in this list with the given item. |
Item |
TableItem.set(int index,
Item item,
Style itemStyle)
|
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. |
static void |
UiAccess.setAccessible(Item item,
boolean isAccessible)
Makes the item interactive (accessible) or non-interactive. |
static void |
UiAccess.setAccessible(Item item,
boolean isAccessible,
Style style)
Makes the item interactive (accessible) or non-interactive. |
static void |
UiAccess.setAttribute(Item item,
Object key,
Object value)
Sets an arbitrary attribute for the given item. |
static void |
UiAccess.setBackground(Item item,
Background background)
Sets the background for the given item. |
void |
ChoiceTextField.setChoices(Item[] choices)
Sets the available choices. |
void |
Display.setCurrentItem(Item item)
Requests that the Displayable that contains this
Item be made current,
scrolls the Displayable so that this
Item is visible, and possibly
assigns the focus to this Item. |
static void |
UiAccess.setFocusedItem(Screen screen,
Item item)
Sets the focused item of the specified screen |
void |
Screen.setInfo(Item info)
Sets the information which should be shown to the user. |
protected void |
CustomItem.setInOutRectangle(Item item,
int[] visRect_inout)
|
static void |
ScreenInfo.setItem(Item newItem)
Sets the item that is painted on the screen. |
static void |
ScreenInfo.setItem(Item newItem,
Style style)
Sets the item that is painted on the screen. |
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)
|
static void |
UiAccess.setItemScreen(Item item,
Screen screen)
Sets the 'screen' property of the specified item to the given item |
static void |
UiAccess.setItemStateListener(Item item,
ItemStateListener listener)
Sets an ItemStateListener specifically for this item. |
void |
Item.setParent(Item parent)
Sets a parent for this item. |
void |
FakeCustomItem.setParent(Item parent)
Sets a parent for this item. |
static void |
UiAccess.setParent(Item child,
Item parent)
Sets the parent for the given child item. |
static void |
UiAccess.setParent(Item child,
Item parent)
Sets the parent for the given child item. |
protected void |
CustomItem.setParent(Item item,
Item parent)
|
static void |
UiAccess.setStyle(Item item)
Applies a style to the given item if used in conjunction with the //#style preprocessing directive. |
static void |
UiAccess.setStyle(Item item,
Style style)
Applies a style to the given item. |
protected void |
Screen.setSubTitle(Item subTitle)
Sets the subtitle element. |
static void |
UiAccess.setSubtitle(Screen screen,
Item subtitle)
Sets the subtitle for the specified screen |
void |
TabbedForm.setTabItem(int tabIndex,
Item item)
Sets the item that renders the specified tab |
void |
TabBar.setTabItem(int tabIndex,
Item item)
Sets a tab item |
void |
TitleMenuBar.setTitle(Item item)
Sets a title item |
void |
Screen.setTitle(Item item)
Sets an Item as the title for this screen. |
void |
TitleMenuBar.setTitle(Item item,
Style style)
Sets a title item |
void |
Screen.setTitle(Item item,
Style tStyle)
Sets an Item as the title for this screen. |
static void |
UiAccess.setTitle(Screen screen,
Item title)
Sets the title of the screen using an Item. |
static void |
UiAccess.setTitle(Screen screen,
Item title)
Sets the title of the screen using an Item. |
static void |
UiAccess.setTitle(Screen screen,
Item title,
Style style)
Sets the title of the screen using an Item. |
static void |
UiAccess.setTitle(Screen screen,
Item title,
Style style)
Sets the title of the screen using an Item. |
static void |
UiAccess.setUiEventListener(Item item,
UiEventListener listener)
Sets an UiEventListener for the specified item and its children. |
static void |
UiAccess.setVisible(Item item,
boolean visible)
Sets the invisible status of the specified item. |
protected Item |
ContainerView.shiftFocus(boolean forwardFocus,
int steps,
Item[] items)
Shifts the focus to the next or the previous item. |
static void |
UiAccess.showNotify(Item item)
Calls show notify on the specified item. |
static void |
UiAccess.showNotify(Screen screen,
Item item)
Calls show notify on the specified item. |
protected void |
Container.updateInternalPosition(Item item)
Updates the internal position of this container according to the specified item's one |
protected void |
ChoiceGroup.updateInternalPosition(Item item)
|
String[] |
TextEffect.wrap(Item parent,
String text,
int textColor,
Font font,
int firstLineWidth,
int lineWidth)
Wraps the text into several lines. |
String[] |
TextEffect.wrap(Item item,
String text,
int textColor,
Font font,
int firstLineWidth,
int lineWidth,
int maxLines,
String maxLinesAppendix,
int maxLinesAppendixPosition)
Wraps the text into several lines. |
| Constructors in de.enough.polish.ui with parameters of type Item | |
|---|---|
CommandItem(Command command,
Item parent)
Creates a new command item. |
|
CommandItem(Command command,
Item parent,
Style style)
Creates a new command item. |
|
Form(String title,
Item[] items)
Creates a new Form with the specified
contents. |
|
Form(String title,
Item[] items,
Style style)
Creates a new Form with the specified
contents. |
|
| Uses of Item in de.enough.polish.ui.backgrounds |
|---|
| Methods in de.enough.polish.ui.backgrounds with parameters of type Item | |
|---|---|
void |
TextBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
SlideShowBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
PulsatingCirclesBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
PulsatingCircleBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
LayerBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
CombinedVerticalBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
CombinedHorizontalBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
CombinedBackground.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
| Uses of Item in de.enough.polish.ui.borders |
|---|
| Methods in de.enough.polish.ui.borders with parameters of type Item | |
|---|---|
void |
SquareSonarBorder.animate(Screen screen,
Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
| Uses of Item in de.enough.polish.ui.chartviews |
|---|
| Methods in de.enough.polish.ui.chartviews with parameters of type Item | |
|---|---|
protected void |
PieChartView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
VerticalBarChartView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
PieChartView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
VerticalBarChartView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
| Uses of Item in de.enough.polish.ui.clockviews |
|---|
| Methods in de.enough.polish.ui.clockviews with parameters of type Item | |
|---|---|
protected void |
BinaryTextClockView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected boolean |
BinaryTextClockView.isValid(Item parent,
Style style)
|
protected void |
BinaryTextClockView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
| Uses of Item in de.enough.polish.ui.containerviews |
|---|
| Methods in de.enough.polish.ui.containerviews that return Item | |
|---|---|
protected Item |
RelativeLayoutView.getNextItem(int keyCode,
int gameAction)
|
protected Item |
MIDP2LayoutView.getNextItem(int keyCode,
int gameAction)
|
protected Item |
HorizontalChoiceView.getNextItem(int keyCode,
int gameAction)
|
protected Item |
ExclusiveSingleLineView.getNextItem(int keyCode,
int gameAction)
|
| Methods in de.enough.polish.ui.containerviews with parameters of type Item | |
|---|---|
Style |
RemoveTextContainerView.focusItem(int focIndex,
Item item,
int direction,
Style focStyle)
|
Style |
HorizontalContainerView.focusItem(int focIndex,
Item item,
int direction,
Style focStyle)
|
Style |
FishEyeContainerView.focusItem(int focIndex,
Item item,
int direction,
Style focStyle)
|
Style |
CoverFlowContainerView.focusItem(int focIndex,
Item item,
int direction,
Style focStyle)
|
Style |
HorizontalGrayOutContainerView.focusItem(int index,
Item item,
int direction,
Style focusedStyle)
|
Style |
CenterNavigationContainerView.focusItem(int index,
Item item,
int direction,
Style focusedStyle)
|
void |
Midp2ContainerView.initContent(Item[] items,
int firstLineWidth,
int availWidth,
int availHeight)
Initiates this view for the specified items |
protected void |
SpringContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
VerticalFixedContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
ShuffleView.initContent(Item parentItm,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
SlideContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
RelativeLayoutView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
RemoveTextContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
Midp2ContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
MIDP2LayoutView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
LayerContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
NumberedContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
HorizontalContainerView.initContent(Item parentItm,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
HorizontalChoiceView.initContent(Item parentItm,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
FishEyeContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
ExclusiveSingleLineView.initContent(Item parentItm,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
DroppingView.initContent(Item parentItm,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
CoverFlowContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
HorizontalGrayOutContainerView.initContent(Item parentItm,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
CarouselContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
AlignAtContentContainerView.initContent(Item parentContainerItem,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
CenterNavigationContainerView.initContent(Item parentItm,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
FishEyeContainerView.initItemArrangement(int lineWidth,
int availHeight,
Item[] myItems,
int length,
int maxWidth,
int maxHeight)
Arranges the items in this view. |
protected void |
CarouselContainerView.initItemArrangement(int lineWidth,
int lineHeight,
Item[] myItems,
int length,
int maxWidth,
int maxHeight)
|
protected void |
CoverFlowContainerView.initItemArrangement(int lineWidth,
Item[] myItems,
int length,
int maxWidth,
int maxHeight)
Arranges the items in this view. |
protected boolean |
HorizontalChoiceView.isValid(Item parent,
Style style)
|
protected boolean |
ExclusiveSingleLineView.isValid(Item parent,
Style style)
|
protected boolean |
HorizontalGrayOutContainerView.isValid(Item parent,
Style style)
|
protected boolean |
CenterNavigationContainerView.isValid(Item parent,
Style style)
|
protected void |
SpringContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
SlideContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
RemoveTextContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
HorizontalContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
HorizontalChoiceView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
FishEyeContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
CoverFlowContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
HorizontalGrayOutContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
CenterNavigationContainerView.paintContent(Container container,
Item[] myItems,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
void |
Midp2ContainerView.paintContent(Item[] items,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
Paints the content of this MIDP2 view. |
protected void |
RelativeLayoutView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
MIDP2LayoutView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
ExclusiveSingleLineView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
SpringContainerView.paintItem(Item item,
int index,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
ShuffleView.paintItem(Item item,
int index,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
FishEyeContainerView.paintItem(Item item,
int index,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
DroppingView.paintItem(Item item,
int index,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
protected void |
CoverFlowContainerView.paintItem(Item item,
int index,
int x,
int y,
int leftBorder,
int rightBorder,
int clipX,
int clipY,
int clipWidth,
int clipHeight,
Graphics g)
|
| Uses of Item in de.enough.polish.ui.gaugeviews |
|---|
| Methods in de.enough.polish.ui.gaugeviews with parameters of type Item | |
|---|---|
protected void |
TachometerGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
RotatingCirclesGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
RotatingArcsGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
RecLineGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
ImagesGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
HorizontalSpheresGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
CyclingSpheresGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
CyclingIconsGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
HorizontalIconsGaugeView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected boolean |
TachometerGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected boolean |
RotatingCirclesGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected boolean |
RotatingArcsGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected boolean |
RecLineGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected boolean |
HorizontalSpheresGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected boolean |
CyclingSpheresGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected boolean |
CyclingIconsGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected boolean |
HorizontalIconsGaugeView.isValid(Item parent,
Style style)
Determines whether this view is valid for the given item. |
protected void |
TachometerGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
RotatingCirclesGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
RotatingArcsGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
RecLineGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
ImagesGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
HorizontalSpheresGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
CyclingSpheresGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
CyclingIconsGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
HorizontalIconsGaugeView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
| Uses of Item in de.enough.polish.ui.itemviews |
|---|
| Methods in de.enough.polish.ui.itemviews with parameters of type Item | |
|---|---|
protected void |
SizeIncreaseItemView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
SizeDecreaseItemView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
FadeOutItemView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
FadeInItemView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
ExplodingParticlesItemView.initContent(Item parent,
int firstLineWidth,
int availWidth,
int availHeight)
|
protected void |
SizeIncreaseItemView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
SizeDecreaseItemView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
FadeOutItemView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
FadeInItemView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
protected void |
ExplodingParticlesItemView.paintContent(Item parent,
int x,
int y,
int leftBorder,
int rightBorder,
Graphics g)
|
| Uses of Item in de.enough.polish.ui.keyboard |
|---|
| Subclasses of Item in de.enough.polish.ui.keyboard | |
|---|---|
class |
Keyboard
A Keyboard implementation for pointer devices. |
class |
KeyItem
A key item to display keys in a keyboard |
| Uses of Item in de.enough.polish.ui.keyboard.keys |
|---|
| Subclasses of Item in de.enough.polish.ui.keyboard.keys | |
|---|---|
class |
BlankItem
A special key item implementation for a blank key item which does nothing and can be used as a blank filling in a keyboard layout |
class |
ClearKeyItem
A special key item implementation for a clear key to clear the contents of a KeyboardView |
class |
DeleteKeyItem
A special key item implementation to delete the last character of the value of a KeyboardView |
class |
ModeKeyItem
A special key item implementation to switch between the modes of a keyboard |
class |
ShiftKeyItem
A special key item implementation to shift the keys of a keyboard |
| Uses of Item in de.enough.polish.ui.keyboard.view |
|---|
| Methods in de.enough.polish.ui.keyboard.view with parameters of type Item | |
|---|---|
void |
KeyboardView.commandAction(Command c,
Item item)
|
| Uses of Item in de.enough.polish.ui.texteffects |
|---|
| Methods in de.enough.polish.ui.texteffects with parameters of type Item | |
|---|---|
void |
VerticalScrollTextEffect.animate(Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
CyclingTextEffect.animate(Item parent,
long currentTime,
ClippingRegion repaintRegion)
|
void |
VerticalScrollTextEffect.drawStrings(Item parent,
String[] textLines,
int textColor,
int x,
int y,
int leftBorder,
int rightBorder,
int lineHeight,
int maxWidth,
int layout,
Graphics g)
|
int |
VerticalScrollTextEffect.getMaxWidth(Item parent,
String[] lines)
|
int |
HtmlTextEffect.getMaxWidth(Item parent,
String[] lines)
|
void |
VerticalScrollTextEffect.onAttach(Item parent)
|
void |
VerticalScrollTextEffect.onDetach(Item parent)
|
String[] |
VerticalScrollTextEffect.wrap(Item parent,
String text,
int textColor,
Font font,
int firstLineWidth,
int lineWidth)
|
String[] |
VerticalScrollTextEffect.wrap(Item item,
String text,
int textColor,
Font font,
int firstLineWidth,
int lineWidth,
int maxLinesParam,
String maxLinesAppendix,
int maxLinesAppendixPosition)
|
| Uses of Item in de.enough.polish.util |
|---|
| Methods in de.enough.polish.util with parameters of type Item | |
|---|---|
static void |
ItemPreinit.preinit(Item item)
|
static void |
ItemPreinit.preinit(Item item,
int width,
int height)
|
| Uses of Item in de.enough.polish.video |
|---|
| Subclasses of Item in de.enough.polish.video | |
|---|---|
class |
VideoContainer
A Container to play a video in its content area. |
| Uses of Item in de.enough.polish.video.control |
|---|
| Subclasses of Item in de.enough.polish.video.control | |
|---|---|
class |
SeekControlItem
A Gauge to display and control the current playback position of a video in a VideoItem. |
class |
VolumeControlItem
A gauge to set the volume of a video in a VideoItem |
| Methods in de.enough.polish.video.control with parameters of type Item | |
|---|---|
void |
VolumeControlItem.itemStateChanged(Item item)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||