Uses of Interface
org.springframework.richclient.factory.ControlFactory

Packages that use ControlFactory
org.springframework.richclient.application Base application interfaces/classes. 
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.setup   
org.springframework.richclient.application.statusbar   
org.springframework.richclient.application.statusbar.support   
org.springframework.richclient.application.support   
org.springframework.richclient.components   
org.springframework.richclient.dialog   
org.springframework.richclient.dialog.control   
org.springframework.richclient.factory   
org.springframework.richclient.filechooser   
org.springframework.richclient.form   
org.springframework.richclient.form.binding   
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.preference   
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   
org.springframework.richclient.wizard   
 

Uses of ControlFactory in org.springframework.richclient.application
 

Subinterfaces of ControlFactory in org.springframework.richclient.application
 interface ApplicationPage
          An ApplicationPage is a container for PageComponent s.
 interface Editor
           
 interface PageComponent
          A page component is displayed within an area on the page associated with an application window.
 interface PageComponentPane
          A PageComponentPane is a container that holds the PageComponent's control, and can add extra decorations (add a toolbar, a border, ...)
 interface View
          A view is a panel-like component displayed within an area on the page associated with an application window.
 

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

Classes in org.springframework.richclient.application.docking.flexdock that implement ControlFactory
 class FlexDockApplicationPage
          ApplicationPage that uses FlexDock.
 

Uses of ControlFactory in org.springframework.richclient.application.docking.swingdocking
 

Classes in org.springframework.richclient.application.docking.swingdocking that implement ControlFactory
 class SwingDockingApplicationPage
           
 class TabbedSwingDockingApplicationPage
           
 

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

Classes in org.springframework.richclient.application.docking.vldocking that implement ControlFactory
 class VLDockingApplicationPage
           
 

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

Classes in org.springframework.richclient.application.mdi that implement ControlFactory
 class DesktopApplicationPage
           
 

Uses of ControlFactory in org.springframework.richclient.application.setup
 

Classes in org.springframework.richclient.application.setup that implement ControlFactory
 class SetupIntroWizardPage
           
 class SetupLicenseWizardPage
          A WizardPage which shows a license text and confirmation radio buttons at the bottom.
 

Uses of ControlFactory in org.springframework.richclient.application.statusbar
 

Subinterfaces of ControlFactory in org.springframework.richclient.application.statusbar
 interface StatusBar
          StatusBar abstraction.
 

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

Classes in org.springframework.richclient.application.statusbar.support that implement ControlFactory
 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 ControlFactory in org.springframework.richclient.application.support
 

Classes in org.springframework.richclient.application.support that implement ControlFactory
 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 SimplePageComponentPane
          PageComponentPane implementation that adds no extra decoration to the contained PageComponentPane
 class TabbedApplicationPage
          ApplicationPage implementation that puts the PageComponents in a JTabbedPane.
 

Uses of ControlFactory in org.springframework.richclient.components
 

Classes in org.springframework.richclient.components that implement ControlFactory
 class ExceptionDetailsPane
          A simple pane which can display an exception stack trace.
 class ListItemUpDownButtonPanel
           
 

Uses of ControlFactory in org.springframework.richclient.dialog
 

Subinterfaces of ControlFactory in org.springframework.richclient.dialog
 interface DialogPage
          DialogPages are used to combine several controls in one Dialog which acts as a container.
 interface MessagePane
          Interface to be implemented by GUI panes capable of rendering messages to the user.
 

Classes in org.springframework.richclient.dialog that implement ControlFactory
 class AbstractDialogPage
          A convenience implementation of the DialogPage interface.
 class AlertMessageAreaPane
          MessagePane implementation used by MessageDialog.
 class CompositeDialogPage
          An implementation of the DialogPage interface that collects a group of dialog pages together so that they can be used in place of a single DialogPage
 class DefaultMessageAreaPane
           
 class FormBackedDialogPage
          An implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages.
 class TabbedDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a JTabbedPane.
 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.
 class TreeCompositeDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a tree on the left, and the pages itself on the right.
 

Uses of ControlFactory in org.springframework.richclient.dialog.control
 

Classes in org.springframework.richclient.dialog.control that implement ControlFactory
 class ExtTabbedPane
          Wrapper around JTabbedPane.
 

Uses of ControlFactory in org.springframework.richclient.factory
 

Classes in org.springframework.richclient.factory that implement ControlFactory
 class AbstractControlFactory
          A skeleton implementation of the ControlFactory interface that only creates it's control when requested.
 

Uses of ControlFactory in org.springframework.richclient.filechooser
 

Classes in org.springframework.richclient.filechooser that implement ControlFactory
 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 ControlFactory in org.springframework.richclient.form
 

Subinterfaces of ControlFactory in org.springframework.richclient.form
 interface Form
          The graphical representation of the FormModel by extending ControlFactory and providing FormModel related methods.
 interface FormUIProvider
          Allows pre-generated form UIs to easily integrate with Spring Rich's form and binding framework.
 

Classes in org.springframework.richclient.form that implement ControlFactory
 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 ControlFactory in org.springframework.richclient.form.binding
 

Subinterfaces of ControlFactory in org.springframework.richclient.form.binding
 interface Binding
          A binding from a visual editing control to a form model's property.
 

Uses of ControlFactory in org.springframework.richclient.form.binding.support
 

Classes in org.springframework.richclient.form.binding.support that implement ControlFactory
 class AbstractBinding
          Default base implementation of Binding.
 class AbstractCRUDBinding
           
 class CustomBinding
          A helper implementation for binding to custom controls.
 class DecoratedControlBinding
          Wraps a source Binding and returns an alternate control in place of the source binding's control.
 

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

Classes in org.springframework.richclient.form.binding.swing that implement ControlFactory
 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 ScrollPaneDecoratedBinding
          A convenience class that decorates the component produced from a source Binding with a JScrollPane.
 class ShuttleListBinding
          Binding to manage a ShuttleList component.
 class SliderBinding
           
 class SpinnerBinding
           
 class TextComponentBinding
           
 class TimeBinding
           
 class ToggleButtonBinding
           
 

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

Classes in org.springframework.richclient.form.binding.swing.date that implement ControlFactory
 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 ControlFactory in org.springframework.richclient.form.binding.swing.editor
 

Classes in org.springframework.richclient.form.binding.swing.editor that implement ControlFactory
 class AbstractLookupBinding
           
 

Uses of ControlFactory in org.springframework.richclient.preference
 

Classes in org.springframework.richclient.preference that implement ControlFactory
 class FormBackedPreferencePage
           
 class PreferencePage
           
 

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

Classes in org.springframework.richclient.samples.dataeditor.ui that implement ControlFactory
 class ItemFilterForm
           
 class ItemForm
           
 class SupplierFilterForm
           
 class SupplierForm
           
 

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

Subinterfaces of ControlFactory in org.springframework.richclient.samples.showcase.util
 interface Reporter
          Interface indicating a reporter object.
 

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

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

Classes in org.springframework.richclient.samples.showcase.validation that implement ControlFactory
 class StringLenghtConstraintDialog.StringLengthConstraintForm
           
 

Uses of ControlFactory in org.springframework.richclient.samples.showcase.view
 

Classes in org.springframework.richclient.samples.showcase.view that implement ControlFactory
 class ViewWithInput
           
 

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

Classes in org.springframework.richclient.samples.simple.ui that implement ControlFactory
 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 ControlFactory in org.springframework.richclient.samples.simple.ui.binding
 

Classes in org.springframework.richclient.samples.simple.ui.binding that implement ControlFactory
 class TodoItemListBinding
           
 

Uses of ControlFactory in org.springframework.richclient.script
 

Classes in org.springframework.richclient.script that implement ControlFactory
 class ScriptedView
          A View implementation that uses ScriptEngine to build its control.
 

Uses of ControlFactory in org.springframework.richclient.security
 

Classes in org.springframework.richclient.security that implement ControlFactory
 class LoginForm
          This class provides a simple form for capturing a username and password from the user.
 

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

Classes in org.springframework.richclient.selection.binding that implement ControlFactory
 class ListSelectionDialogBinding
          Binding for selection objects in a form.
 

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

Classes in org.springframework.richclient.selection.binding.support that implement ControlFactory
 class SelectField
          SelectField base class.
 class SimpleSelectField
          SelectField implementation using a single JTextField.
 

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

Classes in org.springframework.richclient.table.support that implement ControlFactory
 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 ControlFactory in org.springframework.richclient.taskpane
 

Classes in org.springframework.richclient.taskpane that implement ControlFactory
 class TaskPaneNavigatorView
           
 

Uses of ControlFactory in org.springframework.richclient.widget
 

Classes in org.springframework.richclient.widget that implement ControlFactory
 class AbstractTitledWidgetForm
           
 class AbstractWidgetForm
          Provides an easy way to create widgets based on an AbstractForm.
 class WidgetView
          View implementation to show a widget
 

Uses of ControlFactory in org.springframework.richclient.wizard
 

Subinterfaces of ControlFactory in org.springframework.richclient.wizard
 interface WizardPage
           
 

Classes in org.springframework.richclient.wizard that implement ControlFactory
 class AbstractWizardPage
           
 class FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 



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