Uses of Class
org.springframework.richclient.factory.AbstractControlFactory

Packages that use AbstractControlFactory
org.springframework.richclient.application.docking.flexdock   
org.springframework.richclient.application.docking.vldocking   
org.springframework.richclient.application.mdi   
org.springframework.richclient.application.statusbar.support   
org.springframework.richclient.application.support   
org.springframework.richclient.application.tabbed   
org.springframework.richclient.components   
org.springframework.richclient.control   
org.springframework.richclient.dialog   
org.springframework.richclient.filechooser   
org.springframework.richclient.form   
org.springframework.richclient.form.binding.support   
org.springframework.richclient.form.binding.swing   
org.springframework.richclient.form.binding.swing.date   
org.springframework.richclient.samples.petclinic.exceptionhandling   
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.script   
org.springframework.richclient.security Integrates Acegi Security System for Spring into RCP. 
org.springframework.richclient.selection.binding   
org.springframework.richclient.selection.binding.support   
org.springframework.richclient.table.support   
 

Uses of AbstractControlFactory in org.springframework.richclient.application.docking.flexdock
 

Subclasses of AbstractControlFactory in org.springframework.richclient.application.docking.flexdock
 class FlexDockApplicationPage
          ApplicationPage that uses FlexDock.
 

Uses of AbstractControlFactory in org.springframework.richclient.application.docking.vldocking
 

Subclasses of AbstractControlFactory in org.springframework.richclient.application.docking.vldocking
 class VLDockingApplicationPage
           
 

Uses of AbstractControlFactory in org.springframework.richclient.application.mdi
 

Subclasses of AbstractControlFactory in org.springframework.richclient.application.mdi
 class DesktopApplicationPage
           
 

Uses of AbstractControlFactory in org.springframework.richclient.application.statusbar.support
 

Subclasses of AbstractControlFactory in org.springframework.richclient.application.statusbar.support
 class DefaultStatusBar
           A StatusBar control is a component with a horizontal layout which hosts a number of status indication controls.
 class StatusBarProgressMonitor
          ProgressMonitor implementation that handles its own controls: a JProgressBar to show the progress to the user optionally a JButton to allow the user to cancel the current task
 

Uses of AbstractControlFactory in org.springframework.richclient.application.support
 

Subclasses of AbstractControlFactory in org.springframework.richclient.application.support
 class AbstractApplicationPage
          Abstract "convenience" implementation of ApplicationPage.
 class AbstractView
           
 class DefaultApplicationPage
          Provides a standard implementation of ApplicationPage
 class DefaultPageComponentPane
          A DefaultPageComponentPane puts the PageComponent inside a SimpleInternalFrame.
 

Uses of AbstractControlFactory in org.springframework.richclient.application.tabbed
 

Subclasses of AbstractControlFactory in org.springframework.richclient.application.tabbed
 class TabbedApplicationPage
          ApplicationPage implementation that puts the PageComponents in a JTabbedPane.
 

Uses of AbstractControlFactory in org.springframework.richclient.components
 

Subclasses of AbstractControlFactory in org.springframework.richclient.components
 class ShuttleListBinding
          Binding to manage a ShuttleList component.
 

Uses of AbstractControlFactory in org.springframework.richclient.control
 

Subclasses of AbstractControlFactory in org.springframework.richclient.control
 class ExceptionDetailsPane
          A simple pane which can display an exception stack trace.
 class ListItemUpDownButtonPanel
           
 

Uses of AbstractControlFactory in org.springframework.richclient.dialog
 

Subclasses of AbstractControlFactory in org.springframework.richclient.dialog
 class AlertMessageAreaPane
          MessagePane implementation used by MessageDialog.
 class DefaultMessageAreaPane
           
 class TitlePane
          A container class that that has a title area for displaying a title and an image as well as a common area for displaying a description, a message, or an error message.
 

Uses of AbstractControlFactory in org.springframework.richclient.filechooser
 

Subclasses of AbstractControlFactory in org.springframework.richclient.filechooser
 class FileChooserComboBox
          A combo box that allows you to type and/or select files, as well as click a Browse button to navigate to the file you wish to work with.
 

Uses of AbstractControlFactory in org.springframework.richclient.form
 

Subclasses of AbstractControlFactory in org.springframework.richclient.form
 class AbstractDetailForm
          This is an abstract base implementation of the detail side of a Master/Detail form pair.
 class AbstractForm
          Base implementation of a Form.
 class AbstractFormUIProvider
          Abstract FormUIProvider implementation.
 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 DefaultFormUIProvider
          Default FormUIProvider implementation.
 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 AbstractControlFactory in org.springframework.richclient.form.binding.support
 

Subclasses of AbstractControlFactory in org.springframework.richclient.form.binding.support
 class AbstractBinding
          Default base implementation of Binding.
 class CustomBinding
          A helper implementation for binding to custom controls.
 

Uses of AbstractControlFactory in org.springframework.richclient.form.binding.swing
 

Subclasses of AbstractControlFactory in org.springframework.richclient.form.binding.swing
 class AbstractListBinding
           
 class ComboBoxBinding
          TODO: support for filters
 class EnumComboBoxBinding
           
 class FormattedTextFieldBinding
          TODO: this is probably very broken.
 class LabelBinding
           
 class ListBinding
           
 class NumberBinding
          Binding to handle Numbers.
 class TextComponentBinding
           
 class ToggleButtonBinding
           
 

Uses of AbstractControlFactory in org.springframework.richclient.form.binding.swing.date
 

Subclasses of AbstractControlFactory in org.springframework.richclient.form.binding.swing.date
 class AbstractDateFieldBinding
          Abstract base class for java.util.Date bindings
 class JCalendarDateFieldBinding
          Binds a Date to a JCalendar JDateChooser
 class JXDatePickerDateFieldBinding
          Binds a Date to a JXDatePicker
 class NachoCalendarDateFieldBinding
          Binds a Date to a NachoCalendar DateField
 

Uses of AbstractControlFactory in org.springframework.richclient.samples.petclinic.exceptionhandling
 

Subclasses of AbstractControlFactory in org.springframework.richclient.samples.petclinic.exceptionhandling
 class ExceptionHandlingView
           
 

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

Subclasses of AbstractControlFactory in org.springframework.richclient.samples.petclinic.ui
 class OwnerAddressForm
           
 class OwnerGeneralForm
           
 class OwnerManagerView
          Shows the owners and their pets in a tree structure.
 class PetForm
           
 class VetManagerView
           
 

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

Subclasses of AbstractControlFactory 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 AbstractControlFactory in org.springframework.richclient.samples.showcase.validation
 

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

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

Subclasses of AbstractControlFactory in org.springframework.richclient.samples.simple.ui
 class ContactForm
          Form to handle the properties of a Contact object.
 class ContactTable
          This class provides a concrete implementation of a table showing Contact objects.
 class ContactView
          This class provides the main view of the contacts.
 class InitialView
          This class defines the initial view to be presented in the sample application.
 

Uses of AbstractControlFactory in org.springframework.richclient.script
 

Subclasses of AbstractControlFactory in org.springframework.richclient.script
 class ScriptedView
          A View implementation that uses ScriptEngine to build its control.
 

Uses of AbstractControlFactory in org.springframework.richclient.security
 

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

Uses of AbstractControlFactory in org.springframework.richclient.selection.binding
 

Subclasses of AbstractControlFactory in org.springframework.richclient.selection.binding
 class ListSelectionDialogBinding
          Binding for selection objects in a form.
 

Uses of AbstractControlFactory in org.springframework.richclient.selection.binding.support
 

Subclasses of AbstractControlFactory in org.springframework.richclient.selection.binding.support
 class SelectField
          SelectField base class.
 class SimpleSelectField
          SelectField implementation using a single JTextField.
 

Uses of AbstractControlFactory in org.springframework.richclient.table.support
 

Subclasses of AbstractControlFactory in org.springframework.richclient.table.support
 class AbstractObjectTable
          This class provides a standard table representation for a set of objects with properties of the objects presented in the columns of the table.
 



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