Uses of Class
org.springframework.richclient.application.support.ApplicationServicesAccessor

Packages that use ApplicationServicesAccessor
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.support   
org.springframework.richclient.application.support   
org.springframework.richclient.components   
org.springframework.richclient.core Basic interfaces/classes used throughout the richclient. 
org.springframework.richclient.dialog   
org.springframework.richclient.factory   
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.preference   
org.springframework.richclient.samples.dataeditor.ui   
org.springframework.richclient.samples.showcase.binding   
org.springframework.richclient.samples.showcase.command   
org.springframework.richclient.samples.showcase.component   
org.springframework.richclient.samples.showcase.conversion   
org.springframework.richclient.samples.showcase.dialog   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.samples.showcase.view   
org.springframework.richclient.samples.showcase.wizard   
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.selection.dialog   
org.springframework.richclient.table.support   
org.springframework.richclient.taskpane   
org.springframework.richclient.widget   
org.springframework.richclient.widget.editor   
org.springframework.richclient.widget.table.glazedlists   
org.springframework.richclient.wizard   
 

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

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.docking.flexdock
 class FlexDockApplicationPage
          ApplicationPage that 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 SetupLicenseWizardPage
          A WizardPage which 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 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 ApplicationServicesAccessor in org.springframework.richclient.application.support
 

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.application.support
protected  class AboutBox.AboutDialog
           
 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 AbstractPageDescriptor
          Abstract base class for PageDescriptor implementations.
 class AbstractView
           
 class DefaultApplicationDescriptor
          Metadata about a application.
 class DefaultApplicationPage
          Provides a standard implementation of ApplicationPage
 class DefaultPageComponentPane
          A DefaultPageComponentPane puts the PageComponent inside a SimpleInternalFrame.
 class DefaultViewDescriptor
          Provides a standard implementation of ViewDescriptor.
 class EmptyPageDescriptor
          Empty PageDescriptor.
 class LookupViewDescriptor
          An implementation of ViewDescriptor that instantiates new Views by looking them up in a Spring BeanFactory.
 class MultiViewPageDescriptor
          Base class for PageDescriptor implementations that support multiple PageComponents
 class SingleViewPageDescriptor
           
 class TabbedApplicationPage
          ApplicationPage implementation that puts the PageComponents in a JTabbedPane.
 class WidgetViewDescriptor
           
 

Uses of ApplicationServicesAccessor in org.springframework.richclient.components
 

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.components
 class ExceptionDetailsPane
          A 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 LabeledObjectSupport
          A 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 AbstractDialogPage
          A convenience implementation of the DialogPage interface.
 class AlertMessageAreaPane
          MessagePane implementation used by MessageDialog.
 class ApplicationDialog
           Abstract Base Class for a dialog with standard layout, buttons, and behavior.
 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 ConfirmationDialog
          Dialog for asking confirmation to the user.
 class DefaultMessageAreaPane
           
 class FormBackedDialogPage
          An implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages.
 class InputApplicationDialog
          Simple input application dialog consisting of a label and a text field for accepting input.
 class MessageDialog
          Dialog for showing an message to the user.
 class TabbedDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a JTabbedPane.
 class TitledApplicationDialog
           
 class TitledPageApplicationDialog
          A TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages.
 class TitledWidgetApplicationDialog
          Allows to create an applicationDialog in which a given widget can be shown
 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 ApplicationServicesAccessor in org.springframework.richclient.factory
 

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.factory
 class AbstractControlFactory
          A skeleton implementation of the ControlFactory interface 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 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 ApplicationServicesAccessor in org.springframework.richclient.form
 

Subclasses of ApplicationServicesAccessor 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 ApplicationServicesAccessor in org.springframework.richclient.form.binding.support
 

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.form.binding.support
 class AbstractBinder
           
 class AbstractBinding
          Default base implementation of Binding.
 class AbstractCRUDBinding
           
 class CustomBinding
          A 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 AbstractListBinder
          Abstract base class for list bindings.
 class AbstractListBinding
           
 class CheckBoxBinder
           
 class ComboBoxBinder
           
 class ComboBoxBinding
          TODO: support for filters
 class EnumComboBoxBinder
          Binds 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 EnumRadioButtonBinder
          Radio button binder for enum values.
 class EnumRadioButtonBinding
          Radiobutton binding for Enum values.
 class FileChooserBinding
           
 class FormattedTextFieldBinder
           
 class FormattedTextFieldBinding
          TODO: this is probably very broken.
 class JXSearchFieldBinder
          Binder that shows a JXSearchField instead of a simple JTextField
 class LabelBinder
           
 class LabelBinding
           
 class LabeledEnumComboBoxBinder
           
 class LabeledEnumComboBoxBinding
           
 class ListBinder
           
 class ListBinding
           
 class NumberBinder
          Binder for numeric fields.
 class NumberBinding
          Binding to handle Numbers.
 class ScrollPaneBinder
          A binder that binds a scroll pane and the scroll pane's view.
 class ShuttleListBinder
          Binder for handling ShuttleList component.
 class ShuttleListBinding
          Binding to manage a ShuttleList component.
 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 AbstractDateFieldBinder
          Abstract base class for java.util.Date binders.
 class AbstractDateFieldBinding
          Abstract base class for java.util.Date bindings
 class JCalendarDateFieldBinder
           
 class JCalendarDateFieldBinding
          Binds a Date to a JCalendar JDateChooser
 class JXDatePickerDateFieldBinder
           
 class JXDatePickerDateFieldBinding
          Binds a Date to a JXDatePicker
 class NachoCalendarDateFieldBinder
          Binds a Date to a NachoCalendar DateField
 class NachoCalendarDateFieldBinding
          Binds a Date to a NachoCalendar 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 DocumentBindingDialog
          This dialog shows how the TextComponentBinder can be used to create a binding with a specific Document as model behind the JTextField.
 class GenericKeyMapBindingDialog
           
 class ListSelectionBindingDialog
           
 class ParentChildFormDialog
           
 class RadioButtonEnumDialog
           
 class ShuttleListBindingDialog
          This 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 ShuttleSortableTableDialog
          This sample shows a ShuttleSortableTableModel being 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 BasicApplicationDialog
           Very simple dialog showing only the basics.
 class BasicConfirmationDialog
          Shows 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 AbstractReporterForm
          A Form with a JTextArea that 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 BasicRegExpConstraintDialog
          Show a basic dialog with a regular expression input field and a value input field.
 class StringLenghtConstraintDialog
          Dialog showing a number of fields to manipulate the StringLengthConstraint and 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 ContactForm
          Form to handle the properties of a Contact object.
 class ContactPropertiesDialog
          This is a dialog for editing 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 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 ScriptedView
          A View implementation that uses ScriptEngine to build its control.
 

Uses of ApplicationServicesAccessor in org.springframework.richclient.security
 

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.security
 class LoginForm
          This 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 ListSelectionDialogBinder
          Binder for SelectField.
 class ListSelectionDialogBinding
          Binding 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 SelectField
          SelectField base class.
 class SimpleSelectField
          SelectField implementation using a single JTextField.
 

Uses of ApplicationServicesAccessor in org.springframework.richclient.selection.dialog
 

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.selection.dialog
 class AbstractSelectionDialog
          Base class for selection dialogs.
 class FilterListSelectionDialog
          Filtered ListSelectionDialog.
 class ListSelectionDialog
          A ListSelectionDialog can 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 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 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 AbstractWidget
          Default behavior implementation of AbstractWidget
 class AbstractWidgetForm
          Provides an easy way to create widgets based on an AbstractForm.
 class ButtonSwitcherWidget
           
 class HTMLViewWidget
          HTMLViewingWidget generates a component to view HTML data
 class ImageViewWidget
          ImageViewingWidget generates a component to view an image.
 class ScreenSimulationWidget
          A widget that enables to mimic a screen.
 class TitledWidgetForm
          A decorator to add a TitlePane to a Form.
 class WidgetView
          View implementation to show a widget
 

Uses of ApplicationServicesAccessor in org.springframework.richclient.widget.editor
 

Subclasses of ApplicationServicesAccessor in org.springframework.richclient.widget.editor
 class AbstractDataEditorWidget
          AbstractDataEditorWidget 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 DefaultDataEditorWidget
          DefaultDataEditorWidget 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 AbstractWizard
          A convenience implementation of the Wizard interface.
 class AbstractWizardPage
           
 class ExtendedWizardDialog
          Wizard dialog that additionally adds a panel to the dialog showing the page path and the current page.
 class FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 class WizardDialog
          Dialog for wizards.
 



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