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

Packages that use Externalizable
de.enough.polish.calendar UI and model classes for realizing Calendars with recurring or one time events. 
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.pim Easily access contacts on devices that support the PIM API. 
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
de.enough.polish.util Provides utility classes. 
 

Uses of Externalizable in de.enough.polish.calendar
 

Classes in de.enough.polish.calendar that implement Externalizable
 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 Externalizable in de.enough.polish.content
 

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

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

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

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

Classes in de.enough.polish.format.atom that implement Externalizable
 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 Externalizable in de.enough.polish.pim
 

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

Uses of Externalizable in de.enough.polish.ui
 

Classes in de.enough.polish.ui that implement Externalizable
 class Dimension
          Wraps a numerical value that may have a unit such as 'px' (pixel), '%' (percent), 'em' (font height).
 class Style
          Style defines the design of any widget.
 

Uses of Externalizable in de.enough.polish.util
 

Classes in de.enough.polish.util that implement Externalizable
 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.