| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ApplicationServicesAccessor in org.springframework.richclient.application.docking.flexdock | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.docking.flexdock | |
|---|---|
|  class | FlexDockApplicationPageApplicationPagethat uses FlexDock. | 
|  class | FlexDockViewDescriptor | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.application.docking.swingdocking | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.docking.swingdocking | |
|---|---|
|  class | SwingDockingApplicationPage | 
|  class | TabbedSwingDockingApplicationPage | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.application.docking.vldocking | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.docking.vldocking | |
|---|---|
|  class | VLDockingApplicationPage | 
|  class | VLDockingPageDescriptor | 
|  class | VLDockingViewDescriptor | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.application.mdi | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.mdi | |
|---|---|
|  class | DesktopApplicationPage | 
|  class | DesktopPageDescriptor | 
|  class | DesktopViewDescriptor | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.application.setup | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.setup | |
|---|---|
|  class | SetupIntroWizardPage | 
|  class | SetupLicenseWizardPageA WizardPagewhich shows a license text and confirmation radio
 buttons at the bottom. | 
|  class | SetupWizard | 
|  class | SetupWizardDialog | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.application.statusbar.support | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.statusbar.support | |
|---|---|
|  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 ApplicationServicesAccessor in org.springframework.richclient.application.support | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.support | |
|---|---|
| protected  class | AboutBox.AboutDialog | 
|  class | AbstractApplicationPageAbstract "convenience" implementation of ApplicationPage. | 
|  class | AbstractNavigatorViewAbstract class for views that use some sort of navigation component for the overall application. | 
|  class | AbstractPageDescriptorAbstract base class for PageDescriptorimplementations. | 
|  class | AbstractView | 
|  class | DefaultApplicationDescriptorMetadata about a application. | 
|  class | DefaultApplicationPageProvides a standard implementation of ApplicationPage | 
|  class | DefaultPageComponentPaneA DefaultPageComponentPaneputs thePageComponentinside
 aSimpleInternalFrame. | 
|  class | DefaultViewDescriptorProvides a standard implementation of ViewDescriptor. | 
|  class | EmptyPageDescriptorEmpty PageDescriptor. | 
|  class | LookupViewDescriptorAn implementation of ViewDescriptorthat instantiates new Views
 by looking them up in a SpringBeanFactory. | 
|  class | MultiViewPageDescriptorBase class for PageDescriptorimplementations that support multiplePageComponents | 
|  class | SingleViewPageDescriptor | 
|  class | TabbedApplicationPageApplicationPageimplementation that puts thePageComponents in aJTabbedPane. | 
|  class | WidgetViewDescriptor | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.components | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.components | |
|---|---|
|  class | ExceptionDetailsPaneA simple pane which can display an exception stack trace. | 
|  class | ListItemUpDownButtonPanel | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.core | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.core | |
|---|---|
|  class | LabeledObjectSupportA convenient super class for objects that can be labeled for display in a GUI. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.dialog | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.dialog | |
|---|---|
|  class | AbstractDialogPageA convenience implementation of the DialogPage interface. | 
|  class | AlertMessageAreaPaneMessagePane implementation used by MessageDialog. | 
|  class | ApplicationDialogAbstract Base Class for a dialog with standard layout, buttons, and behavior. | 
|  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 | ConfirmationDialogDialog for asking confirmation to the user. | 
|  class | DefaultMessageAreaPane | 
|  class | FormBackedDialogPageAn implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages. | 
|  class | InputApplicationDialogSimple input application dialog consisting of a label and a text field for accepting input. | 
|  class | MessageDialogDialog for showing an message to the user. | 
|  class | TabbedDialogPageA concrete implementation of CompositeDialogPagethat presents
 the child pages in aJTabbedPane. | 
|  class | TitledApplicationDialog | 
|  class | TitledPageApplicationDialogA TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages. | 
|  class | TitledWidgetApplicationDialogAllows to create an applicationDialog in which a given widget can be shown | 
|  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 ApplicationServicesAccessor in org.springframework.richclient.factory | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.factory | |
|---|---|
|  class | AbstractControlFactoryA skeleton implementation of the ControlFactoryinterface that only
 creates it's control when requested. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.filechooser | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.filechooser | |
|---|---|
|  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 ApplicationServicesAccessor in org.springframework.richclient.form | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.form | |
|---|---|
|  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 ApplicationServicesAccessor in org.springframework.richclient.form.binding.support | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.support | |
|---|---|
|  class | AbstractBinder | 
|  class | AbstractBindingDefault base implementation of Binding. | 
|  class | AbstractCRUDBinding | 
|  class | CustomBindingA helper implementation for binding to custom controls. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.swing | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.swing | |
|---|---|
|  class | AbstractGlazedListsBinding | 
|  class | AbstractListBinderAbstract base class for list bindings. | 
|  class | AbstractListBinding | 
|  class | CheckBoxBinder | 
|  class | ComboBoxBinder | 
|  class | ComboBoxBindingTODO: support for filters | 
|  class | EnumComboBoxBinderBinds a Tiger enum in a combobox and supports i18n. The i18n key of an enum is the full classname + "." + enumfield. For example: x.y.Season.WINTER = Winter | 
|  class | EnumRadioButtonBinderRadio button binder for enum values. | 
|  class | EnumRadioButtonBindingRadiobutton binding for Enum values. | 
|  class | FileChooserBinding | 
|  class | FormattedTextFieldBinder | 
|  class | FormattedTextFieldBindingTODO: this is probably very broken. | 
|  class | JXSearchFieldBinderBinder that shows a JXSearchField instead of a simple JTextField | 
|  class | LabelBinder | 
|  class | LabelBinding | 
|  class | LabeledEnumComboBoxBinder | 
|  class | LabeledEnumComboBoxBinding | 
|  class | ListBinder | 
|  class | ListBinding | 
|  class | NumberBinderBinder for numeric fields. | 
|  class | NumberBindingBinding to handle Numbers. | 
|  class | ScrollPaneBinderA binder that binds a scroll pane and the scroll pane's view. | 
|  class | ShuttleListBinderBinder for handling ShuttleList component. | 
|  class | ShuttleListBindingBinding to manage a ShuttleListcomponent. | 
|  class | SliderBinding | 
|  class | SpinnerBinder | 
|  class | SpinnerBinding | 
|  class | TextAreaBinder | 
|  class | TextComponentBinder | 
|  class | TextComponentBinding | 
|  class | TimeBinder | 
|  class | TimeBinding | 
|  class | ToggleButtonBinder | 
|  class | ToggleButtonBinding | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.swing.date | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.swing.date | |
|---|---|
|  class | AbstractDateFieldBinderAbstract base class for java.util.Datebinders. | 
|  class | AbstractDateFieldBindingAbstract base class for java.util.Datebindings | 
|  class | JCalendarDateFieldBinder | 
|  class | JCalendarDateFieldBindingBinds a JDateChooser | 
|  class | JXDatePickerDateFieldBinder | 
|  class | JXDatePickerDateFieldBindingBinds a JXDatePicker | 
|  class | NachoCalendarDateFieldBinderBinds a DateField | 
|  class | NachoCalendarDateFieldBindingBinds a DateField | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.swing.editor | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.swing.editor | |
|---|---|
|  class | AbstractLookupBinding | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.preference | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.preference | |
|---|---|
|  class | FormBackedPreferencePage | 
|  class | PreferenceDialog | 
|  class | PreferencePage | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.dataeditor.ui | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.dataeditor.ui | |
|---|---|
|  class | ItemDataEditor | 
|  class | ItemFilterForm | 
|  class | ItemForm | 
|  class | SupplierDataEditor | 
|  class | SupplierFilterForm | 
|  class | SupplierForm | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.binding | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.binding | |
|---|---|
|  class | CalendarBindingDialog | 
|  class | DerivedValueModelDialog | 
|  class | DocumentBindingDialogThis dialog shows how the TextComponentBindercan be used to create
 a binding with a specificDocumentas model behind theJTextField. | 
|  class | GenericKeyMapBindingDialog | 
|  class | ListSelectionBindingDialog | 
|  class | ParentChildFormDialog | 
|  class | RadioButtonEnumDialog | 
|  class | ShuttleListBindingDialogThis dialog shows a ShuttleList in which several items can be selected and added to a list on the backing formObject. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.command | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.command | |
|---|---|
|  class | ButtonStackBarSample | 
|  class | ToolbarSample | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.component | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.component | |
|---|---|
|  class | ShuttleSortableTableDialogThis sample shows a ShuttleSortableTableModelbeing used. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.conversion | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.conversion | |
|---|---|
|  class | NumberConversionDialog | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.dialog | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.dialog | |
|---|---|
|  class | BasicApplicationDialogVery simple dialog showing only the basics. | 
|  class | BasicConfirmationDialogShows the usage of the confirmation dialog. | 
|  class | BasicInputApplicationDialog | 
|  class | BasicMessageDialog | 
|  class | BasicTitledApplicationDialog | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.util | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.util | |
|---|---|
|  class | AbstractReporterFormA Form with a JTextAreathat can be used to show some useful
 messages. | 
|  class | AbstractReporterTitledApplicationDialog | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.validation | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.validation | |
|---|---|
|  class | BasicRegExpConstraintDialogShow a basic dialog with a regular expression input field and a value input field. | 
|  class | StringLenghtConstraintDialogDialog showing a number of fields to manipulate the StringLengthConstraintand see it in action on the value field. | 
|  class | StringLenghtConstraintDialog.StringLengthConstraintForm | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.view | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.view | |
|---|---|
|  class | ViewWithInput | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.wizard | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.showcase.wizard | |
|---|---|
|  class | BasicWizardDialog | 
|  class | InstallWizard | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.samples.simple.ui | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.simple.ui | |
|---|---|
|  class | ContactFormForm to handle the properties of a Contact object. | 
|  class | ContactPropertiesDialogThis is a dialog for editing 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 ApplicationServicesAccessor in org.springframework.richclient.samples.simple.ui.binding | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.samples.simple.ui.binding | |
|---|---|
|  class | TodoItemListBinding | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.script | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.script | |
|---|---|
|  class | ScriptedViewA Viewimplementation that usesScriptEngineto build its control. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.security | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.security | |
|---|---|
|  class | LoginFormThis class provides a simple form for capturing a username and password from the user. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.selection.binding | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.selection.binding | |
|---|---|
|  class | ListSelectionDialogBinderBinder for SelectField. | 
|  class | ListSelectionDialogBindingBinding for selection objects in a form. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.selection.binding.support | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.selection.binding.support | |
|---|---|
|  class | SelectFieldSelectField base class. | 
|  class | SimpleSelectFieldSelectField implementation using a single JTextField. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.selection.dialog | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.selection.dialog | |
|---|---|
|  class | AbstractSelectionDialogBase class for selection dialogs. | 
|  class | FilterListSelectionDialogFiltered ListSelectionDialog. | 
|  class | ListSelectionDialogA ListSelectionDialogcan be used to select an item from a
 list. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.table.support | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.table.support | |
|---|---|
|  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 ApplicationServicesAccessor in org.springframework.richclient.taskpane | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.taskpane | |
|---|---|
|  class | TaskPaneNavigatorView | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.widget | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.widget | |
|---|---|
|  class | AbstractTitledWidget | 
|  class | AbstractTitledWidgetForm | 
|  class | AbstractWidgetDefault behavior implementation of AbstractWidget | 
|  class | AbstractWidgetFormProvides an easy way to create widgets based on an AbstractForm. | 
|  class | ButtonSwitcherWidget | 
|  class | HTMLViewWidgetHTMLViewingWidget generates a component to view HTML data | 
|  class | ImageViewWidgetImageViewingWidget generates a component to view an image. | 
|  class | ScreenSimulationWidgetA widget that enables to mimic a screen. | 
|  class | TitledWidgetFormA decorator to add a TitlePaneto aForm. | 
|  class | WidgetViewView implementation to show a widget | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.widget.editor | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.widget.editor | |
|---|---|
|  class | AbstractDataEditorWidgetAbstractDataEditorWidget implements a basic editor screen, based on 3 parts: a table with sortable columns and a local quick search a filter to reduce the dataset a detail section for the details of 1 entity | 
|  class | DefaultDataEditorWidgetDefaultDataEditorWidget is a basic implementation of a AbstractDataEditorWidget. | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.widget.table.glazedlists | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.widget.table.glazedlists | |
|---|---|
|  class | GlazedListTableWidget | 
| Uses of ApplicationServicesAccessor in org.springframework.richclient.wizard | 
|---|
| Subclasses of ApplicationServicesAccessor in org.springframework.richclient.wizard | |
|---|---|
|  class | AbstractWizardA convenience implementation of the Wizardinterface. | 
|  class | AbstractWizardPage | 
|  class | ExtendedWizardDialogWizard dialog that additionally adds a panel to the dialog showing the page path and the current page. | 
|  class | FormBackedWizardPageAn implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages. | 
|  class | WizardDialogDialog for wizards. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||