|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Serializable | |
|---|---|
| de.enough.polish.io | Provides an adjusted Connector-implementation for using the WMAPI-wrapper of J2ME Polish. |
| 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.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.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. |
| 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.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 |
ItemView
An item view can take over the rendering of an item. |
class |
Point
Represents a point within a scale |
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 |
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 |
HorizontalBackground
Places two further backgrounds side by side. |
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 |
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 |
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 |
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 |
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 |
ImageBorder
Paints an border with customizable images for each edge and each side. |
class |
LeftBorder
Paints a plain border in one color at the bottom 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 bottom 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 bottom 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 |
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. |
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 Serializable in de.enough.polish.ui.gaugeviews |
|---|
| Classes in de.enough.polish.ui.gaugeviews that implement Serializable | |
|---|---|
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 |
RecLineGaugeView
|
class |
RotatingArcsGaugeView
Shows an animation of rotating arcs for visualizing an CONTINUOUS_RUNNING indefinite gauge. |
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.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 |
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 |
LighthouseTextEffect
Colorizes each character and its neighbouring characters. |
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 |
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 |
IntList
Provides an flexible list for storing objects. |
class |
IntStack
Provides a lifo stack for primitive int types |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||