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

Packages that use ItemView
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. 
 

Uses of ItemView in de.enough.polish.ui
 

Subclasses of ItemView in de.enough.polish.ui
 class ContainerView
          Is responsible for visual representation and interpretation of user-input.
 

Fields in de.enough.polish.ui declared as ItemView
protected  ItemView Item.view
           
protected  ItemView FakeCustomItem.view
           
 

Methods in de.enough.polish.ui that return ItemView
 ItemView Item.getView()
          Retrieves the view type for this item.
 ItemView FakeCustomItem.getView()
          Retrieves the view type for this item.
 ItemView Container.getView()
          Retrieves the view type for this item.
protected  ItemView Item.getView(ItemView viewType, Style viewStyle)
          Retrieves the view type for this item or instantiates a new one.
protected  ItemView FakeCustomItem.getView(ItemView viewType, Style viewStyle)
          Retrieves the view type for this item or instantiates a new one.
protected  ItemView Container.getView(ItemView viewType, Style viewStyle)
          Retrieves the view type for this item or instantiates a new one.
 

Methods in de.enough.polish.ui with parameters of type ItemView
protected  ItemView Item.getView(ItemView viewType, Style viewStyle)
          Retrieves the view type for this item or instantiates a new one.
protected  ItemView FakeCustomItem.getView(ItemView viewType, Style viewStyle)
          Retrieves the view type for this item or instantiates a new one.
protected  ItemView Container.getView(ItemView viewType, Style viewStyle)
          Retrieves the view type for this item or instantiates a new one.
 void Item.setView(ItemView view)
          Sets the view type for this item.
 void FakeCustomItem.setView(ItemView view)
          Sets the view type for this item.
 void Container.setView(ItemView view)
          Sets the view type for this item.
 

Uses of ItemView in de.enough.polish.ui.chartviews
 

Subclasses of ItemView in de.enough.polish.ui.chartviews
 class PieChartView
          Visualizes the chart as a pie chart.
 class VerticalBarChartView
          Visualizes the chart with vertical bars.
 

Uses of ItemView in de.enough.polish.ui.clockviews
 

Subclasses of ItemView in de.enough.polish.ui.clockviews
 class BinaryTextClockView
          Visualizes the clock as a binary string, e.g.
 class HexTextClockView
          Visualizes the clock as a hexadecimal string, e.g.
 

Uses of ItemView in de.enough.polish.ui.containerviews
 

Subclasses of ItemView in de.enough.polish.ui.containerviews
 class AlignAtContentContainerView
          Aligns elements so that their contents start at the same position.
 class AnimationContainerView
          Animates all embedded items instead only one.
 class CarouselContainerView
          Arranges the items in an animated carousel.
 class CenterNavigationContainerView
          Shows the available items of a Container in a horizontal list.
 class CoverFlowContainerView
          Arranges the items in a single row and scales items down.
 class DroppingView
          Shows the items in a normal list.
 class ExclusiveSingleLineView
          Shows only the currently selected item of an exclusive ChoiceGroup or an exclusive List.
 class FishEyeContainerView
          Arranges the items in a single row and scales items down.
 class HorizontalChoiceView
          Shows the available items of an ChoiceGroup or a horizontal list.
 class HorizontalContainerView
          Shows the available items of a Container in a horizontal list.
 class HorizontalGrayOutContainerView
          Shows the available items of a Container in a horizontal list and grays out all but the currently focused item.
 class LayerContainerView
          Aligns elements in different layers.
 class Midp2ContainerView
          Aligns elements according to the MIDP 2.0 layout directives of the items.
 class MIDP2LayoutView
          The MIDP2LayoutView layouts all items in a row instead of placing each item on a new row.
 class NumberedContainerView
          Sets a sequential number for each embedded item-label.
 class RelativeLayoutView
          Layouts and positions items relatively to it's parent items.
 class RemoveTextContainerView
          Arranges the items either in single rows or in a table layout.
 class ShuffleView
          Shows the items in a normal list.
 class SlideContainerView
          Slides the parent container in any direction, this animation can used for menus for example.
 class SpringContainerView
          Let items spring into view from under the currently focused element.
 class VerticalFixedContainerView
          Keeps the currently focused item in a fixed position (either top, center or bottom) within a list of elements.
 

Uses of ItemView in de.enough.polish.ui.gaugeviews
 

Subclasses of ItemView in de.enough.polish.ui.gaugeviews
 class CyclingIconsGaugeView
          Shows an animation of cyclic aligned icons for visualizing an CONTINUOUS_RUNNING indefinite gauge.
 class CyclingSpheresGaugeView
          Shows an animation of cyclic aligned spheres for visualizing an CONTINUOUS_RUNNING indefinite gauge.
 class HorizontalIconsGaugeView
          Shows an animation of horizontal aligned icons for visualizing an CONTINUOUS_RUNNING indefinite gauge.
 class HorizontalSpheresGaugeView
          Shows an animation of horizontal aligned spheres for visualizing an CONTINUOUS_RUNNING indefinite gauge.
 class ImagesGaugeView
          Displays a list of images like an animated GIF
 class RecLineGaugeView
           
 class RotatingArcsGaugeView
          Shows an animation of rotating arcs for visualizing an CONTINUOUS_RUNNING indefinite gauge.
 class RotatingCirclesGaugeView
          Rotates circles
 class TachometerGaugeView
          Shows a tachometer visualization of a Gauge.
 

Uses of ItemView in de.enough.polish.ui.itemviews
 

Subclasses of ItemView in de.enough.polish.ui.itemviews
 class ExplodingParticlesItemView
          Splits the affected item into single pixels that quickly expand.
 class FadeInItemView
          Fades out the item.
 class FadeOutItemView
          Fades out the item.
 class SizeDecreaseItemView
          Fades out the item.
 class SizeIncreaseItemView
          Increases the size of the item.