Uses of Class
org.springframework.richclient.form.AbstractForm

Packages that use AbstractForm
org.springframework.richclient.form   
org.springframework.richclient.samples.petclinic.ui   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.security Integrates Acegi Security System for Spring into RCP. 
 

Uses of AbstractForm in org.springframework.richclient.form
 

Subclasses of AbstractForm in org.springframework.richclient.form
 class AbstractDetailForm
          This is an abstract base implementation of the detail side of a Master/Detail form pair.
 class AbstractMasterForm
          Abstract base for the Master form of a Master/Detail pair.
 class AbstractTableMasterForm
          This is an abstract implementation of AbstractMasterForm that uses a GlazedTableModel and JTable to represent the master information.
 class GeneratedForm
          Convenience class for producing a Spring Rich Form based on a pre-generated form UI (typically, a form that has been created in a form designer such as Matisse or JFormDesigner).
 

Uses of AbstractForm in org.springframework.richclient.samples.petclinic.ui
 

Subclasses of AbstractForm in org.springframework.richclient.samples.petclinic.ui
 class OwnerAddressForm
           
 class OwnerGeneralForm
           
 class PetForm
           
 

Uses of AbstractForm in org.springframework.richclient.samples.showcase.util
 

Subclasses of AbstractForm in org.springframework.richclient.samples.showcase.util
 class AbstractReporterForm
          A Form with a JTextArea that can be used to show some useful messages.
 

Uses of AbstractForm in org.springframework.richclient.samples.showcase.validation
 

Subclasses of AbstractForm in org.springframework.richclient.samples.showcase.validation
 class StringLenghtConstraintDialog.StringLengthConstraintForm
           
 

Uses of AbstractForm in org.springframework.richclient.samples.simple.ui
 

Subclasses of AbstractForm in org.springframework.richclient.samples.simple.ui
 class ContactForm
          Form to handle the properties of a Contact object.
 

Uses of AbstractForm in org.springframework.richclient.security
 

Subclasses of AbstractForm in org.springframework.richclient.security
 class LoginForm
          This class provides a simple form for capturing a username and password from the user.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.