Package com.sun.lwuit.impl

The implementation package should not be used by developers, it is an internal implementation detail which will break compatibility between major LWUIT releases.

See:
          Description

Interface Summary
VirtualKeyboardInterface Virtual keyboards needs to implement this interface to be registered as a platform keyboard.
 

Class Summary
ImplementationFactory Generic class allowing 3rd parties to replace the underlying implementation in LWUIT seamlessly.
LWUITImplementation Represents a vendor extension mechanizm for LWUIT, WARNING: this class is for internal use only and is subject to change in future API revisions.
 

Package com.sun.lwuit.impl Description

The implementation package should not be used by developers, it is an internal implementation detail which will break compatibility between major LWUIT releases. The purpose of this package is to provide ISVs, vendors and operators with the ability to customize & enhance LWUIT from within without breaking compatability with existing LWUIT applications.

A vendor extension begins by extending the LWUITImplementation class and implementing the abstract methods within. To use this version of the implementation a user can use the Display class and link to a vendor JAR that doesn't include any portion of LWUIT.