Uses of Class
org.jdesktop.jdnc.form.FormFactory

Packages that use FormFactory
org.jdesktop.jdnc.form Contains the JForm component, which enables easy creation of user-interface forms which bind to arbitrary data models, such as JavaBeans, RowSet, and collections. 
 

Uses of FormFactory in org.jdesktop.jdnc.form
 

Subclasses of FormFactory in org.jdesktop.jdnc.form
 class DefaultFormFactory
          note:technically this should probably be in a FormUI, or initialized from a FormUI.
 

Methods in org.jdesktop.jdnc.form that return FormFactory
static FormFactory FormFactory.getDefaultFormFactory()
           
 FormFactory JForm.getFormFactory()
          If the form factory was never explicitly set, this method will return the default FormFactory instance obtained from FormFactory:getDefaultFormFactory().
 

Methods in org.jdesktop.jdnc.form with parameters of type FormFactory
static void FormFactory.setDefaultFormFactory(FormFactory formFactory)
          Sets the default FormFactory instance which is shared across the application.
 void JForm.setFormFactory(FormFactory factory)
          Sets the form factory for this form.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.