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

Packages that use AbstractControlFactory
org.springframework.richclient.application.docking.flexdock   
org.springframework.richclient.application.docking.swingdocking   
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.components   
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.form.binding.swing.editor   
org.springframework.richclient.samples.dataeditor.ui   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.samples.showcase.view   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.samples.simple.ui.binding   
org.springframework.richclient.script   
org.springframework.richclient.security Integrates Spring Security System into RCP. 
org.springframework.richclient.selection.binding   
org.springframework.richclient.selection.binding.support   
org.springframework.richclient.table.support   
org.springframework.richclient.taskpane   
org.springframework.richclient.widget   
 

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.swingdocking
 

Subclasses of AbstractControlFactory in org.springframework.richclient.application.docking.swingdocking
 class SwingDockingApplicationPage
           
 class TabbedSwingDockingApplicationPage
           
 

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 AbstractNavigatorView
          Abstract class for views that use some sort of navigation component for the overall application.
 class AbstractView
           
 class DefaultApplicationPage
          Provides a standard implementation of ApplicationPage
 class DefaultPageComponentPane
          A DefaultPageComponentPane puts the PageComponent inside a SimpleInternalFrame.
 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 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 AbstractFocussableForm
          Form implementation for the Focussable interface.
 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 FilterForm
           
 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).
 class TabbedForm
           
 

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 AbstractCRUDBinding
           
 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 AbstractGlazedListsBinding
           
 class AbstractListBinding
           
 class ComboBoxBinding
          TODO: support for filters
 class EnumRadioButtonBinding
          Radiobutton binding for Enum values.
 class FileChooserBinding
           
 class FormattedTextFieldBinding
          TODO: this is probably very broken.
 class LabelBinding
           
 class LabeledEnumComboBoxBinding
           
 class ListBinding
           
 class NumberBinding
          Binding to handle Numbers.
 class ShuttleListBinding
          Binding to manage a ShuttleList component.
 class SliderBinding
           
 class SpinnerBinding
           
 class TextComponentBinding
           
 class TimeBinding
           
 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.form.binding.swing.editor
 

Subclasses of AbstractControlFactory in org.springframework.richclient.form.binding.swing.editor
 class AbstractLookupBinding
           
 

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

Subclasses of AbstractControlFactory in org.springframework.richclient.samples.dataeditor.ui
 class ItemFilterForm
           
 class ItemForm
           
 class SupplierFilterForm
           
 class SupplierForm
           
 

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.showcase.view
 

Subclasses of AbstractControlFactory in org.springframework.richclient.samples.showcase.view
 class ViewWithInput
           
 

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.
 class TodoForm
           
 

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

Subclasses of AbstractControlFactory in org.springframework.richclient.samples.simple.ui.binding
 class TodoItemListBinding
           
 

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.
 

Uses of AbstractControlFactory in org.springframework.richclient.taskpane
 

Subclasses of AbstractControlFactory in org.springframework.richclient.taskpane
 class TaskPaneNavigatorView
           
 

Uses of AbstractControlFactory in org.springframework.richclient.widget
 

Subclasses of AbstractControlFactory in org.springframework.richclient.widget
 class AbstractTitledWidgetForm
           
 class AbstractWidgetForm
          Provides an easy way to create widgets based on an AbstractForm.
 class WidgetView
          View implementation to show a widget
 



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