Uses of Interface
de.enough.polish.io.Serializable

Packages that use Serializable
de.enough.polish.calendar UI and model classes for realizing Calendars with recurring or one time events. 
de.enough.polish.camera Eases capturing of videos. 
de.enough.polish.content Classes for managing and caching arbitrary content. 
de.enough.polish.content.storage Allows to persist content. 
de.enough.polish.format.atom Allows you to process Atom News Feeds easily. 
de.enough.polish.io Provides an adjusted Connector-implementation for using the WMAPI-wrapper of J2ME Polish. 
de.enough.polish.pim Easily access contacts on devices that support the PIM API. 
de.enough.polish.processing Contains a Processing.org compatible environment for realizing visualizations for Screens, Items or Backgrounds. 
de.enough.polish.theme Provides downloadable theme support. 
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.rgbfilters Contains RGB filters that can be also used in combination with CSS animations. 
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 Allows you to capture and playback video. 
 

Uses of Serializable in de.enough.polish.calendar
 

Classes in de.enough.polish.calendar that implement Serializable
 class CalendarAlarm
          Allows to add an alarm to a calendar entry.
 class CalendarCategory
          Represents a category for a calendar entry (e.g.
 class CalendarEntry
          Calendar Entry class provides access to data in events provided in the calendar.
 class CalendarEntryModel
          Manages several calendar entries and categories.
 class EventRepeatRule
          Allows to add complex repeat rules to CalendarEntries or other events.
 

Uses of Serializable in de.enough.polish.camera
 

Classes in de.enough.polish.camera that implement Serializable
 class CameraResolution
           
 

Uses of Serializable in de.enough.polish.content
 

Classes in de.enough.polish.content that implement Serializable
 class ContentDescriptor
          A class to identify a content with an url, a version and a transform id
 

Uses of Serializable in de.enough.polish.content.storage
 

Classes in de.enough.polish.content.storage that implement Serializable
 class StorageReference
          Represents a reference to stored content data.
 

Uses of Serializable in de.enough.polish.format.atom
 

Classes in de.enough.polish.format.atom that implement Serializable
 class AtomAuthor
          Encapsulates information about an Atom feed author
 class AtomEntry
          Manages an entry within an Atom based news feed
 class AtomEntryLink
          
 class AtomFeed
          Manages a list of Atom news entries
 class AtomImage
          Provides access to an image of an AtomEntry
 

Uses of Serializable in de.enough.polish.io
 

Subinterfaces of Serializable in de.enough.polish.io
 interface Externalizable
          Defines methods for serializing and de-serializing classes.
 

Uses of Serializable in de.enough.polish.pim
 

Classes in de.enough.polish.pim that implement Serializable
 class PimChangeItem
           
 

Uses of Serializable in de.enough.polish.processing
 

Classes in de.enough.polish.processing that implement Serializable
 class ProcessingBackground
          Implements a Mobile Processing Background.
 

Uses of Serializable in de.enough.polish.theme
 

Classes in de.enough.polish.theme that implement Serializable
 class ThemeContainer
          Stores a byte array with name and size to store or load from a theme file
 

Uses of Serializable in de.enough.polish.ui
 

Classes in de.enough.polish.ui that implement Serializable
 class Background
          Background is the base class for any backgrounds of widgets or forms.
 class Border
          Provides an abstract border.
 class Color
          Wraps an (A)RGB color and can also contain dynamic references like Display.COLOR_BACKGROUND.
 class ContainerView
          Is responsible for visual representation and interpretation of user-input.
 class Dimension
          Wraps a numerical value that may have a unit such as 'px' (pixel), '%' (percent), 'em' (font height).
 class ItemView
          An item view can take over the rendering of an item.
 class Point
          Represents a point within a scale
 class RgbFilter
          Provides an RGB filter that transforms RGB data in a specific way.
 class Style
          Style defines the design of any widget.
 class TextEffect
          Allows text effects for StringItems, IconItems and ChoiceItems.
 

Uses of Serializable in de.enough.polish.ui.backgrounds
 

Classes in de.enough.polish.ui.backgrounds that implement Serializable
 class AnimatedGifBackground
          Plays back animated gifs in GIF89a format.
 class BallBackground
           
 class BorderedRoundRectBackground
          Paints a rectangle with round corners and a border.
 class BorderedRoundRectOpeningBackground
          Draws an expanding backround which will show a border when it is fully expanded.
 class BorderedRoundTabBackground
          Paints a rectangle with top round corners and a border.
 class BorderedSimpleBackground
          Paints a filled rectangle with a border around it as a background.
 class CircleBackground
          Paints a circular or elliptical background.
 class CombinedBackground
          Provides a background consisting of two other backgrounds.
 class CombinedHorizontalBackground
          Places two further backgrounds side by side.
 class CombinedVerticalBackground
          Places two backgrounds side by side in a vertical direction (top-bottom).
 class DoubleGradientVerticalBackground
          DoubleGradientVerticalBackground generates an nice Backgroundscreen, with two gradients, each taking half of the available height.
 class FadeInBackground
          Fades in the background from fully transparent to the target color, which might also be translucent.
 class GradientHorizontalBackground
          Generates a gradient from the left-color to the right-color.
 class GradientRadialBackground
          Generates a radial gradient from the inner-color to the outer-color.
 class GradientVerticalBackground
          GradientVerticalBackground generates an nice Backgroundscreen, with an gradient from the top-color to the bottom-color.
 class HorizontalSplitBackground
          Creates a rectangular background with two colors.
 class HorizontalSplitRoundRectBackground
          Creates a rectangular background with two colors and rounded corners.
 class HorizontalStripesBackground
          Paints stripes with two colors that can change their color.
 class ImageBackground
          Paints an image as a background.
 class ImageResourceBackground
           
 class LayerBackground
          Provides a background consisting of several other backgrounds.
 class LayerVerticalBackground
          Provides a background consisting of several other backgrounds that are stacked on top of each other.
 class MaskBackground
          
 class OpeningBackground
          Paints a background which expands to its full size whenever the background is moved.
 class PartialGradientBackground
          Provides a partial gradient - this background will be usually used within a combined background.
 class PartialSimpleBackground
          Provides a partial background - this background will be usually used within a combined background.
 class PatchBackground
          Creates a patch-based background
 class PolygonBackground
          Paints a filled polygon as a background in a specific color.
 class PulsatingBackground
          Paints an animated background, which colors change.
 class PulsatingCircleBackground
          Paints an animated circular background.
 class PulsatingCirclesBackground
          Paints an animated background filled with several ever-growing circles.
 class PulsatingRoundRectBackground
          Paints an animated background, which colors change.
 class RepaintTestBackground
          
 class RoundRectBackground
          Paints a rectangle with round corners as a background.
 class RoundRectCorneredBackground
          Paints a background with rounded and straight corners CSS-type is "round-rect-cornered"
 class RoundRectDoubleGradientVerticalBackground
          Paints a translucent rectangle with round corners as a background.
 class RoundTabBackground
          Paints a background in which the top uses rounded edges, but the bottom uses straight ones.
 class ScalingImageBackground
          Paints an image as a background.
 class SimpleBackground
          Paints a filled rectangle as a background in a specific color.
 class SlideShowBackground
          Paints and exchanges several images in the background.
 class SmoothColorBackground
           
 class TextBackground
          Paints text in a background.
 class ThinSimpleBackground
          Renders a simple background with a maxium width.
 class TigerStripesBackground
           
 class TiledImageBackground
          Paints a tiled image as a background.
 class TranslucentRoundRectBackground
          Paints a translucent rectangle with round corners as a background.
 class TranslucentSimpleBackground
          Paints a simple translucent background.
 class TriangleBackground
          Paints a filled rectangle as a background in a specific color.
 class VerticalSplitBackground
          Creates a rectangular background with two colors.
 class VerticalSplitRoundRectBackground
          Creates a rectangular background with two colors and rounded corners.
 class VerticalStripesBackground
          Paints an vertical stripes that are repeated horizontally.
 class VideoBackground
          Plays a video in an background.
 class Web20RoundRectBackground
          Paints a rectangle with round corners as a background.
 class XmasSnowBackground
           
 

Uses of Serializable in de.enough.polish.ui.borders
 

Classes in de.enough.polish.ui.borders that implement Serializable
 class BottomBorder
          Paints a plain border in one color at the bottom of the item.
 class BottomRightShadowBorder
          Paints a border which is like shadow, which is seen on the bottom and on the right of the bordered Item.
 class CircleBorder
          The CircleBorder paints a circle or elliptical border.
 class DropShadowBorder
          Paints a translucent shadow on MIDP 2.0 and Nokia-UI-API devices.
 class DropShadowRoundRectBorder
          Paints a translucent shadow border with rounded corners.
 class ImageBorder
          Paints an border with customizable images for each edge and each side.
 class LeftBorder
          Paints a plain border in one color at the left side of the item.
 class MultiImageBorder
          Paints an border with customizable images for each edge and each side.
 class PulsatingRoundRectBorder
          A color-changing border with round corners
 class PulsatingSimpleBorder
          A border with animated colors.
 class RightBorder
          Paints a plain border in one color at the right side of the item.
 class RoundRectBorder
          Paints a border with round corners.
 class SimpleBorder
          Paints a plain border in one color.
 class SquareSonarBorder
          Sends out square rectangles from around the item to the outside.
 class TopBorder
          Paints a plain border in one color at the top of the item.
 class TopBottomLeftRightBorder
          Paints a plain border in one color at the top, bottom, left, right or a combination of them.
 class TranslucentRoundRectBorder
          Paints a border with round corners using RGB data.
 

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

Classes in de.enough.polish.ui.chartviews that implement Serializable
 class PieChartView
          Visualizes the chart as a pie chart.
 class VerticalBarChartView
          Visualizes the chart with vertical bars.
 

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

Classes in de.enough.polish.ui.clockviews that implement Serializable
 class BinaryTextClockView
          Visualizes the clock as a binary string, e.g.
 class HexTextClockView
          Visualizes the clock as a hexadecimal string, e.g.
 

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

Classes in de.enough.polish.ui.containerviews that implement Serializable
 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 LeftHorizontalContainerView
          Shows the available items of a Container in a horizontal list - the focused/current element is always shown at the very left side.
 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 TabbedContainerView
          Displays embedded all items in different tabs.
 class TextContainerView
          Arranges StringItems in overlapping boxes, so that one StringItem starts in the same line where the previous StringItem stops.
 class VerticalFixedContainerView
          Keeps the currently focused item in a fixed position (either top, center or bottom) within a list of elements.
 

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

Classes in de.enough.polish.ui.gaugeviews that implement Serializable
 class ClockInstrumentGaugeView
          This class implements a Clock-like view for gauges.
 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 ScanningGaugeView
           
 class TachometerGaugeView
          Shows a tachometer visualization of a Gauge.
 

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

Classes in de.enough.polish.ui.itemviews that implement Serializable
 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.
 

Uses of Serializable in de.enough.polish.ui.rgbfilters
 

Classes in de.enough.polish.ui.rgbfilters that implement Serializable
 class AlphaRgbFilter
          This filter applies the alpha values of a specified image to the input image
 class DropShadowRgbFilter
          This filter applies a drop shadow to an image
 class GaussianBlurRgbFilter
           Blurs an image.
 class GrayscaleRgbFilter
          Transforms the color of a specified RGB image.
 class OpacityRgbFilter
          Transforms the opacity of a specified RGB image.
 class RotateRgbFilter
          Rotates an RGB image.
 class ScaleRgbFilter
          Transforms the size of an RGB image.
 

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

Classes in de.enough.polish.ui.texteffects that implement Serializable
 class AlienGlowTextEffect
          Paints an alien glow text effect, whereas you are able to specify the inner and outer color as well as the font-color.
 class BitmapFontTextEffect
          Renders texts with a given bitmap font.
 class CyclingTextEffect
          Cycles through text so that only a single line or word is being shown.
 class DropShadowTextEffect
          Paints a dropshadow behind a text, whereas you are able to specify the shadows inner and outer color.
 class FadeTextEffect
          This is a simple fade in/out effect.
 class FadingAlienGlowTextEffect
          Paints an alien glow text effect, whereas you are able to specify the inner and outer color as well as the font-color.
 class FlashTextEffect
          Flashes a text constantly.
 class HtmlTextEffect
          Allows to use simple HTML markup for the design of the text.
 class LighthouseTextEffect
          Colorizes each character and its neighbouring characters.
 class MessageTextEffect
          Allows to use simple HTML markup, message markup such as *bold*, /italic/ or _underlined_ and smileys for the design of the text.
 class OutlineTextEffect
          Paints the outline of a text.
 class RotateTextEffect
          Rotates the given text.
 class RotatingTextEffect
          Constantly rotates the focused text.
 class SegmentTextEffect
          Separates the text into several horizontal segments.
 class ShadowTextEffect
          Paints a shadow behind a text.
 class SmileyTextEffect
          Renders textual smileys with images.
 class TypeWriterTextEffect
          Writes one character after the other.
 class VerticalGradientTextEffect
          Paints a gradient font where the color changes from top to bottom.
 class VerticalMirrorTextEffect
          Adds a vertically mirrored text as a shadow to the text.
 class VerticalScrollTextEffect
          A text effect that scrolls through the wrapped lines
 class VerticalSplitTextEffect
          Paints the text in two colors that are split vertically.
 

Uses of Serializable in de.enough.polish.util
 

Classes in de.enough.polish.util that implement Serializable
 class ArrayList<K>
          Provides an flexible list for storing objects.
 class BooleanList
          Provides an flexible list for storing boolean primitives.
 class BooleanStack
          Provides a lifo stack for primitive boolean types
 class IdentityArrayList<K>
          Provides an flexible list for storing objects, instead of equals we use referential identity (==) for comparing objects, which makes this list faster.
 class IntList
          Provides an flexible list for storing objects.
 class IntStack
          Provides a lifo stack for primitive int types
 class KeyValueList<K,V>
          Provides a list that may contain several duplicate keys
 class LongList
          Provides an flexible list for storing objects.
 class Properties
          Reads a property list (key and element pairs) from the input stream and stores it in the internal Hashtable.
 class TableData
          Allows to manage data in a tabular structure.
 class TimePeriod
          Represents a period of time
 class TimePoint
          Defines a point in time within the current TimeZone (typically)
 class WrappedText
          Contains wrapped text and additional meta information about it.
 

Uses of Serializable in de.enough.polish.video
 

Classes in de.enough.polish.video that implement Serializable
 class CaptureSource
          A specialist video source for capturing snapshots.
 class VideoSource
          Used to define the source of video.