| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ControlFactory in org.springframework.richclient.application | 
|---|
| Subinterfaces of ControlFactory in org.springframework.richclient.application | |
|---|---|
|  interface | ApplicationPageAn ApplicationPageis a container forPageComponents. | 
|  interface | Editor | 
|  interface | PageComponentA page component is displayed within an area on the page associated with an application window. | 
|  interface | PageComponentPaneA PageComponentPaneis a container that holds thePageComponent's control, and can add extra decorations (add a toolbar,
 a border, ...) | 
|  interface | ViewA 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 | FlexDockApplicationPageApplicationPagethat 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 | SetupLicenseWizardPageA WizardPagewhich 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 | StatusBarStatusBar abstraction. | 
| Uses of ControlFactory in org.springframework.richclient.application.statusbar.support | 
|---|
| Classes in org.springframework.richclient.application.statusbar.support that implement ControlFactory | |
|---|---|
|  class | DefaultStatusBarA StatusBar control is a component with a horizontal layout which hosts a number of status indication controls. | 
|  class | StatusBarProgressMonitorProgressMonitorimplementation that handles its own controls:
 
 aJProgressBarto show the progress to the user
 optionally aJButtonto 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 | AbstractApplicationPageAbstract "convenience" implementation of ApplicationPage. | 
|  class | AbstractNavigatorViewAbstract class for views that use some sort of navigation component for the overall application. | 
|  class | AbstractView | 
|  class | DefaultApplicationPageProvides a standard implementation of ApplicationPage | 
|  class | DefaultPageComponentPaneA DefaultPageComponentPaneputs thePageComponentinside
 aSimpleInternalFrame. | 
|  class | SimplePageComponentPanePageComponentPaneimplementation that adds no extra decoration to the
 containedPageComponentPane | 
|  class | TabbedApplicationPageApplicationPageimplementation that puts thePageComponents in aJTabbedPane. | 
| Uses of ControlFactory in org.springframework.richclient.components | 
|---|
| Classes in org.springframework.richclient.components that implement ControlFactory | |
|---|---|
|  class | ExceptionDetailsPaneA 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 | DialogPageDialogPages are used to combine several controls in one Dialog which acts as a container. | 
|  interface | MessagePaneInterface to be implemented by GUI panes capable of rendering messages to the user. | 
| Classes in org.springframework.richclient.dialog that implement ControlFactory | |
|---|---|
|  class | AbstractDialogPageA convenience implementation of the DialogPage interface. | 
|  class | AlertMessageAreaPaneMessagePane implementation used by MessageDialog. | 
|  class | CompositeDialogPageAn implementation of the DialogPageinterface that collects a
 group of dialog pages together so that they can be used in place of a singleDialogPage | 
|  class | DefaultMessageAreaPane | 
|  class | FormBackedDialogPageAn implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages. | 
|  class | TabbedDialogPageA concrete implementation of CompositeDialogPagethat presents
 the child pages in aJTabbedPane. | 
|  class | TitlePaneA 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 | TreeCompositeDialogPageA concrete implementation of CompositeDialogPagethat 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 | ExtTabbedPaneWrapper around JTabbedPane. | 
| Uses of ControlFactory in org.springframework.richclient.factory | 
|---|
| Classes in org.springframework.richclient.factory that implement ControlFactory | |
|---|---|
|  class | AbstractControlFactoryA skeleton implementation of the ControlFactoryinterface 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 | FileChooserComboBoxA 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 | FormThe graphical representation of the FormModelby extendingControlFactoryand providingFormModelrelated methods. | 
|  interface | FormUIProviderAllows 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 | AbstractDetailFormThis is an abstract base implementation of the detail side of a Master/Detail form pair. | 
|  class | AbstractFocussableFormForm implementation for the Focussable interface. | 
|  class | AbstractFormBase implementation of a Form. | 
|  class | AbstractFormUIProviderAbstract FormUIProviderimplementation. | 
|  class | AbstractMasterFormAbstract base for the Master form of a Master/Detail pair. | 
|  class | AbstractTableMasterFormThis is an abstract implementation of AbstractMasterForm that uses a GlazedTableModel and JTable to represent the master information. | 
|  class | DefaultFormUIProviderDefault FormUIProviderimplementation. | 
|  class | FilterForm | 
|  class | GeneratedFormConvenience class for producing a Spring Rich Formbased 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 | BindingA 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 | AbstractBindingDefault base implementation of Binding. | 
|  class | AbstractCRUDBinding | 
|  class | CustomBindingA helper implementation for binding to custom controls. | 
|  class | DecoratedControlBindingWraps a source Bindingand 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 | ComboBoxBindingTODO: support for filters | 
|  class | EnumRadioButtonBindingRadiobutton binding for Enum values. | 
|  class | FileChooserBinding | 
|  class | FormattedTextFieldBindingTODO: this is probably very broken. | 
|  class | LabelBinding | 
|  class | LabeledEnumComboBoxBinding | 
|  class | ListBinding | 
|  class | NumberBindingBinding to handle Numbers. | 
|  class | ScrollPaneDecoratedBindingA convenience class that decorates the component produced from a source Binding with a JScrollPane. | 
|  class | ShuttleListBindingBinding to manage a ShuttleListcomponent. | 
|  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 | AbstractDateFieldBindingAbstract base class for java.util.Datebindings | 
|  class | JCalendarDateFieldBindingBinds a JDateChooser | 
|  class | JXDatePickerDateFieldBindingBinds a JXDatePicker | 
|  class | NachoCalendarDateFieldBindingBinds a 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 | ReporterInterface indicating a reporter object. | 
| Classes in org.springframework.richclient.samples.showcase.util that implement ControlFactory | |
|---|---|
|  class | AbstractReporterFormA Form with a JTextAreathat 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 | ContactFormForm to handle the properties of a Contact object. | 
|  class | ContactTableThis class provides a concrete implementation of a table showing Contactobjects. | 
|  class | ContactViewThis class provides the main view of the contacts. | 
|  class | InitialViewThis 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 | ScriptedViewA Viewimplementation that usesScriptEngineto build its control. | 
| Uses of ControlFactory in org.springframework.richclient.security | 
|---|
| Classes in org.springframework.richclient.security that implement ControlFactory | |
|---|---|
|  class | LoginFormThis 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 | ListSelectionDialogBindingBinding 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 | SelectFieldSelectField base class. | 
|  class | SimpleSelectFieldSelectField 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 | AbstractObjectTableThis 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 | AbstractWidgetFormProvides an easy way to create widgets based on an AbstractForm. | 
|  class | WidgetViewView 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 | FormBackedWizardPageAn implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||