Uses of Class
com.sun.lwuit.impl.ImplementationFactory

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

Uses of ImplementationFactory in com.sun.lwuit.impl
 

Methods in com.sun.lwuit.impl that return ImplementationFactory
static ImplementationFactory ImplementationFactory.getInstance()
          Returns the singleton instance of this class
 

Methods in com.sun.lwuit.impl with parameters of type ImplementationFactory
static void ImplementationFactory.setInstance(ImplementationFactory i)
          Install a new implementation factory this method is invoked by implementors to replace a factory.