Uses of Interface
org.xnap.commons.gui.factory.Factory

Packages that use Factory
org.xnap.commons.gui Provides common GUI components like dialogs, borders and such. 
org.xnap.commons.gui.factory Provides a pluggable factory for the Builder class. 
 

Uses of Factory in org.xnap.commons.gui
 

Methods in org.xnap.commons.gui that return Factory
static Factory Builder.getFactory()
          Returns the factory used by the builder.
 

Methods in org.xnap.commons.gui with parameters of type Factory
static void Builder.setFactory(Factory factory)
          Sets the factory that is used by the builder.
 

Uses of Factory in org.xnap.commons.gui.factory
 

Classes in org.xnap.commons.gui.factory that implement Factory
 class DefaultFactory
           
 



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.