A B C D E F G H I J K L M N O P Q R S T U V W X

A

AboutBox - Class in org.springframework.richclient.application.support
An implementation of an about box in a dialog.
AboutBox() - Constructor for class org.springframework.richclient.application.support.AboutBox
 
AboutBox.AboutDialog - Class in org.springframework.richclient.application.support
 
AboutBox.AboutDialog() - Constructor for class org.springframework.richclient.application.support.AboutBox.AboutDialog
 
AboutBox.HtmlScroller - Class in org.springframework.richclient.application.support
A panel that scrolls the content of a HTML document.
AboutBox.HtmlScroller(boolean, int, int, int) - Constructor for class org.springframework.richclient.application.support.AboutBox.HtmlScroller
Created a new HtmlScroller.
AboutCommand - Class in org.springframework.richclient.command.support
 
AboutCommand() - Constructor for class org.springframework.richclient.command.support.AboutCommand
 
AbstractActionCommandExecutor - Class in org.springframework.richclient.command.support
 
AbstractActionCommandExecutor() - Constructor for class org.springframework.richclient.command.support.AbstractActionCommandExecutor
 
AbstractApplicationPage - Class in org.springframework.richclient.application.support
Abstract "convenience" implementation of ApplicationPage.
AbstractApplicationPage() - Constructor for class org.springframework.richclient.application.support.AbstractApplicationPage
 
AbstractApplicationPage(ApplicationWindow, PageDescriptor) - Constructor for class org.springframework.richclient.application.support.AbstractApplicationPage
 
AbstractApplicationWindow - Class in org.springframework.richclient.application.support
Abstract helper implementation for ApplicationWindow.
AbstractApplicationWindow() - Constructor for class org.springframework.richclient.application.support.AbstractApplicationWindow
 
AbstractApplicationWindow(int) - Constructor for class org.springframework.richclient.application.support.AbstractApplicationWindow
 
AbstractBinaryClosure - Class in org.springframework.rules.closure
Conveneince support class for binary closures.
AbstractBinaryClosure() - Constructor for class org.springframework.rules.closure.AbstractBinaryClosure
 
AbstractBinaryConstraint - Class in org.springframework.rules.constraint
 
AbstractBinaryConstraint() - Constructor for class org.springframework.rules.constraint.AbstractBinaryConstraint
 
AbstractBinder - Class in org.springframework.richclient.form.binding.support
 
AbstractBinder(Class) - Constructor for class org.springframework.richclient.form.binding.support.AbstractBinder
 
AbstractBinder(Class, String[]) - Constructor for class org.springframework.richclient.form.binding.support.AbstractBinder
 
AbstractBinderSelectionStrategy - Class in org.springframework.richclient.form.binding.support
Default implementation of BinderSelectionStrategy.
AbstractBinderSelectionStrategy(Class) - Constructor for class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
AbstractBinding - Class in org.springframework.richclient.form.binding.support
Default base implementation of Binding.
AbstractBinding(FormModel, String, Class) - Constructor for class org.springframework.richclient.form.binding.support.AbstractBinding
 
AbstractBindingFactory - Class in org.springframework.richclient.form.binding.support
Abstract base implementation of BindingFactory.
AbstractBindingFactory(FormModel) - Constructor for class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
AbstractCellRenderer - Class in org.springframework.richclient.util
Convenient superclass that encapsulates common rendering code for an object applied to different controls.
AbstractCellRenderer() - Constructor for class org.springframework.richclient.util.AbstractCellRenderer
 
AbstractClosure - Class in org.springframework.core.closure.support
Convenience implementation for the closure interface.
AbstractClosure() - Constructor for class org.springframework.core.closure.support.AbstractClosure
 
AbstractCommand - Class in org.springframework.richclient.command
Base class for commands.
AbstractCommand() - Constructor for class org.springframework.richclient.command.AbstractCommand
Default constructor.
AbstractCommand(String) - Constructor for class org.springframework.richclient.command.AbstractCommand
Constructor providing an id for configuration.
AbstractCommand(String, String) - Constructor for class org.springframework.richclient.command.AbstractCommand
Constructor providing id and encodedLabel.
AbstractCommand(String, String, Icon, String) - Constructor for class org.springframework.richclient.command.AbstractCommand
Constructor providing id and a number of parameters to create a default CommandFaceDescriptor.
AbstractCommand(String, CommandFaceDescriptor) - Constructor for class org.springframework.richclient.command.AbstractCommand
Constructor providing an id and the default FaceDescriptor.
AbstractCommand(String, Map) - Constructor for class org.springframework.richclient.command.AbstractCommand
Constructor providing an id and a number of FaceDescriptors.
AbstractConfigurableBeanPostProcessor - Class in org.springframework.richclient.context.support
 
AbstractConfigurableBeanPostProcessor(MessageSource) - Constructor for class org.springframework.richclient.context.support.AbstractConfigurableBeanPostProcessor
 
AbstractConstraint - Class in org.springframework.core.closure.support
Convenient class that uses the Algorithms on its own instance.
AbstractConstraint() - Constructor for class org.springframework.core.closure.support.AbstractConstraint
 
AbstractConstraint - Class in org.springframework.rules.constraint
 
AbstractConstraint() - Constructor for class org.springframework.rules.constraint.AbstractConstraint
 
AbstractControlFactory - Class in org.springframework.richclient.factory
A skeleton implementation of the ControlFactory interface that only creates it's control when requested.
AbstractControlFactory() - Constructor for class org.springframework.richclient.factory.AbstractControlFactory
Creates a new uninitialized AbstractControlFactory.
AbstractDateFieldBinder - Class in org.springframework.richclient.form.binding.swing.date
Abstract base class for java.util.Date binders.
AbstractDateFieldBinder(String[]) - Constructor for class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinder
 
AbstractDateFieldBinding - Class in org.springframework.richclient.form.binding.swing.date
Abstract base class for java.util.Date bindings
AbstractDateFieldBinding(FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinding
 
AbstractDerivedValueModel - Class in org.springframework.binding.value.support
Abstract base class for value models that derive their value from one or more "source" value model.
AbstractDerivedValueModel(ValueModel[]) - Constructor for class org.springframework.binding.value.support.AbstractDerivedValueModel
Create a derivedValueModel based on the given sourceValueModels.
AbstractDetailForm - Class in org.springframework.richclient.form
This is an abstract base implementation of the detail side of a Master/Detail form pair.
AbstractDetailForm(FormModel, String, ObservableList) - Constructor for class org.springframework.richclient.form.AbstractDetailForm
 
AbstractDetailForm(HierarchicalFormModel, String, ValueModel, ObservableList) - Constructor for class org.springframework.richclient.form.AbstractDetailForm
Construct a detail form using the provided parent form model (we will construct our own form model as a child of the parent model).
AbstractDialogExceptionHandler - Class in org.springframework.richclient.exceptionhandling
Logs a throwable and shows a dialog about it to the user.
AbstractDialogExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
AbstractDialogPage - Class in org.springframework.richclient.dialog
A convenience implementation of the DialogPage interface.
AbstractDialogPage(String) - Constructor for class org.springframework.richclient.dialog.AbstractDialogPage
Creates a new dialog page.
AbstractDialogPage(String, boolean) - Constructor for class org.springframework.richclient.dialog.AbstractDialogPage
Creates a new dialog page.
AbstractDialogPage(String, boolean, String) - Constructor for class org.springframework.richclient.dialog.AbstractDialogPage
Creates a new dialog page with the given title.
AbstractDialogPage(String, boolean, String, Image) - Constructor for class org.springframework.richclient.dialog.AbstractDialogPage
Creates a new dialog page with the given title and image.
AbstractElementGenerator - Class in org.springframework.core.closure.support
Base superclass for process templates.
AbstractElementGenerator() - Constructor for class org.springframework.core.closure.support.AbstractElementGenerator
Default constructor.
AbstractElementGenerator(boolean) - Constructor for class org.springframework.core.closure.support.AbstractElementGenerator
Constructor.
AbstractElementGeneratorWorkflow - Class in org.springframework.core.closure.support
Convenient class to implement workflow.
AbstractElementGeneratorWorkflow() - Constructor for class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
 
AbstractElementGeneratorWorkflow(boolean) - Constructor for class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
 
AbstractExceptionHandlerDelegate - Class in org.springframework.richclient.exceptionhandling.delegation
Superclass for delegate implementations
AbstractExceptionHandlerDelegate() - Constructor for class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
AbstractExceptionHandlerDelegate(Thread.UncaughtExceptionHandler) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
AbstractFilteredListModel - Class in org.springframework.richclient.list
 
AbstractFilteredListModel(ListModel) - Constructor for class org.springframework.richclient.list.AbstractFilteredListModel
 
AbstractForm - Class in org.springframework.richclient.form
Base implementation of a Form.
AbstractForm() - Constructor for class org.springframework.richclient.form.AbstractForm
Default constructor will use the uncapitalized simplename of the class to construct its id.
AbstractForm(String) - Constructor for class org.springframework.richclient.form.AbstractForm
Id configurable constructor.
AbstractForm(Object) - Constructor for class org.springframework.richclient.form.AbstractForm
Convenience constructor which creates a FormModel by calling FormModelHelper.createFormModel(Object).
AbstractForm(FormModel) - Constructor for class org.springframework.richclient.form.AbstractForm
Create an AbstractForm with the given FormModel.
AbstractForm(FormModel, String) - Constructor for class org.springframework.richclient.form.AbstractForm
Create an AbstractForm.
AbstractForm(HierarchicalFormModel, String, String) - Constructor for class org.springframework.richclient.form.AbstractForm
Create a Form with a FormModel that has a child-parent relation with the provided parentFormModel.
AbstractForm(HierarchicalFormModel, String, ValueModel) - Constructor for class org.springframework.richclient.form.AbstractForm
Create a Form with a FormModel that has a child-parent relation with the provided parentFormModel.
AbstractFormBuilder - Class in org.springframework.richclient.form.builder
Base class for form builders.
AbstractFormBuilder(BindingFactory) - Constructor for class org.springframework.richclient.form.builder.AbstractFormBuilder
Default constructor providing the BindingFactory.
AbstractFormComponentInterceptor - Class in org.springframework.richclient.form.builder.support
Abstract base for FormComponentInterceptorFactory with formModel handling.
AbstractFormComponentInterceptor() - Constructor for class org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
 
AbstractFormComponentInterceptor(FormModel) - Constructor for class org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
 
AbstractFormComponentStatusBarInterceptor - Class in org.springframework.richclient.form.builder.support
Abstract base class for showing text in the status bar when the form component gains focus.
AbstractFormComponentStatusBarInterceptor() - Constructor for class org.springframework.richclient.form.builder.support.AbstractFormComponentStatusBarInterceptor
 
AbstractFormModel - Class in org.springframework.binding.form.support
Base implementation of HierarchicalFormModel and ConfigurableFormModel subclasses need only implement the 4 value model interception methods.
AbstractFormModel() - Constructor for class org.springframework.binding.form.support.AbstractFormModel
 
AbstractFormModel(Object) - Constructor for class org.springframework.binding.form.support.AbstractFormModel
 
AbstractFormModel(Object, boolean) - Constructor for class org.springframework.binding.form.support.AbstractFormModel
 
AbstractFormModel(ValueModel, boolean) - Constructor for class org.springframework.binding.form.support.AbstractFormModel
 
AbstractFormModel(MutablePropertyAccessStrategy, boolean) - Constructor for class org.springframework.binding.form.support.AbstractFormModel
 
AbstractFormModel.ChildStateChangeHandler - Class in org.springframework.binding.form.support
Listener to be registered on properties of child form models and other valueModels.
AbstractFormModel.ChildStateChangeHandler() - Constructor for class org.springframework.binding.form.support.AbstractFormModel.ChildStateChangeHandler
 
AbstractFormModel.ConvertingValueModelKey - Class in org.springframework.binding.form.support
Class for keys in the convertingValueModels map.
AbstractFormModel.ConvertingValueModelKey(String, Class) - Constructor for class org.springframework.binding.form.support.AbstractFormModel.ConvertingValueModelKey
 
AbstractFormModel.ParentStateChangeHandler - Class in org.springframework.binding.form.support
Listener to be registered on properties of the parent form model.
AbstractFormModel.ParentStateChangeHandler() - Constructor for class org.springframework.binding.form.support.AbstractFormModel.ParentStateChangeHandler
 
AbstractFormUIProvider - Class in org.springframework.richclient.form
Abstract FormUIProvider implementation.
AbstractFormUIProvider() - Constructor for class org.springframework.richclient.form.AbstractFormUIProvider
 
AbstractIndexAdapter - Class in org.springframework.binding.value.support
Base implementation of an IndexAdapter which provides basic index storing.
AbstractIndexAdapter() - Constructor for class org.springframework.binding.value.support.AbstractIndexAdapter
 
AbstractListBinder - Class in org.springframework.richclient.form.binding.swing
Abstract base class for list bindings.
AbstractListBinder(Class) - Constructor for class org.springframework.richclient.form.binding.swing.AbstractListBinder
Creates a new instance by defining a type for the form fields and using the default context keys SELECTABLE_ITEMS_KEY, COMPARATOR_KEY and FILTER_KEY
AbstractListBinder(Class, String[]) - Constructor for class org.springframework.richclient.form.binding.swing.AbstractListBinder
Creates a new instance by defining a type for the form fields and using the given context keys
AbstractListBinding - Class in org.springframework.richclient.form.binding.swing
 
AbstractListBinding(JComponent, FormModel, String, Class) - Constructor for class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
AbstractListSelectionGuard - Class in org.springframework.richclient.list
This class applies a guard to a Guarded object that enables the guarded object bsaed on the contents of the selection model value.
AbstractListSelectionGuard(ValueModel, Guarded) - Constructor for class org.springframework.richclient.list.AbstractListSelectionGuard
Constructor.
AbstractLoggingExceptionHandler - Class in org.springframework.richclient.exceptionhandling
Superclass of logging exception handlers.
AbstractLoggingExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
 
AbstractMasterForm - Class in org.springframework.richclient.form
Abstract base for the Master form of a Master/Detail pair.
AbstractMasterForm(HierarchicalFormModel, String, String, Class) - Constructor for class org.springframework.richclient.form.AbstractMasterForm
Construct a new AbstractMasterForm using the given parent form model and property path.
AbstractMasterForm.ListSelectionHandler - Class in org.springframework.richclient.form
Inner class to handle the list selection and installing the selection into the detail form.
AbstractMasterForm.ListSelectionHandler() - Constructor for class org.springframework.richclient.form.AbstractMasterForm.ListSelectionHandler
 
AbstractMemberPropertyAccessor - Class in org.springframework.richclient.beans
PropertyAccessor implementation that determines property types by field, if available.
AbstractMemberPropertyAccessor(Class, boolean) - Constructor for class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Creates a new AbstractMemberPropertyAccessor.
AbstractNestedMemberPropertyAccessor - Class in org.springframework.richclient.beans
This implementation extends AbstractMemberPropertyAccessor with the functionality of nested property handling.
AbstractNestedMemberPropertyAccessor(Class, boolean, boolean) - Constructor for class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
AbstractNestedMemberPropertyAccessor(AbstractNestedMemberPropertyAccessor, String) - Constructor for class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
AbstractObjectTable - Class in org.springframework.richclient.table.support
This class provides a standard table representation for a set of objects with properties of the objects presented in the columns of the table.
AbstractObjectTable(String, String[]) - Constructor for class org.springframework.richclient.table.support.AbstractObjectTable
Constructor.
AbstractPageDescriptor - Class in org.springframework.richclient.application.support
Abstract base class for PageDescriptor implementations.
AbstractPageDescriptor() - Constructor for class org.springframework.richclient.application.support.AbstractPageDescriptor
 
AbstractPropertyAccessStrategy - Class in org.springframework.binding.support
An abstract implementation of MutablePropertyAccessStrategy that provides support for concrete implementations.
AbstractPropertyAccessStrategy(Object) - Constructor for class org.springframework.binding.support.AbstractPropertyAccessStrategy
Creates a new instance of AbstractPropertyAccessStrategy that will provide access to the properties of the provided object.
AbstractPropertyAccessStrategy(ValueModel) - Constructor for class org.springframework.binding.support.AbstractPropertyAccessStrategy
Creates a new instance of AbstractPropertyAccessStrategy that will provide access to the object contained by the provided value model.
AbstractPropertyAccessStrategy(AbstractPropertyAccessStrategy, String) - Constructor for class org.springframework.binding.support.AbstractPropertyAccessStrategy
Creates a child instance of AbstractPropertyAccessStrategy that will delegate to its parent for property access.
AbstractPropertyChangePublisher - Class in org.springframework.binding.value.support
Base implementation of the PropertyChangePublisher interface providing basic listener support.
AbstractPropertyChangePublisher() - Constructor for class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
AbstractPropertyConstraint - Class in org.springframework.rules.constraint.property
Convenience superclass for bean property expressions.
AbstractPropertyConstraint() - Constructor for class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
AbstractPropertyConstraint(String) - Constructor for class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
AbstractRegisterableExceptionHandler - Class in org.springframework.richclient.exceptionhandling
Uses 1.5 API.
AbstractRegisterableExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.AbstractRegisterableExceptionHandler
 
AbstractReporterForm - Class in org.springframework.richclient.samples.showcase.util
A Form with a JTextArea that can be used to show some useful messages.
AbstractReporterForm(FormModel) - Constructor for class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
AbstractReporterForm(FormModel, String) - Constructor for class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
AbstractReporterForm.LogPropertyChangeListener - Class in org.springframework.richclient.samples.showcase.util
 
AbstractReporterForm.LogPropertyChangeListener() - Constructor for class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.LogPropertyChangeListener
 
AbstractReporterForm.StateSynchronizingToggleCommand - Class in org.springframework.richclient.samples.showcase.util
 
AbstractReporterForm.StateSynchronizingToggleCommand(String) - Constructor for class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.StateSynchronizingToggleCommand
 
AbstractReporterTitledApplicationDialog - Class in org.springframework.richclient.samples.showcase.util
 
AbstractReporterTitledApplicationDialog() - Constructor for class org.springframework.richclient.samples.showcase.util.AbstractReporterTitledApplicationDialog
 
AbstractSecurityController - Class in org.springframework.richclient.security.support
Abstract implementation of a security controller.
AbstractSecurityController() - Constructor for class org.springframework.richclient.security.support.AbstractSecurityController
Constructor.
AbstractSelectionDialog - Class in org.springframework.richclient.selection.dialog
Base class for selection dialogs.
AbstractSelectionDialog(String, Window) - Constructor for class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
AbstractSettings - Class in org.springframework.richclient.settings
Abstract Settings implementation.
AbstractSettings(Settings, String) - Constructor for class org.springframework.richclient.settings.AbstractSettings
 
AbstractSplashScreen - Class in org.springframework.richclient.application.splash
An abstract helper implementation of the SplashScreen interface.
AbstractSplashScreen() - Constructor for class org.springframework.richclient.application.splash.AbstractSplashScreen
 
AbstractTableMasterForm - Class in org.springframework.richclient.form
This is an abstract implementation of AbstractMasterForm that uses a GlazedTableModel and JTable to represent the master information.
AbstractTableMasterForm(HierarchicalFormModel, String, String, Class) - Constructor for class org.springframework.richclient.form.AbstractTableMasterForm
Construct a new AbstractTableMasterForm using the given parent form model and property path.
AbstractTableModelFilter - Class in org.springframework.richclient.table
 
AbstractTableModelFilter(TableModel) - Constructor for class org.springframework.richclient.table.AbstractTableModelFilter
 
AbstractTreeModel - Class in org.springframework.richclient.tree
 
AbstractTreeModel(Object) - Constructor for class org.springframework.richclient.tree.AbstractTreeModel
 
AbstractTreeModel(ValueModel) - Constructor for class org.springframework.richclient.tree.AbstractTreeModel
 
AbstractValueModel - Class in org.springframework.binding.value.support
An abstract class that minimizes the effort required to implement the ValueModel interface.
AbstractValueModel() - Constructor for class org.springframework.binding.value.support.AbstractValueModel
 
AbstractValueModelAdapter - Class in org.springframework.binding.value.support
Abstract base class for objects that adapt a value model to some other model.
AbstractValueModelAdapter(ValueModel) - Constructor for class org.springframework.binding.value.support.AbstractValueModelAdapter
 
AbstractValueModelWrapper - Class in org.springframework.binding.value.support
 
AbstractValueModelWrapper(ValueModel) - Constructor for class org.springframework.binding.value.support.AbstractValueModelWrapper
 
AbstractView - Class in org.springframework.richclient.application.support
 
AbstractView() - Constructor for class org.springframework.richclient.application.support.AbstractView
 
AbstractWizard - Class in org.springframework.richclient.wizard
A convenience implementation of the Wizard interface.
AbstractWizard() - Constructor for class org.springframework.richclient.wizard.AbstractWizard
Creates a new uninitialized AbstractWizard.
AbstractWizard(String) - Constructor for class org.springframework.richclient.wizard.AbstractWizard
Creates a new AbstractWizard with the given identifier.
AbstractWizardPage - Class in org.springframework.richclient.wizard
 
AbstractWizardPage(String) - Constructor for class org.springframework.richclient.wizard.AbstractWizardPage
Creates a wizard page.
AbstractWizardPage(String, boolean) - Constructor for class org.springframework.richclient.wizard.AbstractWizardPage
Creates a new wizard page.
AbstractWizardPage(String, boolean, String) - Constructor for class org.springframework.richclient.wizard.AbstractWizardPage
Creates a new wizard page with the given title.
AbstractWizardPage(String, boolean, String, Image) - Constructor for class org.springframework.richclient.wizard.AbstractWizardPage
Creates a new wizard page with the given title and image.
accept(File) - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
ACTION_COMMAND_PARAMETER_KEY - Static variable in class org.springframework.richclient.command.ActionCommand
 
ACTION_COMMAND_PROPERTY - Static variable in class org.springframework.richclient.command.ActionCommand
 
ACTION_EVENT_PARAMETER_KEY - Static variable in class org.springframework.richclient.command.ActionCommand
 
ActionCommand - Class in org.springframework.richclient.command
 
ActionCommand() - Constructor for class org.springframework.richclient.command.ActionCommand
 
ActionCommand(String) - Constructor for class org.springframework.richclient.command.ActionCommand
 
ActionCommand(String, CommandFaceDescriptor) - Constructor for class org.springframework.richclient.command.ActionCommand
 
ActionCommand(String, String) - Constructor for class org.springframework.richclient.command.ActionCommand
 
ActionCommand(String, String, Icon, String) - Constructor for class org.springframework.richclient.command.ActionCommand
 
ActionCommandExecutor - Interface in org.springframework.richclient.command
This interface is to be implemented by objects that are able to execute an action command.
ActionCommandInterceptor - Interface in org.springframework.richclient.command
Implementations of this interface can be assigned to an action command to intercept command execution.
ActionCommandInterceptorAdapter - Class in org.springframework.richclient.command.support
 
ActionCommandInterceptorAdapter() - Constructor for class org.springframework.richclient.command.support.ActionCommandInterceptorAdapter
 
actionPerformed(ActionEvent) - Method in class org.springframework.richclient.command.SwingActionAdapter
Delegates the handling of the given event to the underlying command.
adaptedValueChanged(Object) - Method in class org.springframework.binding.value.support.AbstractValueModelAdapter
Subclasses must called this when the value being adapted has changed.
adaptPageCompletetoGuarded(DialogPage, Guarded) - Static method in class org.springframework.richclient.dialog.support.DialogPageUtils
Create an adapter that will monitor the page complete status of the dialog page and adapt it to operations on the provided Guarded object.
add(String) - Method in interface org.springframework.binding.form.ConfigurableFormModel
Add a valueModel for the given property.
add(String, ValueModel) - Method in interface org.springframework.binding.form.ConfigurableFormModel
Add the given valueModel as wrapper for the given property.
add(String, ValueModel, FieldMetadata) - Method in interface org.springframework.binding.form.ConfigurableFormModel
Add the given valueModel as wrapper for the given property.
add(String) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
add(String, ValueModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
add(String, ValueModel, FieldMetadata) - Method in class org.springframework.binding.form.support.AbstractFormModel
Add the given valueModel as wrapper for the given property.
add(ValidationResultsModel) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
Add a validationResultsModel as a child to this one.
add(ValidationResultsModel) - Method in interface org.springframework.binding.validation.ValidationResultsModel
Add a validationResultsModel as a child to this one.
add(int, Object) - Method in class org.springframework.binding.value.support.ListListModel
 
add(Object) - Method in class org.springframework.binding.value.support.ListListModel
 
add(Closure) - Method in class org.springframework.core.closure.support.ClosureChain
Add the specified function to the set of functions aggregated by this function chain.
add(JInternalFrame) - Method in class org.springframework.richclient.application.mdi.ScrollingDesktopPane
 
add(ApplicationWindow) - Method in class org.springframework.richclient.application.WindowManager
Adds the given window to the set of windows managed by this window manager.
add(AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroup
 
add(AbstractCommand, boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
add(String, AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroup
 
add(String, AbstractCommand, boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
add(ToggleCommand) - Method in class org.springframework.richclient.command.ExclusiveCommandGroupSelectionController
 
add(GroupMember) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Attempts to add the given member to this expansion point.
add(Component) - Method in interface org.springframework.richclient.command.GroupContainerPopulator
Adds the given component to the underlying container.
add(GroupMember) - Method in class org.springframework.richclient.command.GroupMemberList
 
add(Component) - Method in class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
add(Component) - Method in class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
 
add(Component) - Method in class org.springframework.richclient.command.support.SimpleGroupContainerPopulator
Adds the given component to the underlying container.
add(String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form.
add(Binding) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field binding to the form.
add(String, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form.
add(Binding, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field binding to the form.
add(String, JComponent) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using the provided component.
add(String, JComponent, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using the provided component.
add(String, JComponent) - Method in interface org.springframework.richclient.form.FormBuilder
 
add(String, String, JComponent) - Method in interface org.springframework.richclient.form.FormBuilder
 
add(int, Object) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
add(Object) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
add(Contact) - Method in class org.springframework.richclient.samples.simple.domain.ContactDataStore
Add a new contact.
add(Object) - Method in class org.springframework.richclient.util.EventListenerListHelper
Adds listener to the list of registered listeners.
add(Constraint) - Method in class org.springframework.rules.constraint.CompoundConstraint
Add the specified constraint to the set of constraints aggregated by this compound constraint.
add(PropertyConstraint) - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
Add the specified predicate to the set of predicates aggregated by this compound predicate.
add(String, Object[], String) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
add(PropertyConstraint) - Method in class org.springframework.rules.Rules
Adds the provided bean property expression (constraint) to the list of constraints for the constrained property.
add(String, Constraint) - Method in class org.springframework.rules.Rules
Adds a value constraint for the specified property.
add(String, Constraint[]) - Method in class org.springframework.rules.Rules
Adds a value constraint for the specified property.
add(CompoundConstraint) - Method in class org.springframework.rules.Rules
Adds the provided compound predicate, composed of BeanPropertyExpression objects, as a bean property constraint.
addActionForKeyStroke(KeyStroke, Action) - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
addActionKeyBinding(KeyStroke, String) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Add an action key binding to this dialog.
addActionKeyBinding(KeyStroke, String, Action) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Add an action key binding to this dialog.
addActionListener(ActionListener) - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
 
addActionListener(ActionListener) - Method in class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
 
addActionListener(ActionListener) - Method in class org.springframework.richclient.list.LabeledEnumComboBoxEditor
 
addAll(Collection) - Method in class org.springframework.binding.value.support.ListListModel
 
addAll(int, Collection) - Method in class org.springframework.binding.value.support.ListListModel
 
addAll(Collection) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
addAll(int, Collection) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
addAll(Object[]) - Method in class org.springframework.richclient.util.EventListenerListHelper
Adds all the given listeners to the list of registered listeners.
addAll(List) - Method in class org.springframework.rules.constraint.CompoundConstraint
Add the list of constraints to the set of constraints aggregated by this compound constraint.
addAllMessages(ValidationResults) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
addAllMessages(Collection) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
addBinding(Binding, String, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
adds a field binding to the form.
addBinding(Binding, JComponent, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
adds a field binding to the form
addBinding(Binding, JComponent, String, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
adds a field binding to the form
addChangeListener(ChangeListener) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
addChild(HierarchicalFormModel) - Method in interface org.springframework.binding.form.HierarchicalFormModel
Adds a new child to the form model.
addChild(HierarchicalFormModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
Add child to this FormModel.
addChild(HierarchicalFormModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
addChildCommandContext(ApplicationContext) - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
Add a new child command context.
addChildForm(Form) - Method in class org.springframework.richclient.form.AbstractForm
Add a child (or sub) form to this form.
addChildForm(Form) - Method in interface org.springframework.richclient.form.Form
Add the given Form as a child to this Form.
addCommandInterceptor(ActionCommandInterceptor) - Method in class org.springframework.richclient.command.ActionCommand
 
addCommandInterceptor(String, ActionCommandInterceptor) - Method in interface org.springframework.richclient.command.CommandManager
 
addCommandInterceptor(String, ActionCommandInterceptor) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
addCommandRegistryListener(CommandRegistryListener) - Method in interface org.springframework.richclient.command.CommandRegistry
Adds the given listener to the colleciton of listeners that will be notified of registry events.
addCommandRegistryListener(CommandRegistryListener) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
addCommandRegistryListener(CommandRegistryListener) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Adds the given listener to the colleciton of listeners that will be notified of registry events.
addCommandsToGroupContainer(GroupContainerPopulator) - Method in class org.springframework.richclient.command.CommandGroup
Create a container with the given GroupContainerPopulator which will hold the members of this group.
addCommitListener(CommitListener) - Method in interface org.springframework.binding.form.FormModel
Adds the specified listener to the list if listeners notified when a commit happens.
addCommitListener(CommitListener) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
addCommitTriggerListener(CommitTriggerListener) - Method in class org.springframework.binding.value.CommitTrigger
Adds the provided listener to the list of listeners that will be notified whenever a commit or revert event is fired.
addComponentInternal(Component) - Method in class org.springframework.richclient.command.CommandGroup
 
addConfiguredTab(JTabbedPane, String, JComponent) - Method in interface org.springframework.richclient.factory.ComponentFactory
Adds a tab to the provided tabbed pane, configuring the tab's appearance from information retrieved using the labelKey property.
addConfiguredTab(JTabbedPane, String, JComponent) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
addControlledObject(Authorizable) - Method in interface org.springframework.richclient.security.SecurityController
Add an object to our controlled set.
addControlledObject(Authorizable) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Add an object to our controlled set.
addDialogComponents() - Method in class org.springframework.richclient.application.support.AboutBox.AboutDialog
 
addDialogComponents() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Subclasses may override to customize how this dialog is built.
addDialogComponents() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
addDockable(DockingDesktop, Dockable) - Method in interface org.springframework.richclient.application.docking.vldocking.VLDockingLayoutBuilder
 
addDockable(DockingDesktop, Dockable) - Method in interface org.springframework.richclient.application.docking.vldocking.VLDockingLayoutManager
 
addElement(Object) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
addElipses(String) - Static method in class org.springframework.richclient.util.LabelUtils
 
addEnabledListener(PropertyChangeListener) - Method in class org.springframework.richclient.command.AbstractCommand
Adds the given listener to the collection of listeners that will be notified when the command executor's enabled state changes.
addEnabledListener(PropertyChangeListener) - Method in interface org.springframework.richclient.command.GuardedActionCommandExecutor
Adds the given listener to the collection of listeners that will be notified when the command executor's enabled state changes.
addEnabledListener(PropertyChangeListener) - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
 
addExtension(String) - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Adds a filetype "dot" extension to filter against.
addForm(Form) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Adds a new page to the list of pages managed by this CompositeDialogPage.
addForm(DialogPage, Form) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Adds a new page to the tree.
addForm(Form) - Method in class org.springframework.richclient.wizard.AbstractWizard
Adds a new page to this wizard.
addFormObjectChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractForm
 
addFormValueChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractForm
 
addGapRow() - Method in interface org.springframework.richclient.form.FormBuilder
 
addGlue() - Method in class org.springframework.richclient.command.CommandGroup
 
addGlue(boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
addGlueInternal() - Method in class org.springframework.richclient.command.CommandGroup
 
addGroupListener(CommandGroupListener) - Method in class org.springframework.richclient.command.CommandGroup
 
addGuarded(Guarded) - Method in class org.springframework.richclient.core.GuardedGroup
 
addGuarded(Guarded) - Method in class org.springframework.richclient.form.AbstractForm
 
addGuarded(Guarded, int) - Method in class org.springframework.richclient.form.AbstractForm
 
addGuarded(Guarded) - Method in interface org.springframework.richclient.form.Form
Attach the given Guarded object with the default mask to the formModel.
addGuarded(Guarded, int) - Method in interface org.springframework.richclient.form.Form
Attach the given Guarded object with the specified mask to the formModel.
addGuarded(Guarded, int) - Method in class org.springframework.richclient.form.FormGuard
Adds a guarded object to be guarded by this FormGuard
addGuardedHolder(ValueModel) - Method in class org.springframework.richclient.core.GuardedGroup
 
addIgnoredHibernateProperty(String) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Add a property for the Hibernate validator to ignore.
addInScrollPane(String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using the default binding.
addInScrollPane(String, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using the default binding.
addInScrollPane(Binding) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field binding to the form.
addInScrollPane(Binding, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field binding to the form.
addInternal(AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroup
 
addInvalidValues(InvalidValue[]) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Add all InvalidValues to the ValidationResults.
addLayoutComponent(String, Component) - Method in class org.springframework.richclient.util.OverlayHelper.SingleComponentLayoutManager
 
addLazyInternal(String) - Method in class org.springframework.richclient.command.CommandGroup
 
addListDataListener(ListDataListener) - Method in class org.springframework.binding.value.support.ObservableEventList
 
addListener(ApplicationListener) - Method in class org.springframework.richclient.application.support.ApplicationEventRedispatcher
Add a listener to our set.
addListSelectionListener(ListSelectionListener) - Method in class org.springframework.richclient.components.ShuttleList
Adds a listener to the list that's notified each time a change to the selection occurs.
addMaxLength(String, int) - Method in class org.springframework.rules.Rules
 
addMessage(ValidationMessage) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
addMessage(String, Severity, String) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
addMessage(ValidationMessage) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
addMessageMonitor(DialogPage, Messagable) - Static method in class org.springframework.richclient.dialog.support.DialogPageUtils
Add a message monitor.
addMethod(String, String) - Method in interface org.springframework.binding.form.ConfigurableFormModel
Add a valueModel that holds a derived value computed by invoking the given method with the given property as argument on the formModel.
addMethod(String, String[]) - Method in interface org.springframework.binding.form.ConfigurableFormModel
Add a valueModel that holds a derived value computed by invoking the given method with a number of other properties as arguments on the formModel.
addMethod(String, String) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
addMethod(String, String[]) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
addMinLength(String, int) - Method in class org.springframework.rules.Rules
 
addPage(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Adds a DialogPage to the list of pages managed by this CompositeDialogPage.
addPage(DialogPage) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Adds a DialogPage to the tree.
addPage(DialogPage, DialogPage) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Adds a DialogPage to the tree.
addPage(WizardPage) - Method in class org.springframework.richclient.wizard.AbstractWizard
Adds a new page to this wizard.
addPage(String, WizardPage) - Method in class org.springframework.richclient.wizard.AbstractWizard
Adds a new page to this wizard.
addPageComponent(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
Adds the pageComponent to the components list while registering listeners and firing appropriate events.
addPageComponentListener(PageComponentListener) - Method in interface org.springframework.richclient.application.ApplicationPage
 
addPageComponentListener(PageComponentListener) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
addPageListener(PageListener) - Method in interface org.springframework.richclient.application.ApplicationWindow
 
addPageListener(PageListener) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
addPages() - Method in class org.springframework.richclient.application.setup.SetupWizard
 
addPages(DialogPage[]) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Adds an array DialogPage to the list of pages managed by this CompositeDialogPage.
addPages() - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Subclasses should extend if extra pages need to be added before the composite creates its control.
addPages(DialogPage, DialogPage[]) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Adds a group DialogPages to the tree.
addPages() - Method in class org.springframework.richclient.samples.petclinic.ui.NewOwnerWizard
 
addPages() - Method in class org.springframework.richclient.samples.showcase.wizard.InstallWizard
 
addPages() - Method in class org.springframework.richclient.wizard.AbstractWizard
This implementation of Wizard.addPages() does nothing.
addPages() - Method in interface org.springframework.richclient.wizard.Wizard
Adds any last-minute pages to this wizard.
addParameter(Object, Object) - Method in class org.springframework.richclient.command.ActionCommand
 
addPasswordField(String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using a password component.
addPasswordField(String, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using a password component.
addPreferencePage(PreferencePage) - Method in class org.springframework.richclient.preference.PreferenceDialog
 
addPreferencePage(PreferencePage, PreferencePage) - Method in class org.springframework.richclient.preference.PreferenceDialog
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
addPropertyChangeListener(Object, String, PropertyChangeListener) - Static method in class org.springframework.binding.support.PropertyChangeSupportUtils
Adds a named property change listener to the given JavaBean.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.springframework.binding.value.PropertyChangePublisher
Register a listener to all properties of this publisher.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.springframework.binding.value.PropertyChangePublisher
Register a listener to a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.application.support.AbstractView
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.application.support.AbstractView
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.application.WindowManager
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.application.WindowManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.control.Tab
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.control.Tab
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitlePane
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitlePane
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractDetailForm
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractDetailForm
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.settings.AbstractSettings
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.settings.AbstractSettings
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.springframework.richclient.settings.Settings
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.springframework.richclient.settings.Settings
 
addRange(String, Range) - Method in class org.springframework.rules.Rules
 
addRequired(String) - Method in class org.springframework.rules.Rules
 
addRequired(String, Constraint) - Method in class org.springframework.rules.Rules
 
Address - Class in org.springframework.richclient.samples.simple.domain
This class provides a simple domain object to hold a single US address.
Address() - Constructor for class org.springframework.richclient.samples.simple.domain.Address
 
ADDRESS_FORM_PAGE - Static variable in class org.springframework.richclient.samples.petclinic.ui.OwnerAddressForm
 
addRow(ControlFactory) - Method in interface org.springframework.richclient.form.FormBuilder
 
addRow(Object) - Method in class org.springframework.richclient.table.BaseTableModel
Adds the given row to the end of the list of existing rows in the table model.
addRow(Object) - Method in interface org.springframework.richclient.table.MutableTableModel
Adds the given row to the end of the list of existing rows in the table model.
addRows(List) - Method in class org.springframework.richclient.table.BaseTableModel
Adds the given rows to the end of the list of existing rows in the table model.
addRows(List) - Method in interface org.springframework.richclient.table.MutableTableModel
Adds the given rows to the end of the list of existing rows in the table model.
addRules(Rules) - Method in class org.springframework.rules.support.DefaultRulesSource
Add or update the rules for a single bean class.
addRules(String, Rules) - Method in class org.springframework.rules.support.DefaultRulesSource
 
addSelector(String, Constraint) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using a selector component.
addSelector(String, Constraint, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using a selector component.
addSeparator() - Method in class org.springframework.richclient.command.CommandGroup
 
addSeparator(boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
addSeparator() - Method in interface org.springframework.richclient.command.GroupContainerPopulator
Adds a separator to the underlying container.
addSeparator() - Method in class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
addSeparator() - Method in class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
 
addSeparator() - Method in class org.springframework.richclient.command.support.SimpleGroupContainerPopulator
Adds a separator to the underlying container.
addSeparator(String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds a labeled separator to the form.
addSeparator(String, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds a labeled separator to the form
addSeparator() - Method in interface org.springframework.richclient.form.FormBuilder
 
addSeparatorInternal() - Method in class org.springframework.richclient.command.CommandGroup
 
addSortLevel(int, SortOrder) - Method in class org.springframework.richclient.table.ColumnSortList
 
addTab(Tab) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
addTab(int, Tab) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
addTextArea(String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using a text area component which is wrapped inside a scrollpane.
addTextArea(String, String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Adds the field to the form by using a text area component which is wrapped inside a scrollpane.
addToNonSingletonListeners(Object) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
Add a non-singleton bean instance to our list for later notification.
addTreeModelListener(TreeModelListener) - Method in class org.springframework.richclient.tree.AbstractTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addUserInputListener(UserInputListener) - Method in class org.springframework.richclient.swing.BigDecimalTextField
Add a UserInputListener.
addValidationListener(ValidationListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
addValidationListener(String, ValidationListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
addValidationListener(ValidationListener) - Method in interface org.springframework.binding.validation.ValidationResultsModel
Adds a listener that will be notified when there is any change to the set of validation messages.
addValidationListener(String, ValidationListener) - Method in interface org.springframework.binding.validation.ValidationResultsModel
Adds a listener that will be notified when there is any change to the set validation messages for the specified property.
addValidationListener(ValidationListener) - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
addValidationListener(ValidationListener) - Method in class org.springframework.richclient.form.AbstractForm
 
addValidationListener(ValidationListener) - Method in interface org.springframework.richclient.form.Form
Add a ValidationListener.
addValidationResultsReporter(ValidationResultsReporter) - Method in class org.springframework.richclient.form.AbstractForm
 
addValidationResultsReporter(ValidationResultsReporter) - Method in interface org.springframework.richclient.form.Form
Add a ValidationResultsReporter to this Form.
addValueChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
addValueChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractValueModel
 
addValueChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
addValueChangeListener(PropertyChangeListener) - Method in interface org.springframework.binding.value.ValueModel
Registers the given PropertyChangeListener with this ValueModel.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
addView(String) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
addView(String) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
addView(String) - Method in interface org.springframework.richclient.application.PageLayoutBuilder
 
addView(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationPage
 
addView(String) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
addWizardListener(WizardListener) - Method in class org.springframework.richclient.wizard.AbstractWizard
Add a listener to this wizard
addWizardListener(WizardListener) - Method in interface org.springframework.richclient.wizard.Wizard
Add a listener to this wizard
adjust(int) - Static method in class org.springframework.richclient.util.FontSizeAdjuster
 
adjustFont(double) - Method in class org.springframework.richclient.util.AdjustFontSizeCommand
 
AdjustFontSizeCommand - Class in org.springframework.richclient.util
 
AdjustFontSizeCommand() - Constructor for class org.springframework.richclient.util.AdjustFontSizeCommand
 
afterPropertiesSet() - Method in class org.springframework.richclient.application.Application
 
afterPropertiesSet() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
After properties are set, register the exceptionHandler.
afterPropertiesSet() - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
afterPropertiesSet() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
afterPropertiesSet() - Method in class org.springframework.richclient.application.support.AbstractPageDescriptor
 
afterPropertiesSet() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
afterPropertiesSet() - Method in class org.springframework.richclient.command.AbstractCommand
Performs initialisation and validation of this instance after its dependencies have been set.
afterPropertiesSet() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
afterPropertiesSet() - Method in class org.springframework.richclient.command.support.MethodInvokingActionCommandExecutor
 
afterPropertiesSet() - Method in class org.springframework.richclient.command.support.ShowPageCommand
Performs initialisation and validation of this instance after its dependencies have been set.
afterPropertiesSet() - Method in class org.springframework.richclient.command.support.ShowPageMenu
Called after dependencies have been set, populates this menu with action command objects that will each show a given page when executed.
afterPropertiesSet() - Method in class org.springframework.richclient.command.support.ShowViewCommand
Performs initialisation and validation of this instance after its dependencies have been set.
afterPropertiesSet() - Method in class org.springframework.richclient.command.support.ShowViewMenu
Called after dependencies have been set, populates this menu with action command objects that will each show a given view when executed.
afterPropertiesSet() - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
afterPropertiesSet() - Method in class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
 
afterPropertiesSet() - Method in class org.springframework.richclient.exceptionhandling.EmailNotifierErrorReporter
 
afterPropertiesSet() - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
afterPropertiesSet() - Method in class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
 
afterPropertiesSet() - Method in class org.springframework.richclient.form.GeneratedForm
 
afterPropertiesSet() - Method in class org.springframework.richclient.samples.petclinic.ui.binder.PetTypeBinder
 
afterPropertiesSet() - Method in class org.springframework.richclient.script.ScriptedView
 
afterPropertiesSet() - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Validate our configuration.
afterPropertiesSet() - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Ensure that we have an authentication manager to work with.
afterPropertiesSet() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettingsFactory
 
afterPropertiesSet() - Method in class org.springframework.rules.reporting.DefaultMessageTranslatorFactory
 
afterPropertiesSet() - Method in class org.springframework.rules.Rules
 
AlertMessageAreaPane - Class in org.springframework.richclient.dialog
MessagePane implementation used by MessageDialog.
AlertMessageAreaPane() - Constructor for class org.springframework.richclient.dialog.AlertMessageAreaPane
Creates a new uninitialized AlertMessageAreaPane.
AlertMessageAreaPane(Messagable) - Constructor for class org.springframework.richclient.dialog.AlertMessageAreaPane
Creates a new AlertMessageAreaPane that uses the given delegate as a message container.
Algorithms - Class in org.springframework.core.closure.support
Convenience utility class which provides a number of algorithms involving function objects such as closures and constraints.
Algorithms() - Constructor for class org.springframework.core.closure.support.Algorithms
 
AlgorithmsAccessor - Class in org.springframework.core.closure.support
Algorithms accessor support class, for convenient extending by subclasses.
AlgorithmsAccessor() - Constructor for class org.springframework.core.closure.support.AlgorithmsAccessor
 
ALIGN - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
alignIcons(MenuElement) - Static method in class org.springframework.richclient.util.MenuElementUtils
Align the icons.
alignment - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
Alignment - Class in org.springframework.richclient.util
 
all(Constraint[]) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
all(String, Constraint[]) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
all(Constraint[]) - Method in class org.springframework.rules.factory.Constraints
Return the conjunction (all constraint) for all constraints.
all(String, Constraint[]) - Method in class org.springframework.rules.factory.Constraints
Apply an "all" value constraint to the provided bean property.
all(Constraint[]) - Method in class org.springframework.rules.factory.PropertyConstraints
 
allTrue(Constraint) - Method in interface org.springframework.core.closure.ElementGenerator
Does this process produce all elements matching the given criteria?
allTrue(Collection) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
allTrue(Iterator) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
allTrue(Constraint) - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Does this process produce all elements matching the given criteria?
allTrue(Collection, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Returns true if all elements in the given collection meet the specified predicate condition.
allTrue(Iterator, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Returns true if all elements in the given collection meet the specified predicate condition.
allTrue(Collection, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
allTrue(Iterator, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
allTrue(Collection) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
allTrue(Iterator) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
alphaLevel - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
And - Class in org.springframework.rules.constraint
A "and" compound constraint (aka conjunction).
And() - Constructor for class org.springframework.rules.constraint.And
Creates a empty And conjunction.
And(Constraint, Constraint) - Constructor for class org.springframework.rules.constraint.And
"Ands" two constraints.
And(Constraint[]) - Constructor for class org.springframework.rules.constraint.And
"Ands" the specified constraints.
and(Constraint, Constraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
AND - Static variable in class org.springframework.rules.constraint.LogicalOperator
The AND operator
and(Constraint, Constraint) - Method in class org.springframework.rules.factory.Constraints
AND two constraints.
animation - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
AnnotationAwareBeanPropertyAccessStrategy - Class in org.springframework.binding.support
A JavaBean PropertyAccessStrategy that exposes JDK 1.5 Annotations for each property in the form of property level user metadata.
AnnotationAwareBeanPropertyAccessStrategy(Object) - Constructor for class org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategy
 
AnnotationAwareBeanPropertyAccessStrategy(ValueModel) - Constructor for class org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategy
 
AnnotationAwareBeanPropertyAccessStrategy(BeanPropertyAccessStrategy, String) - Constructor for class org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategy
 
AnnotationTranslator - Interface in org.springframework.binding.support
Provides a strategy for converting JDK 1.5 Annotations on JavaBean properties into 1.4 compatible property level user metadata.
AnnotationUtils - Class in org.springframework.richclient.util
General utility methods for working with annotations.
AnnotationUtils() - Constructor for class org.springframework.richclient.util.AnnotationUtils
 
any(Constraint[]) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
any(String, Constraint[]) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
any(Constraint[]) - Method in class org.springframework.rules.factory.Constraints
Return the disjunction (any constraint) for all constraints.
any(String, Constraint[]) - Method in class org.springframework.rules.factory.Constraints
Apply an "any" value constraint to the provided bean property.
any(Constraint[]) - Method in class org.springframework.rules.factory.PropertyConstraints
 
anyTrue(Constraint) - Method in interface org.springframework.core.closure.ElementGenerator
Does this process produce an element matching the given criteria?
anyTrue(Collection) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
anyTrue(Iterator) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
anyTrue(Constraint) - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Does this process produce an element matching the given criteria?
anyTrue(Collection, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Returns true if any elements in the given collection meet the specified predicate condition.
anyTrue(Iterator, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Returns true if any elements in the given collection meet the specified predicate condition.
anyTrue(Collection, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
anyTrue(Iterator, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
anyTrue(Collection) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
anyTrue(Iterator) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
append(GroupMember) - Method in class org.springframework.richclient.command.GroupMemberList
 
append(Component) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line, using the default insets and no expansion
append(Component, int, int) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line, using the default insets and no expansion
append(Component, int, int, boolean, boolean) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line, using the default insets
append(Component, int, int, boolean, boolean, Insets) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line
append(Component, int, int, int, int, boolean, boolean, Insets) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line
append(Component, int, int, double, double) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line, using the default insets
append(Component, int, int, double, double, Insets) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line
append(Component, int, int, int, int, double, double, Insets) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line
appendField(Component) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line.
appendField(Component, int) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given component to the end of the current line.
appendLabel(JLabel) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given label to the end of the current line.
appendLabel(JLabel, int) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends the given label to the end of the current line.
appendLabeledField(String) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, int) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, LabelOrientation) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, LabelOrientation, int) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, JComponent, LabelOrientation) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, JComponent, LabelOrientation, int) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, JComponent, LabelOrientation, int, int, boolean, boolean) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, JComponent, LabelOrientation) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, JComponent, LabelOrientation, int) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a label and field to the end of the current line.
appendLabeledField(String, JComponent, LabelOrientation, int, int, boolean, boolean) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a label and field to the end of the current line.

The label will be to the left of the field, and be right-justified.
The field will "grow" horizontally as space allows.

appendLabeledField(JLabel, JComponent, LabelOrientation, int, int, boolean, boolean) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a label and field to the end of the current line.

The label will be to the left of the field, and be right-justified.
The field will "grow" horizontally as space allows.

appendLeftLabel(String) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a left-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage bundle for the text to use.
appendLeftLabel(String, int) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a left-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage bundle for the text to use.
appendRightLabel(String) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a right-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage bundle for the text to use.
appendRightLabel(String, int) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a right-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage bundle for the text to use.
appendSeparator() - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a separator (usually a horizontal line).
appendSeparator(String) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Appends a separator (usually a horizontal line) using the provided string as the key to look in the ComponentFactory'smessage bundle for the text to put along with the separator.
appendSeparator() - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a seperator (usually a horizonal line).
appendSeparator(String) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Appends a seperator (usually a horizonal line) using the provided string as the key to look in the ComponentFactory'smessage bundle for the text to put along with the seperator.
Application - Class in org.springframework.richclient.application
A singleton workbench or shell of a rich client application.
Application() - Constructor for class org.springframework.richclient.application.Application
 
Application(ApplicationLifecycleAdvisor) - Constructor for class org.springframework.richclient.application.Application
 
Application(ApplicationDescriptor, ApplicationLifecycleAdvisor) - Constructor for class org.springframework.richclient.application.Application
 
APPLICATION_BEAN_ID - Static variable in class org.springframework.richclient.application.ApplicationLauncher
The name of the bean that defines the Application that this class will launch.
applicationContextImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
ApplicationDescriptor - Interface in org.springframework.richclient.application
 
ApplicationDialog - Class in org.springframework.richclient.dialog
Abstract Base Class for a dialog with standard layout, buttons, and behavior.
ApplicationDialog() - Constructor for class org.springframework.richclient.dialog.ApplicationDialog
Create dialog with default closeAction CloseAction.DISPOSE.
ApplicationDialog(String, Component) - Constructor for class org.springframework.richclient.dialog.ApplicationDialog
Create dialog with default closeAction CloseAction.DISPOSE.
ApplicationDialog(String, Component, CloseAction) - Constructor for class org.springframework.richclient.dialog.ApplicationDialog
Creates a new application dialog.
ApplicationEventRedispatcher - Class in org.springframework.richclient.application.support
This class is responsible for re-dispatching application events to a collection of additional registered listeners.
ApplicationEventRedispatcher() - Constructor for class org.springframework.richclient.application.support.ApplicationEventRedispatcher
 
ApplicationException - Exception in org.springframework.richclient.application
Indicates that an application-level programming error or a runtime configuration error has occurred.
ApplicationException() - Constructor for exception org.springframework.richclient.application.ApplicationException
Creates a new ApplicationException.
ApplicationException(String) - Constructor for exception org.springframework.richclient.application.ApplicationException
Creates a new ApplicationException with the specified message.
ApplicationException(String, Throwable) - Constructor for exception org.springframework.richclient.application.ApplicationException
Creates a new ApplicationException with the specified message and nested exception.
ApplicationException(Throwable) - Constructor for exception org.springframework.richclient.application.ApplicationException
Creates a new ApplicationException with the specified nested exception.
ApplicationLauncher - Class in org.springframework.richclient.application
The main driver for a Spring Rich Client application.
ApplicationLauncher(String) - Constructor for class org.springframework.richclient.application.ApplicationLauncher
Launches the application defined by the Spring application context file at the provided classpath-relative location.
ApplicationLauncher(String[]) - Constructor for class org.springframework.richclient.application.ApplicationLauncher
Launches the application defined by the Spring application context files at the provided classpath-relative locations.
ApplicationLauncher(String, String) - Constructor for class org.springframework.richclient.application.ApplicationLauncher
Launches the application defined by the Spring application context files at the provided classpath-relative locations.
ApplicationLauncher(String, String[]) - Constructor for class org.springframework.richclient.application.ApplicationLauncher
Launches the application defined by the Spring application context files at the provided classpath-relative locations.
ApplicationLauncher(ApplicationContext) - Constructor for class org.springframework.richclient.application.ApplicationLauncher
Launches the application from the pre-loaded application context.
ApplicationLauncher(String, ApplicationContext) - Constructor for class org.springframework.richclient.application.ApplicationLauncher
Launch the application using a startup context from the given location and a pre-loaded application context.
ApplicationLifecycleAdvisor - Class in org.springframework.richclient.application.config
Advisor for the Application.
ApplicationLifecycleAdvisor() - Constructor for class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
ApplicationObjectConfigurer - Interface in org.springframework.richclient.application.config
Facade interface for configuring application objects.
applicationObjectConfigurerImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
ApplicationPage - Interface in org.springframework.richclient.application
An ApplicationPage is a container for PageComponents.
ApplicationPageFactory - Interface in org.springframework.richclient.application
Service interface for creating ApplicationPages.
applicationPageFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
ApplicationSecurityManager - Interface in org.springframework.richclient.security
This interface defines the operations required of an Application Security Manager for the RCP framework.
applicationSecurityManagerImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
ApplicationServices - Interface in org.springframework.richclient.application
A service locator that can retrieve instances of a service by class type.
ApplicationServicesAccessor - Class in org.springframework.richclient.application.support
 
ApplicationServicesAccessor() - Constructor for class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
ApplicationServicesLocator - Class in org.springframework.richclient.application
This class provides a singleton model for accessing the configured ApplicationServices object.
ApplicationServicesLocator() - Constructor for class org.springframework.richclient.application.ApplicationServicesLocator
Default Constructor.
ApplicationServicesLocator(ApplicationServices) - Constructor for class org.springframework.richclient.application.ApplicationServicesLocator
Convenience constructor to add ApplicationServices at construction time.
ApplicationWindow - Interface in org.springframework.richclient.application
A main application window (or frame) consisting of a menu bar, tool bar, single page (content pane), and status bar.
ApplicationWindowAware - Interface in org.springframework.richclient.application.config
Interface to be implemented by application components that want to be made aware of the ApplicationWindow that they have been created within.
ApplicationWindowAwareCommand - Class in org.springframework.richclient.command.support
A skeleton implementation of an action command that needs to be aware of the ApplicationWindow in which it resides.
ApplicationWindowAwareCommand() - Constructor for class org.springframework.richclient.command.support.ApplicationWindowAwareCommand
Creates a new uninitialized ApplicationWindowAwareCommand.
ApplicationWindowAwareCommand(String) - Constructor for class org.springframework.richclient.command.support.ApplicationWindowAwareCommand
Creates a new ApplicationWindowAwareCommand with the given command identifier.
ApplicationWindowCommandManager - Class in org.springframework.richclient.application.support
 
ApplicationWindowCommandManager() - Constructor for class org.springframework.richclient.application.support.ApplicationWindowCommandManager
 
ApplicationWindowCommandManager(CommandRegistry) - Constructor for class org.springframework.richclient.application.support.ApplicationWindowCommandManager
 
ApplicationWindowCommandManager(CommandServices) - Constructor for class org.springframework.richclient.application.support.ApplicationWindowCommandManager
 
ApplicationWindowConfigurer - Interface in org.springframework.richclient.application.config
 
ApplicationWindowFactory - Interface in org.springframework.richclient.application
Service interface for creating ApplicationWindows.
applicationWindowFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
ApplicationWindowScope - Class in org.springframework.richclient.context.support
 
ApplicationWindowScope() - Constructor for class org.springframework.richclient.context.support.ApplicationWindowScope
 
applyAnyNegation(boolean) - Method in class org.springframework.rules.reporting.ValidationResultsCollector
 
applyComparator() - Method in class org.springframework.richclient.list.SortedListModel
 
applyContext(ShuttleListBinding, Map) - Method in class org.springframework.richclient.components.ShuttleListBinder
Apply the values from the context to the specified binding.
applyContext(AbstractListBinding, Map) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Applies any context or preset value.
applyContext(ToggleButtonBinding, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.CheckBoxBinder
 
applyContext(AbstractListBinding, Map) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
applyContext(AbstractDateFieldBinding, Map) - Method in class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinder
 
applyContext(NachoCalendarDateFieldBinding, Map) - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinder
 
applyContext(AbstractListBinding, Map) - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinder
 
applyContext(AbstractListBinding, Map) - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
applyContext(ListBinding, Map) - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
applyContext(ToggleButtonBinding, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinder
 
applyContext(ListSelectionDialogBinding, Map) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
applyStandardLayout(JFrame, ApplicationWindowConfigurer) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
arraysEqual(Object[], Object[]) - Method in class org.springframework.richclient.components.ShuttleListBinding
Compare two arrays for equality using the configured comparator.
ArrayUtil - Class in org.springframework.richclient.settings.support
Utility class for converting a String array to an int array
ArrowIcon - Class in org.springframework.richclient.image
A directional arrow icon; the direction can either be UP or DOWN.
ArrowIcon(ArrowIcon.Direction) - Constructor for class org.springframework.richclient.image.ArrowIcon
Creates a ArrowIcon in the specified direction with the default size and color.
ArrowIcon(ArrowIcon.Direction, int, Color) - Constructor for class org.springframework.richclient.image.ArrowIcon
Creates a ArrowIcon pointing in the specified direction with the specified size and color.
ArrowIcon.Direction - Class in org.springframework.richclient.image
Type-safe enum for the ArrowIcon's directional capability.
AS_YOU_TYPE - Static variable in class org.springframework.binding.value.swing.ValueCommitPolicy
 
ASCENDING - Static variable in class org.springframework.richclient.table.SortOrder
 
asIntervalString(int[]) - Static method in class org.springframework.richclient.settings.support.ArrayUtil
 
Assert - Class in org.springframework.richclient.util
A convenience extension to Spring's Assert class.
Assert() - Constructor for class org.springframework.richclient.util.Assert
 
AsYouTypeTextComponentAdapter - Class in org.springframework.binding.value.swing
 
AsYouTypeTextComponentAdapter(JTextComponent, ValueModel) - Constructor for class org.springframework.binding.value.swing.AsYouTypeTextComponentAdapter
 
attach(AbstractButton) - Method in class org.springframework.richclient.command.AbstractCommand
Attach and configure the button to the default faceDescriptor using the default configurer.
attach(AbstractButton, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.AbstractCommand
Attach and configure the button to the default faceDescriptor using the given configurer.
attach(AbstractButton, String, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.AbstractCommand
Attach and configure the button to the faceDescriptorId using the configurer.
attachAndConfigure(AbstractButton, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
attachBorder(JComponent, Border) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
attachBorder(JComponent) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
attachDialogBorder(JComponent) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
attachFormErrorGuard(Guarded) - Method in class org.springframework.richclient.form.AbstractForm
 
attachFormGuard(Guarded, int) - Method in class org.springframework.richclient.form.AbstractForm
 
attachListeners() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Attach the handler that invokes the lifecycle methods on the ApplicationDialog.
attachOverlay(JComponent, JComponent, int, int, int) - Static method in class org.springframework.richclient.form.builder.support.InterceptorOverlayHelper
 
attachOverlay(JComponent, JComponent, int, int, int) - Static method in class org.springframework.richclient.util.OverlayHelper
Attaches an overlay to the specified component.
attachPopup(JTextComponent, CommitTrigger) - Static method in class org.springframework.richclient.text.TextComponentPopup
 
attachPopup(JTextComponent) - Static method in class org.springframework.richclient.text.TextComponentPopup
 
attachSorter(JTable) - Static method in class org.springframework.richclient.table.TableUtils
 
AttributesRulesSource - Class in org.springframework.rules.metadata
An implementation of RulesSource that loads rules using metadata.
AttributesRulesSource(Attributes) - Constructor for class org.springframework.rules.metadata.AttributesRulesSource
 
AuthenticationAware - Interface in org.springframework.richclient.security
A Spring managed bean implementing this interface will be automatically notified of any change in the user's Authentication token.
AuthenticationEvent - Class in org.springframework.richclient.security
Event fired when the user's authentication token changes.
AuthenticationEvent(Authentication) - Constructor for class org.springframework.richclient.security.AuthenticationEvent
Constructor.
AuthenticationFailedEvent - Class in org.springframework.richclient.security
Event fired when an authentication attempt fails.
AuthenticationFailedEvent(Authentication, AcegiSecurityException) - Constructor for class org.springframework.richclient.security.AuthenticationFailedEvent
Constructor.
Authorizable - Interface in org.springframework.richclient.core
Interface to be implemented by objects whose operations can be authorized or not.
AUTHORIZED_PROPERTY - Static variable in interface org.springframework.richclient.core.Authorizable
Property notified on change.
AwtExceptionHandlerAdapterHack - Class in org.springframework.richclient.exceptionhandling
Uncaught exception handler designed to work with JDK 1.4 and 1.5's primitive API for registering exception handlers for the event thread.
AwtExceptionHandlerAdapterHack() - Constructor for class org.springframework.richclient.exceptionhandling.AwtExceptionHandlerAdapterHack
No-arg constructor required so Sun's JDK can construct the instance.
AwtImageResource - Class in org.springframework.richclient.image
A resource decorator that represents an underlying graphical AWT image, such as a GIF, JPEG, or PNG.
AwtImageResource(Resource) - Constructor for class org.springframework.richclient.image.AwtImageResource
Constructs a AwtImageResource for the following io.core.Resource.

B

background - Variable in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
barsCount - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
BaseScriptException - Exception in org.springframework.richclient.script
Base exception class for converting script exceptions to runtime exceptions.
BaseScriptException(String, Throwable) - Constructor for exception org.springframework.richclient.script.BaseScriptException
 
BaseTableModel - Class in org.springframework.richclient.table
A skeleton TableModel implementation that adds to the AbstractTableModel class from the core Java API by providing the functionality to manage the underlying collection of data for the table.
BaseTableModel() - Constructor for class org.springframework.richclient.table.BaseTableModel
Creates a new uninitialized BaseTableModel.
BaseTableModel(List) - Constructor for class org.springframework.richclient.table.BaseTableModel
Creates a new BaseTableModel containing the given collection of rows.
BasicApplicationDialog - Class in org.springframework.richclient.samples.showcase.dialog
Very simple dialog showing only the basics.
BasicApplicationDialog() - Constructor for class org.springframework.richclient.samples.showcase.dialog.BasicApplicationDialog
 
BasicAuthCommonsHttpInvokerProxyFactoryBean - Class in org.springframework.richclient.security.remoting
Extension of HttpInvokerProxyFactoryBean that supports the use of BASIC authentication on each HTTP request while using commons-httpclient.
BasicAuthCommonsHttpInvokerProxyFactoryBean() - Constructor for class org.springframework.richclient.security.remoting.BasicAuthCommonsHttpInvokerProxyFactoryBean
Constructor.
BasicAuthHttpInvokerProxyFactoryBean - Class in org.springframework.richclient.security.remoting
Extension of HttpInvokerProxyFactoryBean that supports the use of BASIC authentication on each HTTP request.
BasicAuthHttpInvokerProxyFactoryBean() - Constructor for class org.springframework.richclient.security.remoting.BasicAuthHttpInvokerProxyFactoryBean
Constructor.
BasicAuthHttpInvokerRequestExecutor - Class in org.springframework.richclient.security.remoting
Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor.
BasicAuthHttpInvokerRequestExecutor() - Constructor for class org.springframework.richclient.security.remoting.BasicAuthHttpInvokerRequestExecutor
Constructor.
BasicConfirmationDialog - Class in org.springframework.richclient.samples.showcase.dialog
Shows the usage of the confirmation dialog.
BasicConfirmationDialog() - Constructor for class org.springframework.richclient.samples.showcase.dialog.BasicConfirmationDialog
 
BasicInputApplicationDialog - Class in org.springframework.richclient.samples.showcase.dialog
 
BasicInputApplicationDialog() - Constructor for class org.springframework.richclient.samples.showcase.dialog.BasicInputApplicationDialog
 
BasicMessageDialog - Class in org.springframework.richclient.samples.showcase.dialog
 
BasicMessageDialog() - Constructor for class org.springframework.richclient.samples.showcase.dialog.BasicMessageDialog
 
BasicRegExpConstraintDialog - Class in org.springframework.richclient.samples.showcase.validation
Show a basic dialog with a regular expression input field and a value input field.
BasicRegExpConstraintDialog() - Constructor for class org.springframework.richclient.samples.showcase.validation.BasicRegExpConstraintDialog
 
BasicTitledApplicationDialog - Class in org.springframework.richclient.samples.showcase.dialog
 
BasicTitledApplicationDialog() - Constructor for class org.springframework.richclient.samples.showcase.dialog.BasicTitledApplicationDialog
 
BasicWizardDialog - Class in org.springframework.richclient.samples.showcase.wizard
 
BasicWizardDialog() - Constructor for class org.springframework.richclient.samples.showcase.wizard.BasicWizardDialog
 
BeanFactoryPageDescriptorRegistry - Class in org.springframework.richclient.application.support
A simple PageDescriptorRegistry implementation that pulls singleton page definitions out of a spring application context.
BeanFactoryPageDescriptorRegistry() - Constructor for class org.springframework.richclient.application.support.BeanFactoryPageDescriptorRegistry
 
BeanFactoryViewDescriptorRegistry - Class in org.springframework.richclient.application.support
A simple ViewDescriptorRegistry implementation that pulls singleton view definitions out of a spring application context.
BeanFactoryViewDescriptorRegistry() - Constructor for class org.springframework.richclient.application.support.BeanFactoryViewDescriptorRegistry
 
BeanPropertyAccessStrategy - Class in org.springframework.binding.support
An implementation of MutablePropertyAccessStrategy that provides access to the properties of a JavaBean.
BeanPropertyAccessStrategy(Object) - Constructor for class org.springframework.binding.support.BeanPropertyAccessStrategy
Creates a new instance of BeanPropertyAccessStrategy that will provide access to the properties of the provided JavaBean.
BeanPropertyAccessStrategy(ValueModel) - Constructor for class org.springframework.binding.support.BeanPropertyAccessStrategy
Creates a new instance of BeanPropertyAccessStrategy that will provide access to the JavaBean contained by the provided value model.
BeanPropertyAccessStrategy(BeanPropertyAccessStrategy, String) - Constructor for class org.springframework.binding.support.BeanPropertyAccessStrategy
Creates a child instance of BeanPropertyAccessStrategy that will delegate to its parent for property access.
BeanPropertyNameRenderer - Interface in org.springframework.rules.reporting
A interface for rendering bean properties.
BeanPropertyValueComboBoxEditor - Class in org.springframework.richclient.list
 
BeanPropertyValueComboBoxEditor(ComboBoxEditor) - Constructor for class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
Constructs a new BeanPropertyValueComboBoxEditor instance.
BeanPropertyValueComboBoxEditor(ComboBoxEditor, String) - Constructor for class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
Constructs a new BeanPropertyValueComboBoxEditor instance.
BeanPropertyValueComboBoxEditor(String) - Constructor for class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
Should only be used if the innerEditor will be set later
BeanPropertyValueListRenderer - Class in org.springframework.richclient.list
Renders objects in a list, using a propertyName for rendering.
BeanPropertyValueListRenderer(String) - Constructor for class org.springframework.richclient.list.BeanPropertyValueListRenderer
Creates a new BeanPropertyValueListRenderer
BeanTableCellRenderer - Class in org.springframework.richclient.table.renderer
Renders a bean by using its default property.
BeanTableCellRenderer() - Constructor for class org.springframework.richclient.table.renderer.BeanTableCellRenderer
 
BeanTableCellRenderer(BeanWrapper) - Constructor for class org.springframework.richclient.table.renderer.BeanTableCellRenderer
 
BeanTableListModel - Class in org.springframework.richclient.list
TableListModel implemetation for pojo based lists
BeanTableListModel(Class, List, MessageSource) - Constructor for class org.springframework.richclient.list.BeanTableListModel
 
BeanTableListModel(Class, List) - Constructor for class org.springframework.richclient.list.BeanTableListModel
 
BeanTableListModel(Class, MessageSource) - Constructor for class org.springframework.richclient.list.BeanTableListModel
 
BeanTableListModel(Class) - Constructor for class org.springframework.richclient.list.BeanTableListModel
 
BeanTableModel - Class in org.springframework.richclient.table
 
BeanTableModel(Class) - Constructor for class org.springframework.richclient.table.BeanTableModel
 
BeanTableModel(Class, List) - Constructor for class org.springframework.richclient.table.BeanTableModel
 
BeanTableModel(Class, MessageSource) - Constructor for class org.springframework.richclient.table.BeanTableModel
 
BeanTableModel(Class, List, MessageSource) - Constructor for class org.springframework.richclient.table.BeanTableModel
 
BeanTreeCellRenderer - Class in org.springframework.richclient.tree
 
BeanTreeCellRenderer() - Constructor for class org.springframework.richclient.tree.BeanTreeCellRenderer
 
BeanTreeCellRenderer(Class) - Constructor for class org.springframework.richclient.tree.BeanTreeCellRenderer
 
BeanTreeCellRenderer(Class, String) - Constructor for class org.springframework.richclient.tree.BeanTreeCellRenderer
 
BeanValidationResults - Interface in org.springframework.rules.reporting
 
BeanValidationResultsBuilder - Class in org.springframework.rules.reporting
 
BeanValidationResultsBuilder(Object) - Constructor for class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
BeanValidationResultsCollector - Class in org.springframework.rules.reporting
 
BeanValidationResultsCollector(Object) - Constructor for class org.springframework.rules.reporting.BeanValidationResultsCollector
 
BigDecimalTextField - Class in org.springframework.richclient.swing
This class can have different "read" and "write" formats.
BigDecimalTextField() - Constructor for class org.springframework.richclient.swing.BigDecimalTextField
Default constructor.
BigDecimalTextField(int, int, boolean) - Constructor for class org.springframework.richclient.swing.BigDecimalTextField
 
BigDecimalTextField(int, int, boolean, Class) - Constructor for class org.springframework.richclient.swing.BigDecimalTextField
 
BigDecimalTextField(int, int, boolean, Class, NumberFormat) - Constructor for class org.springframework.richclient.swing.BigDecimalTextField
 
BigDecimalTextField(int, int, boolean, Class, NumberFormat, NumberFormat) - Constructor for class org.springframework.richclient.swing.BigDecimalTextField
 
BinaryClosure - Interface in org.springframework.rules.closure
A function object that tests two arguments and returns a single boolean result.
BinaryConstraint - Interface in org.springframework.rules.closure
A function object that tests two arguments and returns a single boolean result.
bind(AbstractButton, JPopupMenu) - Static method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
Attach the menu to the button with a ToggleButtonPopupListener.
bind(BindingFactory, Form) - Method in class org.springframework.richclient.form.AbstractFormUIProvider
 
bind(FormModel, String, Map) - Method in interface org.springframework.richclient.form.binding.Binder
Returns a binding between a form model's property and a control that will be created by this Binder.
bind(JComponent, FormModel, String, Map) - Method in interface org.springframework.richclient.form.binding.Binder
Returns a binding between a form model's property and the provided control.
bind(FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBinder
 
bind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBinder
 
bind(BindingFactory, Form) - Method in interface org.springframework.richclient.form.FormUIProvider
Binds the fields and other components in this pre-generated form to a Spring form by using the specified BindingFactory.
bind(BinaryConstraint, Object) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
bind(BinaryConstraint, int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
bind(BinaryConstraint, float) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
bind(BinaryConstraint, double) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
bind(BinaryConstraint, boolean) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
bind(BinaryConstraint, Object) - Method in class org.springframework.rules.factory.Constraints
Bind the specified parameter to the second argument of the BinaryConstraint.
bind(BinaryConstraint, int) - Method in class org.springframework.rules.factory.Constraints
Bind the specified int parameter to the second argument of the BinaryConstraint.
bind(BinaryConstraint, float) - Method in class org.springframework.rules.factory.Constraints
Bind the specified float parameter to the second argument of the BinaryConstraint.
bind(BinaryConstraint, double) - Method in class org.springframework.rules.factory.Constraints
Bind the specified double parameter to the second argument of the BinaryConstraint.
bind(BinaryConstraint, boolean) - Method in class org.springframework.rules.factory.Constraints
Bind the specified boolean parameter to the second argument of the BinaryConstraint.
bindControl(JComponent, String) - Method in interface org.springframework.richclient.form.binding.BindingFactory
Returns a binding between the provided control and the provided formPropertyPath
bindControl(JComponent, String, Map) - Method in interface org.springframework.richclient.form.binding.BindingFactory
Returns a binding between the provided control and the provided formPropertyPath
bindControl(JComponent, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
bindControl(JComponent, String, Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
Binder - Interface in org.springframework.richclient.form.binding
A Binder is responsible for creating a binding between a form model's property and a control that may be used to visualize and/or edit that property.
BinderSelectionStrategy - Interface in org.springframework.richclient.form.binding
Strategy interface that encapsulates the selection of a Binder for the provided form model, property name and optionally control type.
binderSelectionStrategyImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
Binding - Interface in org.springframework.richclient.form.binding
A binding from a visual editing control to a form model's property.
BINDING_CLIENT_PROPERTY_KEY - Static variable in class org.springframework.richclient.form.binding.support.AbstractBinder
The client property key that is used to save a copy of a binding in its bound component's client property set.
BindingErrorMessageProvider - Interface in org.springframework.binding.form
A class that can generate ValidationMessages for exception that occur during a form model's binding process.
BindingFactory - Interface in org.springframework.richclient.form.binding
A BindingFactory creates bindings for a specific FormModel.
BindingFactoryProvider - Interface in org.springframework.richclient.form.binding
Implementations provide BindingFactory instances on demand.
bindingFactoryProviderImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
bindMembers(Object, GroupContainerPopulator, Object, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.GroupMemberList
 
BLANK_BUTTON_LABEL - Static variable in class org.springframework.richclient.command.config.CommandButtonLabelInfo
A default instance to be used for command buttons with no label information.
BLANK_ICON_INFO - Static variable in class org.springframework.richclient.command.config.CommandButtonIconInfo
A CommandButtonIconInfo instance that can be used for command buttons that have no icon information associated with them.
Block - Class in org.springframework.core.closure.support
Convenient super class for closures that encapsulate a block of executable code.
Block() - Constructor for class org.springframework.core.closure.support.Block
 
BooleanTableCellRenderer - Class in org.springframework.richclient.table.renderer
 
BooleanTableCellRenderer() - Constructor for class org.springframework.richclient.table.renderer.BooleanTableCellRenderer
 
BOTTOM - Static variable in class org.springframework.richclient.layout.LabelOrientation
 
BOTTOM_INSETS - Static variable in class org.springframework.richclient.util.GridBagCellConstraints
 
broadcastAuthentication(Authentication) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
Broadcast an authentication event to all the AuthenticationAware beans.
broadcastLogin(Authentication) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
Broadcast a Login event to all the LoginAware beans.
broadcastLogout(Authentication) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
Broadcast a Logout event to all the LoginAware beans.
BrowserLauncher - Class in org.springframework.richclient.util
Deprecated. use JDIC (https://jdic.dev.java.net/) or the Desktop class in java 1.6 instead
BufferedCollectionValueModel - Class in org.springframework.binding.value.support
A BufferedValueModel that uses an ObservableList as a buffer to hold chandes to a Collection or array.
BufferedCollectionValueModel(ValueModel, Class) - Constructor for class org.springframework.binding.value.support.BufferedCollectionValueModel
Constructs a new BufferedCollectionValueModel.
BufferedValueModel - Class in org.springframework.binding.value.support
A value model that wraps another value model; delaying or buffering changes until a commit is triggered.
BufferedValueModel(ValueModel) - Constructor for class org.springframework.binding.value.support.BufferedValueModel
Constructs a BufferedValueHolder that wraps the given wrappedModel.
BufferedValueModel(ValueModel, CommitTrigger) - Constructor for class org.springframework.binding.value.support.BufferedValueModel
Constructs a BufferedValueHolder that wraps the given wrappedModel and listens to the provided commitTrigger for commit and revert events.
BUFFERING_PROPERTY - Static variable in class org.springframework.binding.value.support.BufferedValueModel
Name of the bound property buffering.
build(DefaultApplicationServices) - Method in interface org.springframework.richclient.application.support.DefaultApplicationServices.ImplBuilder
Build the service implementation.
buildButtonPanel() - Method in class org.springframework.richclient.components.ShuttleList
Construct the control button panel.
buildChildComponent(JComponent, AbstractCommand, int) - Method in class org.springframework.richclient.command.CommandGroupJComponentBuilder
JComponent-building variant of the CommandGroupModelBuilder.buildChildModel(Object, AbstractCommand, int)
buildChildModel(Object, AbstractCommand, int) - Method in class org.springframework.richclient.command.CommandGroupJComponentBuilder
Implementation wrapping around the #buildChildComponent(JComponent, AbstractCommand, int)dModel(AbstractCommand)
buildChildModel(Object, AbstractCommand, int) - Method in class org.springframework.richclient.command.CommandGroupModelBuilder
Allows the implementation subclass to build a mapping object-model corresponding to a visited leaf node in the command-group structure.
buildComponent(CommandGroup) - Method in class org.springframework.richclient.command.CommandGroupJComponentBuilder
JComponent-building variant of the CommandGroupModelBuilder.buildModel(CommandGroup)
buildComponent() - Method in class org.springframework.richclient.components.ShuttleList
Build our component panel.
buildFormattedTreePath(TreeObject, boolean, String) - Static method in class org.springframework.richclient.tree.TreeUtils
 
buildGroupComponent(JComponent, CommandGroup, int) - Method in class org.springframework.richclient.command.CommandGroupJComponentBuilder
JComponent-building variant of the CommandGroupModelBuilder.buildGroupModel(Object, CommandGroup, int)
buildGroupModel(Object, CommandGroup, int) - Method in class org.springframework.richclient.command.CommandGroupJComponentBuilder
Implementation wrapping around the CommandGroupJComponentBuilder.buildGroupComponent(JComponent, CommandGroup, int)
buildGroupModel(Object, CommandGroup, int) - Method in class org.springframework.richclient.command.CommandGroupModelBuilder
Allows the implementation subclass to build a mapping object-model corresponding to a visited non-leaf node in the command-group structure.
buildInitialLayout(PageLayoutBuilder) - Method in interface org.springframework.richclient.application.PageDescriptor
 
buildInitialLayout(PageLayoutBuilder) - Method in class org.springframework.richclient.application.support.MultiViewPageDescriptor
 
buildInitialLayout(PageLayoutBuilder) - Method in class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
buildMessage(MessageSource, Locale) - Method in class org.springframework.rules.reporting.PropertyResults
Deprecated. MessageSource is configured by MessageTranslator. use buildMessage(Locale)
buildMessage(Locale) - Method in class org.springframework.rules.reporting.PropertyResults
 
buildModel(CommandGroup) - Method in class org.springframework.richclient.command.CommandGroupModelBuilder
Main service method of this method to call.
buildRootComponent(AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroupJComponentBuilder
JComponent-building variant of the CommandGroupModelBuilder.buildRootModel(CommandGroup)
buildRootModel(CommandGroup) - Method in class org.springframework.richclient.command.CommandGroupJComponentBuilder
Implementation wrapping around the CommandGroupJComponentBuilder.buildRootComponent(AbstractCommand)
buildRootModel(CommandGroup) - Method in class org.springframework.richclient.command.CommandGroupModelBuilder
Builds the real root object that will be returned from CommandGroupModelBuilder.buildModel(CommandGroup).
BUSINESS - Static variable in class org.springframework.richclient.samples.simple.domain.ContactType
Indicates a business contact.
BusyIndicator - Class in org.springframework.richclient.progress
Support for showing a Busy Cursor during a long running process.
BusyIndicator() - Constructor for class org.springframework.richclient.progress.BusyIndicator
 
BusyIndicator.BusyGlassPanel - Class in org.springframework.richclient.progress
 
BusyIndicator.BusyGlassPanel() - Constructor for class org.springframework.richclient.progress.BusyIndicator.BusyGlassPanel
 
ButtonBarGroupContainerPopulator - Class in org.springframework.richclient.command.support
 
ButtonBarGroupContainerPopulator() - Constructor for class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
ButtonConfigurer - Interface in org.springframework.richclient.factory
Marker for button configurers.
ButtonFactory - Interface in org.springframework.richclient.factory
Marker for button factories.
buttonFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
buttonIterator() - Method in class org.springframework.richclient.command.AbstractCommand
Returns an iterator over all buttons by traversing each CommandFaceButtonManager.
ButtonStackGroupContainerPopulator - Class in org.springframework.richclient.command.support
Creates a buttonstack: a panel with buttons that are vertically positioned.
ButtonStackGroupContainerPopulator() - Constructor for class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
Constructor.

C

cache() - Method in class org.springframework.richclient.image.DefaultIconSource
 
cachePage(VLDockingApplicationPage) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPageFactory
 
CachingFieldFaceSource - Class in org.springframework.binding.form.support
A convenience superclass for FieldFaceSource's that require caching to improve the performance of FieldFace lookup.
CachingFieldFaceSource() - Constructor for class org.springframework.binding.form.support.CachingFieldFaceSource
 
calculatePreferredColumnWidth(JTable, TableColumn) - Static method in class org.springframework.richclient.table.TableUtils
Calculates the preferred width of a table column based on the header.
call(Object) - Method in interface org.springframework.core.closure.Closure
Evaluate the function with the provided argument, returning the result.
call(Object) - Method in class org.springframework.core.closure.support.Block
Evaluate the function with the provided argument, returning the result.
call(Object) - Method in class org.springframework.core.closure.support.ClosureChain
Evaluate the function with the provided argument, returning the result.
call(Object) - Method in class org.springframework.core.closure.support.NoArgBlock
Evaluate the function with the provided argument, returning the result.
call(Object) - Method in class org.springframework.richclient.filechooser.FileChecks.FileConverter
 
call(Object) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory.BeanPropertyEditorClosure
 
call(Object) - Method in class org.springframework.rules.closure.AbstractBinaryClosure
 
call(Object, Object) - Method in interface org.springframework.rules.closure.BinaryClosure
Executes this closure with the provided arguments.
call(Object, Object) - Method in class org.springframework.rules.closure.Maximum
Return the maximum of the two Comparable objects.
call(Object, Object) - Method in class org.springframework.rules.closure.Minimum
Return the minimum of two Comparable objects.
call(Object) - Method in class org.springframework.rules.closure.StringLength
Evaluate the string form of the object returning an Integer representing the string length.
call(Object) - Method in class org.springframework.rules.closure.StringTrimmer
Evaluate the string form of the object, returning a trimmed (no leading/trailing whitespace) copy of the string.
cancelConfirmed() - Method in class org.springframework.richclient.application.setup.SetupWizard
 
canChangeTabs() - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
canClose() - Method in interface org.springframework.richclient.application.PageComponent
 
canClose() - Method in class org.springframework.richclient.application.support.AbstractView
 
canFinish() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns true if all the pages of this wizard have been completed.
canFinish() - Method in interface org.springframework.richclient.wizard.Wizard
Returns whether this wizard could be finished without further user interaction.
canFlipToNextPage() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
canFlipToNextPage() - Method in interface org.springframework.richclient.wizard.WizardPage
Returns whether the next page could be displayed.
CAPTION_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the caption for a given object.
CAPTION_PROPERTY - Static variable in interface org.springframework.richclient.core.DescribedElement
The property name used when firing events for the caption property.
caretUpdate(CaretEvent) - Method in class org.springframework.richclient.text.TextComponentPopup
 
CascadeCommand - Class in org.springframework.richclient.application.mdi.contextmenu
Cascades all JInternalFrames in a given JDesktopPane.
CascadeCommand(JDesktopPane) - Constructor for class org.springframework.richclient.application.mdi.contextmenu.CascadeCommand
 
CascadeCommand(JDesktopPane, int) - Constructor for class org.springframework.richclient.application.mdi.contextmenu.CascadeCommand
 
CascadeCommand(JDesktopPane, boolean) - Constructor for class org.springframework.richclient.application.mdi.contextmenu.CascadeCommand
 
CascadeCommand(JDesktopPane, int, boolean) - Constructor for class org.springframework.richclient.application.mdi.contextmenu.CascadeCommand
 
cell() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts an empty cell at the current row/column.
cell(String) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts an empty cell at the current row/column.
cell(JComponent) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a component at the current row/column.
cell(JComponent, String) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a component at the current row/column.
centerOnParent(Window, Component) - Static method in class org.springframework.richclient.util.WindowUtils
Center the window relative to it's parent.
centerOnParentAndSetVisible(Window) - Static method in class org.springframework.richclient.util.WindowUtils
Pack the window, center it relative to it's parent, and set the window visible.
centerOnScreen(Window) - Static method in class org.springframework.richclient.util.WindowUtils
Take the window and center it on the screen.
centerOnScreenAndSetVisible(Window) - Static method in class org.springframework.richclient.util.WindowUtils
Pack the window, center it on the screen, and set the window visible.
chain(Closure, Closure) - Method in class org.springframework.rules.factory.Closures
 
chain(Closure[]) - Method in class org.springframework.rules.factory.Closures
 
ChainedInterceptorFactory - Class in org.springframework.richclient.form.builder.support
 
ChainedInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.ChainedInterceptorFactory
 
ChainInspectingExceptionHandlerDelegate - Class in org.springframework.richclient.exceptionhandling.delegation
Checks the exception chain to determine if it wants to handle it.
ChainInspectingExceptionHandlerDelegate() - Constructor for class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate
 
ChainInspectingExceptionHandlerDelegate(List<ChainInspectingExceptionHandlerDelegate.ChainPart>, Thread.UncaughtExceptionHandler) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate
 
ChainInspectingExceptionHandlerDelegate.ChainPart - Class in org.springframework.richclient.exceptionhandling.delegation
 
ChainInspectingExceptionHandlerDelegate.ChainPart() - Constructor for class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
ChainInspectingExceptionHandlerDelegate.ChainPart(Class) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
ChainInspectingExceptionHandlerDelegate.ChainPart(Class, int) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
ChainInspectingExceptionHandlerDelegate.ChainPart(Class, int, int) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
changedUpdate(DocumentEvent) - Method in class org.springframework.binding.value.swing.AsYouTypeTextComponentAdapter
 
changedUpdate(DocumentEvent) - Method in class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
CheckBoxBinder - Class in org.springframework.richclient.form.binding.swing
 
CheckBoxBinder() - Constructor for class org.springframework.richclient.form.binding.swing.CheckBoxBinder
 
CheckBoxBinder(Class, String[]) - Constructor for class org.springframework.richclient.form.binding.swing.CheckBoxBinder
 
CheckBoxBinder(Class) - Constructor for class org.springframework.richclient.form.binding.swing.CheckBoxBinder
 
CheckBoxBinder(String[]) - Constructor for class org.springframework.richclient.form.binding.swing.CheckBoxBinder
 
CheckBoxFormComponentInterceptor - Class in org.springframework.richclient.form.builder.support
FormComponentInterceptor that allows customization on how a CheckBox form property is rendered.
CheckBoxFormComponentInterceptor(FormModel, MessageSource, boolean, boolean, String) - Constructor for class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptor
 
CheckBoxFormComponentInterceptorFactory - Class in org.springframework.richclient.form.builder.support
Factory for CheckBoxFormComponentInterceptorFactory instances.
CheckBoxFormComponentInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
checkKeyTypes(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
 
childrenNamesSpi() - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
childSpi(String) - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
childStateChanged(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.AbstractFormModel
Events from the child form model or value models that have side-effects on this form model should be handled here.
childStateChanged(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.DefaultFormModel
Events from the child form model or value models that have side-effects on this form model should be handled here.
childStateChangeHandler - Variable in class org.springframework.binding.form.support.AbstractFormModel
 
classesWithSafeEquals - Variable in class org.springframework.binding.value.support.DefaultValueChangeDetector
 
classForName(String) - Static method in class org.springframework.richclient.util.ClassUtils
Load the class with the specified name.
ClassPropertyAccessStrategy - Class in org.springframework.binding.support
An implementation of MutablePropertyAccessStrategy that provides type-save access to data specified by a class.
ClassPropertyAccessStrategy(Class) - Constructor for class org.springframework.binding.support.ClassPropertyAccessStrategy
Creates a new instance of ClassPropertyAccessStrategy.
ClassPropertyAccessStrategy(Object) - Constructor for class org.springframework.binding.support.ClassPropertyAccessStrategy
Creates a new instance of ClassPropertyAccessStrategy.
ClassPropertyAccessStrategy(ValueModel) - Constructor for class org.springframework.binding.support.ClassPropertyAccessStrategy
Creates a new instance of ClassPropertyAccessStrategy.
ClassPropertyAccessStrategy(ValueModel, boolean) - Constructor for class org.springframework.binding.support.ClassPropertyAccessStrategy
Creates a new instance of ClassPropertyAccessStrategy.
ClassPropertyAccessStrategy(ValueModel, boolean, boolean) - Constructor for class org.springframework.binding.support.ClassPropertyAccessStrategy
Creates a new instance of ClassPropertyAccessStrategy.
ClassPropertyAccessStrategy(ClassPropertyAccessStrategy, String) - Constructor for class org.springframework.binding.support.ClassPropertyAccessStrategy
Creates a child instance of ClassPropertyAccessStrategy that will delegate to its parent for property access.
ClassUtils - Class in org.springframework.richclient.util
Misc static utility functions for java classes.
clear() - Method in class org.springframework.binding.value.support.ListListModel
 
clear() - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Clears the messages of this status bar.
clear() - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
 
clear() - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Removes all the group members from this expansion point.
clear() - Method in class org.springframework.richclient.image.DefaultIconSource
 
clear() - Method in class org.springframework.richclient.list.ComboBoxListModel
 
clear() - Method in class org.springframework.richclient.selection.binding.support.SelectField
Convenience method, calls setValue(null).
clear() - Method in class org.springframework.richclient.table.BaseTableModel
Removes all rows from the table model.
clear() - Method in interface org.springframework.richclient.table.MutableTableModel
Removes all rows from the table model.
clear() - Method in class org.springframework.richclient.util.EventListenerListHelper
Removes all registered listeners.
clear() - Method in class org.springframework.richclient.util.SwingWorker
Clears the worker thread variable and the FutureResult state, allowing this SwingWorker to be reused.
clear() - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
clearAllValidationResults() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
clearAt(Component) - Static method in class org.springframework.richclient.progress.BusyIndicator
 
clearBindingError(DefaultFormModel.ValidatingFormValueModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
clearChildPropertyAccessorCache() - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
clearDirty() - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
clearDirty() - Method in interface org.springframework.binding.value.support.DirtyTrackingValueModel
Resets the dirty state of this model to false.
clearErrors() - Method in class org.springframework.richclient.form.SimpleValidationResultsReporter
Clear the messageReceiver.
clearMessage() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
clearMessages() - Method in class org.springframework.binding.validation.support.DefaultValidationResults
Clear all messages.
clearMessages(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
Clear all messages of the given fieldName.
clearMessages() - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Clear the current validationMessages and the errors.
clearMessages() - Method in class org.springframework.binding.validation.support.RulesValidator
Clear the current validationMessages and the errors.
clearSelection() - Method in class org.springframework.richclient.components.ShuttleList
Clear the selection.
clearUserMetadata() - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
Clears all custom metadata associated with this property.
clearValidationMessage(ValidationMessage) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
clearValidationMessage(ValidationMessage) - Method in interface org.springframework.binding.form.ValidatingFormModel
Clear validation messages that are generated by a process separate from the standard Validator.
ClientSecurityEvent - Class in org.springframework.richclient.security
Parent for all RCP security related application events.
ClientSecurityEvent(Authentication) - Constructor for class org.springframework.richclient.security.ClientSecurityEvent
Constructor.
close() - Method in class org.springframework.richclient.application.Application
 
close(boolean, int) - Method in class org.springframework.richclient.application.Application
 
close() - Method in interface org.springframework.richclient.application.ApplicationPage
 
close(PageComponent) - Method in interface org.springframework.richclient.application.ApplicationPage
 
close() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
close() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
close() - Method in interface org.springframework.richclient.application.PageComponent
 
close(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
Closes the given PageComponent.
close() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
Closes this ApplicationPage.
close() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
Close this window.
close() - Method in class org.springframework.richclient.application.support.AbstractView
 
close() - Method in class org.springframework.richclient.application.WindowManager
Attempts to close all windows managed by this window manager, as well as windows managed by any descendent window managers.
CloseAction - Class in org.springframework.richclient.dialog
Forces calls to constructor to have greater clarity, by using a type-safe enumeration instead of integers.
closeAllEditors() - Method in interface org.springframework.richclient.application.ApplicationPage
 
closeAllEditors() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
Closure - Interface in org.springframework.core.closure
A function object that evaluates one argument, executing a block of code.
ClosureChain - Class in org.springframework.core.closure.support
A chain of closures that evaluate their results in a ordered sequence.
ClosureChain() - Constructor for class org.springframework.core.closure.support.ClosureChain
Constructs a function chain with no initial members.
ClosureChain(Closure, Closure) - Constructor for class org.springframework.core.closure.support.ClosureChain
Creates a chain composed of two functions.
ClosureChain(Closure[]) - Constructor for class org.springframework.core.closure.support.ClosureChain
Creates a chain composed of the ordered array of functions.
ClosureResultConstraint - Class in org.springframework.rules.constraint
Tests the result returned from evaluating a closure closure.
ClosureResultConstraint(Closure, Constraint) - Constructor for class org.springframework.rules.constraint.ClosureResultConstraint
Creates a ClosureResultConstraint that tests the result returned from evaulating the specified unary closure.
Closures - Class in org.springframework.rules.factory
A factory for easing the construction and composition of closure (blocks of executable code).
Closures() - Constructor for class org.springframework.rules.factory.Closures
 
ClosureTemplate - Interface in org.springframework.core.closure
Marks the Template as being able to run a Closure on its contents.
COLGROUPID - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
collect(Object, Constraint) - Method in class org.springframework.rules.reporting.ValidationResultsCollector
 
CollectionConverter - Class in org.springframework.richclient.convert.support
This converter converts collection values from Object, Object[], Collection, List to Collection.class, List.class, Object[].class types
CollectionConverter() - Constructor for class org.springframework.richclient.convert.support.CollectionConverter
 
CollectionConverter.ValuesVisitor - Class in org.springframework.richclient.convert.support
 
CollectionConverter.ValuesVisitor() - Constructor for class org.springframework.richclient.convert.support.CollectionConverter.ValuesVisitor
 
collectionsEqual(Collection, Collection) - Method in class org.springframework.richclient.components.ShuttleListBinding
Compare two collections for equality using the configured comparator.
collectPropertyResults(PropertyConstraint) - Method in class org.springframework.rules.reporting.BeanValidationResultsCollector
 
collectResults(Rules) - Method in class org.springframework.rules.reporting.BeanValidationResultsCollector
 
ColorValidationInterceptorFactory - Class in org.springframework.richclient.form.builder.support
Adds an "overlay" to a component that is triggered by a validation event for JTextComponents.
ColorValidationInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.ColorValidationInterceptorFactory
 
COLSPAN - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
COLSPEC - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
COLUMN_MAJOR_FOCUS_ORDER - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
Constant indicating column major focus traversal order.
columnAdded(TableColumnModelEvent) - Method in class org.springframework.richclient.table.TableSortIndicator
 
columnMarginChanged(ChangeEvent) - Method in class org.springframework.richclient.table.TableSortIndicator
 
columnMoved(TableColumnModelEvent) - Method in class org.springframework.richclient.table.TableSortIndicator
 
columnRemoved(TableColumnModelEvent) - Method in class org.springframework.richclient.table.TableSortIndicator
 
COLUMNS_KEY - Static variable in class org.springframework.richclient.form.binding.swing.TextAreaBinder
 
columnSelectionChanged(ListSelectionEvent) - Method in class org.springframework.richclient.table.TableSortIndicator
 
ColumnSortList - Class in org.springframework.richclient.table
 
ColumnSortList() - Constructor for class org.springframework.richclient.table.ColumnSortList
 
ColumnToSort - Class in org.springframework.richclient.table
 
ColumnToSort(int, int) - Constructor for class org.springframework.richclient.table.ColumnToSort
 
ColumnToSort(int, int, SortOrder) - Constructor for class org.springframework.richclient.table.ColumnToSort
 
ComboBoxAutoCompletion - Class in org.springframework.richclient.list
Provides AutoCompletion to a combobox.
ComboBoxAutoCompletion(JComboBox) - Constructor for class org.springframework.richclient.list.ComboBoxAutoCompletion
Adds autocompletion support to the given JComboBox.
ComboBoxAutoCompletionInterceptorFactory - Class in org.springframework.richclient.list
 
ComboBoxAutoCompletionInterceptorFactory() - Constructor for class org.springframework.richclient.list.ComboBoxAutoCompletionInterceptorFactory
 
ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor - Class in org.springframework.richclient.list
 
ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor(FormModel) - Constructor for class org.springframework.richclient.list.ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
Constructs a new AutoCompletionInterceptor instance.
ComboBoxBinder - Class in org.springframework.richclient.form.binding.swing
 
ComboBoxBinder() - Constructor for class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
ComboBoxBinder(String[]) - Constructor for class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
ComboBoxBinder(Class, String[]) - Constructor for class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
ComboBoxBinding - Class in org.springframework.richclient.form.binding.swing
TODO: support for filters
ComboBoxBinding(FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
ComboBoxBinding(JComboBox, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
ComboBoxBinding(JComboBox, FormModel, String, Class) - Constructor for class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
ComboBoxListModel - Class in org.springframework.richclient.list
 
ComboBoxListModel() - Constructor for class org.springframework.richclient.list.ComboBoxListModel
 
ComboBoxListModel(List) - Constructor for class org.springframework.richclient.list.ComboBoxListModel
 
ComboBoxListModel(List, Comparator) - Constructor for class org.springframework.richclient.list.ComboBoxListModel
 
ComboBoxListModelAdapter - Class in org.springframework.richclient.list
Simple adapter to create a ComboBoxModel from an existing ListModel
ComboBoxListModelAdapter(ListModel) - Constructor for class org.springframework.richclient.list.ComboBoxListModelAdapter
Constructs a new instance with a given listModel
COMMAND_MEMBER_PREFIX - Static variable in class org.springframework.richclient.command.CommandGroupFactoryBean
The string prefix that indicates a command group member that is a command.
CommandButtonConfigurer - Interface in org.springframework.richclient.command.config
A configurer for Swing buttons that have an associated command.
CommandButtonIconInfo - Class in org.springframework.richclient.command.config
A parameter object consisting of the various icons that may be displayed on a single command button depending on its state.
CommandButtonIconInfo(Icon) - Constructor for class org.springframework.richclient.command.config.CommandButtonIconInfo
Creates a new CommandButtonIconInfo with the given icon.
CommandButtonIconInfo(Icon, Icon) - Constructor for class org.springframework.richclient.command.config.CommandButtonIconInfo
Creates a new CommandButtonIconInfo with the given icons.
CommandButtonIconInfo(Icon, Icon, Icon) - Constructor for class org.springframework.richclient.command.config.CommandButtonIconInfo
Creates a new CommandButtonIconInfo with the given icons.
CommandButtonIconInfo(Icon, Icon, Icon, Icon, Icon) - Constructor for class org.springframework.richclient.command.config.CommandButtonIconInfo
Creates a new CommandButtonIconInfo with the given icons.
CommandButtonLabelInfo - Class in org.springframework.richclient.command.config
An immutable parameter object consisting of the text, mnemonic character, mnemonic character index and keystroke accelerator that may be associated with a labeled command button.
CommandButtonLabelInfo(String) - Constructor for class org.springframework.richclient.command.config.CommandButtonLabelInfo
Creates a new CommandButtonLabelInfo that will display the given text on its label.
CommandButtonLabelInfo(LabelInfo, KeyStroke) - Constructor for class org.springframework.richclient.command.config.CommandButtonLabelInfo
Creates a new CommandButtonLabelInfo with the given label information and keystroke accelerator.
CommandConfigurer - Interface in org.springframework.richclient.command.config
An interface to be implemented by classes that are responsible for configuring AbstractCommand instances.
commandConfigurerImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
CommandException - Exception in org.springframework.richclient.command
Indicates that a runtime or configuration error has occurred within the Command framework.
CommandException() - Constructor for exception org.springframework.richclient.command.CommandException
Creates a new CommandException.
CommandException(String) - Constructor for exception org.springframework.richclient.command.CommandException
Creates a new CommandException with the specified message.
CommandException(String, Throwable) - Constructor for exception org.springframework.richclient.command.CommandException
Creates a new CommandException with the specified message and nested exception.
CommandException(Throwable) - Constructor for exception org.springframework.richclient.command.CommandException
Creates a new CommandException with the specified nested exception.
CommandFaceButtonManager - Class in org.springframework.richclient.command.support
 
CommandFaceButtonManager(AbstractCommand, String) - Constructor for class org.springframework.richclient.command.support.CommandFaceButtonManager
 
CommandFaceButtonManager(AbstractCommand, CommandFaceDescriptor) - Constructor for class org.springframework.richclient.command.support.CommandFaceButtonManager
 
CommandFaceDescriptor - Class in org.springframework.richclient.command.config
A parameter object that contains the information to describe the visual representation of a command object.
CommandFaceDescriptor(String) - Constructor for class org.springframework.richclient.command.config.CommandFaceDescriptor
Creates a new CommandFaceDescriptor that uses the given encoded label descriptor to provide the label properties.
CommandFaceDescriptor(String, Icon, String) - Constructor for class org.springframework.richclient.command.config.CommandFaceDescriptor
Creates a new CommandFaceDescriptor that uses the given encoded label descriptor to provide the label properties, along with the given icon and caption.
CommandFaceDescriptor() - Constructor for class org.springframework.richclient.command.config.CommandFaceDescriptor
Creates a new CommandFaceDescriptor with a blank label and no icon or caption.
CommandFaceDescriptor(CommandButtonLabelInfo) - Constructor for class org.springframework.richclient.command.config.CommandFaceDescriptor
Creates a new CommandFaceDescriptor whose label information is provided by the given CommandButtonLabelInfo instance.
CommandFaceDescriptorRegistry - Interface in org.springframework.richclient.command.config
 
CommandFactory - Interface in org.springframework.richclient.command
 
CommandGroup - Class in org.springframework.richclient.command
Implementation of an AbstractCommand that groups a collection of commands.
CommandGroup() - Constructor for class org.springframework.richclient.command.CommandGroup
 
CommandGroup(String) - Constructor for class org.springframework.richclient.command.CommandGroup
 
CommandGroup(String, CommandFaceDescriptor) - Constructor for class org.springframework.richclient.command.CommandGroup
 
CommandGroup(String, CommandRegistry) - Constructor for class org.springframework.richclient.command.CommandGroup
Constructor with id for configuration and the CommandRegistry to use.
CommandGroup(String, String) - Constructor for class org.springframework.richclient.command.CommandGroup
 
CommandGroup(String, String, Icon, String) - Constructor for class org.springframework.richclient.command.CommandGroup
 
CommandGroupEvent - Class in org.springframework.richclient.command
 
CommandGroupEvent(Object) - Constructor for class org.springframework.richclient.command.CommandGroupEvent
 
CommandGroupFactoryBean - Class in org.springframework.richclient.command
A FactoryBean that produces a CommandGroup.
CommandGroupFactoryBean() - Constructor for class org.springframework.richclient.command.CommandGroupFactoryBean
Creates a new uninitialized CommandGroupFactoryBean.
CommandGroupFactoryBean(String, Object[]) - Constructor for class org.springframework.richclient.command.CommandGroupFactoryBean
Creates a new CommandGroupFactoryBean with the given group ID and command group members.
CommandGroupFactoryBean(String, CommandRegistry, Object[]) - Constructor for class org.springframework.richclient.command.CommandGroupFactoryBean
Creates a new CommandGroupFactoryBean.
CommandGroupFactoryBean(String, CommandRegistry, CommandConfigurer, Object[]) - Constructor for class org.springframework.richclient.command.CommandGroupFactoryBean
Creates a new CommandGroupFactoryBean.
CommandGroupJComponentBuilder - Class in org.springframework.richclient.command
CommandGroupComponentBuilder is a s-pecial case of the CommandGroupModelBuilderthat is specifically designed to build swing GUI components based on the passed in command-group.
CommandGroupJComponentBuilder() - Constructor for class org.springframework.richclient.command.CommandGroupJComponentBuilder
 
CommandGroupListener - Interface in org.springframework.richclient.command
 
CommandGroupModelBuilder - Class in org.springframework.richclient.command
CommandGroupModelBuilder is a helper class that allows to build Object Models derived from ready command-group structures.
CommandGroupModelBuilder() - Constructor for class org.springframework.richclient.command.CommandGroupModelBuilder
 
CommandIconConfigurable - Interface in org.springframework.richclient.command.config
 
CommandLabelConfigurable - Interface in org.springframework.richclient.command.config
An object that can be labeled; where a label consists of text, mnemonic, and potentially an accelerator key.
CommandManager - Interface in org.springframework.richclient.command
 
CommandNotOfRequiredTypeException - Exception in org.springframework.richclient.command
Indicates that a command object was not of the expected type.
CommandNotOfRequiredTypeException(String, Class, Class) - Constructor for exception org.springframework.richclient.command.CommandNotOfRequiredTypeException
Creates a new CommandNotOfRequiredTypeException.
commandRegistered(CommandRegistryEvent) - Method in interface org.springframework.richclient.command.CommandRegistryListener
 
commandRegistered(CommandRegistryEvent) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
CommandRegistry - Interface in org.springframework.richclient.command
A registry for command objects.
CommandRegistryEvent - Class in org.springframework.richclient.command
An event object that originated from a CommandRegistry.
CommandRegistryEvent(CommandRegistry, AbstractCommand) - Constructor for class org.springframework.richclient.command.CommandRegistryEvent
Creates a new CommandRegistryEvent for the given registry and command.
CommandRegistryListener - Interface in org.springframework.richclient.command
 
CommandServices - Interface in org.springframework.richclient.command
This service delivers the necessary factories and configurers to use with commands.
commandServicesImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
commit() - Method in interface org.springframework.binding.form.FormModel
Commits any changes buffered by the form property value models into the current form backing object.
commit() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
commit() - Method in class org.springframework.binding.value.CommitTrigger
Triggers a commit event.
commit() - Method in interface org.springframework.binding.value.CommitTriggerListener
Called when a commit event is fired.
commit() - Method in class org.springframework.binding.value.support.BufferedValueModel
Commits the value buffered by this value model back to the wrapped value model.
commit() - Method in class org.springframework.richclient.form.AbstractForm
 
commit() - Method in class org.springframework.richclient.form.CompoundForm
 
commit() - Method in interface org.springframework.richclient.form.Form
Commit all values of the FormModel.
CommitListener - Interface in org.springframework.binding.form
Listener interface for objects interested in intercepting before and after a form model is commited.
CommitListenerAdapter - Class in org.springframework.binding.form.support
 
CommitListenerAdapter() - Constructor for class org.springframework.binding.form.support.CommitListenerAdapter
 
COMMITTABLE_PROPERTY - Static variable in interface org.springframework.binding.form.FormModel
The name of the bound property committable.
committableUpdated() - Method in class org.springframework.binding.form.support.AbstractFormModel
Fires the necessary property change event for changes to the committable property.
CommitTrigger - Class in org.springframework.binding.value
A class that can be used to trigger an event on a group of objects.
CommitTrigger() - Constructor for class org.springframework.binding.value.CommitTrigger
Constructs a CommitTrigger.
CommitTriggerListener - Interface in org.springframework.binding.value
Interface to be implemented by classes that listen for the commit and revert events fired by a CommitTriger.
COMPARATOR_KEY - Static variable in class org.springframework.richclient.components.ShuttleListBinder
 
COMPARATOR_KEY - Static variable in class org.springframework.richclient.form.binding.swing.AbstractListBinder
key for defining a context dependent comparator value that is used to sort the elements of selectableItems.
COMPARATOR_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
compare(Object, Object) - Method in class org.springframework.binding.validation.ValidationMessageComparator
 
compare(int, int) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
compare(Object, Object) - Method in class org.springframework.richclient.table.ToStringComparator
 
compare(Object, Object) - Method in class org.springframework.rules.support.NumberComparator
 
ComparisonBinaryPredicate - Class in org.springframework.rules.constraint
Abstract helper superclass for binary predicates involved in comparison operations.
ComparisonBinaryPredicate() - Constructor for class org.springframework.rules.constraint.ComparisonBinaryPredicate
Creates a comparing binary predicate which operates on Comparable objects.
ComparisonBinaryPredicate(Comparator) - Constructor for class org.springframework.rules.constraint.ComparisonBinaryPredicate
Creates a comparing binary predicate which compares using the provided Comparator.
COMPLETED - Static variable in class org.springframework.core.closure.support.ProcessStatus
Process has completed.
COMPONENT_PROPERTY - Static variable in class org.springframework.richclient.dialog.control.Tab
 
componentClosed() - Method in interface org.springframework.richclient.application.PageComponent
 
componentClosed(PageComponent) - Method in interface org.springframework.richclient.application.PageComponentListener
Notifies this listener that the given component has been closed.
componentClosed() - Method in class org.springframework.richclient.application.support.AbstractView
 
componentClosed(PageComponent) - Method in class org.springframework.richclient.application.support.PageComponentListenerAdapter
 
componentClosed() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
ComponentFactory - Interface in org.springframework.richclient.factory
A factory interface for encapsulating logic to create well-formed, configured GUI controls.
componentFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
componentFocusGained() - Method in interface org.springframework.richclient.application.PageComponent
 
componentFocusGained(PageComponent) - Method in interface org.springframework.richclient.application.PageComponentListener
Notifies this listener that the given component has been given focus
componentFocusGained() - Method in class org.springframework.richclient.application.support.AbstractView
 
componentFocusGained(PageComponent) - Method in class org.springframework.richclient.application.support.PageComponentListenerAdapter
 
componentFocusGained(PageComponent) - Method in class org.springframework.richclient.application.support.SharedCommandTargeter
 
componentFocusGained() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
componentFocusLost() - Method in interface org.springframework.richclient.application.PageComponent
 
componentFocusLost(PageComponent) - Method in interface org.springframework.richclient.application.PageComponentListener
Notifies this listener that the given component has lost focus.
componentFocusLost() - Method in class org.springframework.richclient.application.support.AbstractView
 
componentFocusLost(PageComponent) - Method in class org.springframework.richclient.application.support.PageComponentListenerAdapter
 
componentFocusLost() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
ComponentGroupMember - Class in org.springframework.richclient.command
A implementation of the GroupMember interface that can be associated with instances of Components.
ComponentGroupMember(Component) - Constructor for class org.springframework.richclient.command.ComponentGroupMember
Creates a new ComponentGroupMember.
componentOpened() - Method in interface org.springframework.richclient.application.PageComponent
 
componentOpened(PageComponent) - Method in interface org.springframework.richclient.application.PageComponentListener
Notifies this listener that the given component has been created.
componentOpened() - Method in class org.springframework.richclient.application.support.AbstractView
 
componentOpened(PageComponent) - Method in class org.springframework.richclient.application.support.PageComponentListenerAdapter
 
componentOpened() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
componentsChanged() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Subclasses should call if layout of the dialog components changes.
CompositeDialogPage - Class in org.springframework.richclient.dialog
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
CompositeDialogPage(String) - Constructor for class org.springframework.richclient.dialog.CompositeDialogPage
 
CompositeDialogPage(String, boolean) - Constructor for class org.springframework.richclient.dialog.CompositeDialogPage
 
CompositeDialogPage.ChildChangeHandler - Class in org.springframework.richclient.dialog
 
CompositeDialogPage.ChildChangeHandler() - Constructor for class org.springframework.richclient.dialog.CompositeDialogPage.ChildChangeHandler
 
CompositeRichValidator - Class in org.springframework.binding.validation.support
This RichValidator allows combining several RichValidators.
CompositeRichValidator(RichValidator, RichValidator) - Constructor for class org.springframework.binding.validation.support.CompositeRichValidator
Convenient creation of CompositeRichValidator using two validators.
CompositeRichValidator(RichValidator[]) - Constructor for class org.springframework.binding.validation.support.CompositeRichValidator
Create a CompositeRichValidator that combines all the results from the given validators.
CompoundConstraint - Class in org.springframework.rules.constraint
Abstract base class for unary constraints which compose other constraints.
CompoundConstraint() - Constructor for class org.springframework.rules.constraint.CompoundConstraint
Constructs a compound constraint with no initial members.
CompoundConstraint(Constraint, Constraint) - Constructor for class org.springframework.rules.constraint.CompoundConstraint
Creates a CompoundUnaryPredicate composed of two constraints.
CompoundConstraint(Constraint[]) - Constructor for class org.springframework.rules.constraint.CompoundConstraint
Creates a CompoundUnaryPredicate composed of the specified constraints.
CompoundForm - Class in org.springframework.richclient.form
 
CompoundForm() - Constructor for class org.springframework.richclient.form.CompoundForm
 
CompoundForm(Class) - Constructor for class org.springframework.richclient.form.CompoundForm
 
CompoundForm(Object) - Constructor for class org.springframework.richclient.form.CompoundForm
 
CompoundPropertyConstraint - Class in org.springframework.rules.constraint.property
Abstract base class for unary predicates which compose other predicates.
CompoundPropertyConstraint(CompoundConstraint) - Constructor for class org.springframework.rules.constraint.property.CompoundPropertyConstraint
Constructs a compound predicate with no initial members.
ConditionalPropertyConstraint - Class in org.springframework.rules.constraint.property
Provides a way to trigger rules for propertyB when propertyA satisfies a certain condition:
ConditionalPropertyConstraint(PropertyConstraint, PropertyConstraint) - Constructor for class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
 
ConditionalPropertyConstraint(PropertyConstraint, PropertyConstraint, String) - Constructor for class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
Create a constraint which simulates the if...then pattern applied on separate properties.
ConditionalPropertyConstraint(PropertyConstraint, PropertyConstraint, PropertyConstraint) - Constructor for class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
 
ConditionalPropertyConstraint(PropertyConstraint, PropertyConstraint, PropertyConstraint, String) - Constructor for class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
Create a constraint which simulates the if...then...else pattern applied on separate properties.
ConfigurableFormComponentInterceptorFactory - Class in org.springframework.richclient.form.builder.support
FormComponentInterceptorFactory implementation that can include or exclude form models.
ConfigurableFormComponentInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
 
ConfigurableFormModel - Interface in org.springframework.binding.form
Sub-interface implemented by form models that allow for configuration of the form's value models, id etc..
ConfigurationException - Exception in org.springframework.richclient.application
Indicates that there is a problem with the runtime configuration of the application.
ConfigurationException() - Constructor for exception org.springframework.richclient.application.ConfigurationException
Creates a new ConfigurationException.
ConfigurationException(String) - Constructor for exception org.springframework.richclient.application.ConfigurationException
Creates a new ConfigurationException with the specified message.
ConfigurationException(String, Throwable) - Constructor for exception org.springframework.richclient.application.ConfigurationException
Creates a new ConfigurationException with the specified message and nested exception.
ConfigurationException(Throwable) - Constructor for exception org.springframework.richclient.application.ConfigurationException
Creates a new ConfigurationException with the specified nested exception.
configure(JLabel) - Method in interface org.springframework.binding.form.FieldFace
Configures the supplied JLabel using LabelInfo and Icon.
configure(AbstractButton) - Method in interface org.springframework.binding.form.FieldFace
Configures the supplied button using LabelInfo and Icon.
configure(JLabel) - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
configure(AbstractButton) - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
configure(JFormattedTextField, DefaultFormatter) - Method in class org.springframework.binding.value.swing.ValueCommitPolicy
 
configure(Object, String) - Method in interface org.springframework.richclient.application.config.ApplicationObjectConfigurer
Configure the specified object.
configure(Object, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Configures the given object according to the interfaces that it implements.
configure(AbstractButton, AbstractCommand, CommandFaceDescriptor) - Method in interface org.springframework.richclient.command.config.CommandButtonConfigurer
Configures the given button and optional command object with the properties of the given descriptor.
configure(AbstractButton) - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Configures the given command button with the icon values from this instance.
configure(AbstractButton) - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
Configures an existing button appropriately based on this label info's properties.
configure(AbstractCommand) - Method in interface org.springframework.richclient.command.config.CommandConfigurer
Configures the given command.
configure(AbstractButton, AbstractCommand, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Configures the given button and command using the given configurer and the information contained in this instance.
configure(Action) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Configures the given action with the information contained in this descriptor.
configure(AbstractButton, AbstractCommand, CommandFaceDescriptor) - Method in class org.springframework.richclient.command.config.DefaultCommandButtonConfigurer
Configures the given button and optional command object with the properties of the given descriptor.
configure(AbstractCommand) - Method in class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
configure(AbstractCommand, ApplicationObjectConfigurer) - Method in class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
configure(AbstractButton, AbstractCommand, CommandFaceDescriptor) - Method in class org.springframework.richclient.command.config.MenuItemButtonConfigurer
 
configure(AbstractButton, AbstractCommand, CommandFaceDescriptor) - Method in class org.springframework.richclient.command.config.PullDownMenuButtonConfigurer
 
configure(AbstractButton, AbstractCommand, CommandFaceDescriptor) - Method in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
configure(AbstractButton, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
configure(AbstractCommand) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
configure(AbstractButton) - Method in interface org.springframework.richclient.factory.ButtonConfigurer
Configure the given button.
configure() - Method in class org.springframework.richclient.form.AbstractMasterForm
Configure this master form's data and prepare the detail form.
configureAccelerator(AbstractButton, KeyStroke) - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
Sets the given keystroke accelerator on the given button.
configureButton(AbstractButton) - Method in class org.springframework.richclient.core.LabelInfo
Configures the given button with the properties held in this instance.
configureCommandIcons(CommandIconConfigurable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the icons of the given object.
configureCommandLabel(CommandLabelConfigurable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the CommandButtonLabelInfo of the given object.
configureDescription(DescriptionConfigurable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the description and caption of the given object.
configureForEnum(JComboBox, Class) - Method in interface org.springframework.richclient.factory.ComponentFactory
Configure a combo box to be populated with all enums of the specified enumeration type.
configureForEnum(JComboBox, Class) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
configureFrame(PageComponent, JInternalFrame) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
configureIcon(IconConfigurable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the icon of the given object.
configureIcon(AbstractButton) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Configures the given button with the icon information contained in this descriptor.
configureIconInfo(AbstractButton, boolean) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Configures the given button with the icon information contained in this descriptor.
configureIfNecessary(AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Configures the given command if it has not already been configured and this instance has been provided with a CommandConfigurer.
configureImage(ImageConfigurable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the image of the given object.
configureLabel(LabelConfigurable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the LabelInfo of the given object.
configureLabel(AbstractButton) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Configures the given button with the label information contained in this descriptor.
configureLabel(JLabel) - Method in class org.springframework.richclient.core.LabelInfo
Configures the given label with the parameters from this instance.
configureLabelFor(JLabel, JComponent) - Method in class org.springframework.richclient.core.LabelInfo
Configures the given label with the property values described by this instance and then sets it as the label for the given component.
configureSecurityController(SecurityControllable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Associates the given object with a security controller if it implements the SecurityControllable interface.
configureStandardTextArea(JTextArea) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
configureTable(JTable) - Method in class org.springframework.richclient.samples.simple.ui.ContactTable
 
configureTable(JTable) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Configure the newly created table as needed.
configureTextField(JTextField) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Configures the text field.
configureTitle(TitleConfigurable, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the title of the given object.
configureView(PageComponent, View, ViewDescriptor) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
ConfirmationDialog - Class in org.springframework.richclient.dialog
Dialog for asking confirmation to the user.
ConfirmationDialog() - Constructor for class org.springframework.richclient.dialog.ConfirmationDialog
 
ConfirmationDialog(String, String) - Constructor for class org.springframework.richclient.dialog.ConfirmationDialog
 
ConfirmationDialog(String, Window, String) - Constructor for class org.springframework.richclient.dialog.ConfirmationDialog
 
conjunction() - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
conjunction() - Method in class org.springframework.rules.factory.Constraints
Returns a new, empty conjunction prototype, capable of composing individual constraints where 'ALL' must test true.
consolidateSeparators(JToolBar) - Static method in class org.springframework.richclient.util.SeparatorUtils
Consolidates separators in a toolbar: subsequent separators will be collapsed to one separator if the first visible item of a menu is a separator, it will be made invisible if the last visible item of a menu is a separator, it will be made invisible
consolidateSeparators(JPopupMenu) - Static method in class org.springframework.richclient.util.SeparatorUtils
Consolidates separators in a popupmenu: subsequent separators will be collapsed to one separator if the first visible item of a menu is a separator, it will be made invisible if the last visible item of a menu is a separator, it will be made invisible
consolidateSeparators(JMenu) - Static method in class org.springframework.richclient.util.SeparatorUtils
Consolidates separators in a menu: subsequent separators will be collapsed to one separator if the first visible item of a menu is a separator, it will be made invisible if the last visible item of a menu is a separator, it will be made invisible
consolidateSeparators(JMenuBar) - Static method in class org.springframework.richclient.util.SeparatorUtils
Consolidates separators in a menubar.
Constraint - Interface in org.springframework.core.closure
A function object that tests one argument and returns a single boolean result.
Constraints - Class in org.springframework.rules.factory
A factory for easing the construction and composition of constraints.
Constraints() - Constructor for class org.springframework.rules.factory.Constraints
 
ConstraintsAccessor - Class in org.springframework.rules.constraint
A convenience constraints factory accessor for easy subclassing.
ConstraintsAccessor() - Constructor for class org.springframework.rules.constraint.ConstraintsAccessor
 
constraintSatisfied(PropertyConstraint) - Method in class org.springframework.binding.validation.support.RulesValidator
 
constraintSatisfied() - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
constraintSatisfied() - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
constraintViolated(PropertyConstraint, PropertyResults) - Method in class org.springframework.binding.validation.support.RulesValidator
 
constraintViolated(Constraint) - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
constraintViolated(Constraint) - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
construct() - Method in class org.springframework.richclient.util.SwingWorker
Computes the value to be returned by the get method.
constructSecurityControllerId(String) - Method in class org.springframework.richclient.form.AbstractForm
Construct a default security controller Id for a given command face id.
Contact - Class in org.springframework.richclient.samples.simple.domain
This class provides a trivial domain object for the sample application.
Contact() - Constructor for class org.springframework.richclient.samples.simple.domain.Contact
Default constructor.
ContactDataStore - Class in org.springframework.richclient.samples.simple.domain
This class provides a trivial in-memory datastore to hold all the contacts.
ContactDataStore() - Constructor for class org.springframework.richclient.samples.simple.domain.ContactDataStore
Default constructor - "load" our initial data.
ContactForm - Class in org.springframework.richclient.samples.simple.ui
Form to handle the properties of a Contact object.
ContactForm(Contact) - Constructor for class org.springframework.richclient.samples.simple.ui.ContactForm
 
ContactPropertiesDialog - Class in org.springframework.richclient.samples.simple.ui
This is a dialog for editing the properties of a Contact object.
ContactPropertiesDialog(ContactDataStore) - Constructor for class org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog
 
ContactPropertiesDialog(Contact, ContactDataStore) - Constructor for class org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog
 
ContactTable - Class in org.springframework.richclient.samples.simple.ui
This class provides a concrete implementation of a table showing Contact objects.
ContactTable(ContactDataStore) - Constructor for class org.springframework.richclient.samples.simple.ui.ContactTable
Default constructor.
ContactType - Class in org.springframework.richclient.samples.simple.domain
This class provides the Enums to indicate the type of contact, personal or business.
ContactView - Class in org.springframework.richclient.samples.simple.ui
This class provides the main view of the contacts.
ContactView() - Constructor for class org.springframework.richclient.samples.simple.ui.ContactView
Default constructor.
containedIn(Throwable, List<Class>) - Method in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
 
contains(Object) - Method in class org.springframework.binding.value.support.ListListModel
 
contains(AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroup
 
contains(AbstractCommand) - Method in class org.springframework.richclient.command.GroupMemberList
 
contains(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
contains(String) - Method in interface org.springframework.richclient.settings.Settings
 
CONTAINS - Static variable in class org.springframework.rules.constraint.Like
 
containsActionCommand(String) - Method in interface org.springframework.richclient.command.CommandRegistry
Deprecated. Replaced by CommandRegistry.isTypeMatch(String, Class)
containsActionCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
containsActionCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Deprecated.  
containsAll(Collection) - Method in class org.springframework.binding.value.support.ListListModel
 
containsCommand(String) - Method in interface org.springframework.richclient.command.CommandRegistry
Returns true if the registry contains a command with the given identifier.
containsCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
Returns true if the registry contains a command with the given identifier.
containsCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Returns true if the registry contains a command with the given identifier.
containsCommandGroup(String) - Method in interface org.springframework.richclient.command.CommandRegistry
Deprecated. Replaced by CommandRegistry.isTypeMatch(String, Class)
containsCommandGroup(String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
containsCommandGroup(String) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Deprecated.  
containsDefaultImplementation(Class) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Tests if a default implementation for the requested service type is available
containsKey(Object) - Method in class org.springframework.richclient.image.DefaultImageSource
 
containsService(Class) - Method in interface org.springframework.richclient.application.ApplicationServices
Determine if a service of the requested type is available.
containsService(Class) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
 
containsService(Class) - Method in class org.springframework.richclient.application.support.StaticApplicationServices
 
containsServiceForClassType(Class) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Tests if the application context contains a bean definition by using the decapitalized shortname of the serviceType class name
contentsChanged(ListDataEvent) - Method in class org.springframework.richclient.list.AbstractFilteredListModel
 
contentsChanged(ListDataEvent) - Method in class org.springframework.richclient.list.FilteredListModel
 
contentsChanged(ListDataEvent) - Method in class org.springframework.richclient.list.SortedListModel
 
continueDeeper(CommandGroup, int) - Method in class org.springframework.richclient.command.CommandGroupModelBuilder
Allows the implementation subclass to decide (by overriding) if traversing the structure should continue deeper down.
ControlFactory - Interface in org.springframework.richclient.factory
A factory for producing GUI control components.
controlValueChanged(Object) - Method in class org.springframework.richclient.form.binding.support.CustomBinding
Should be called when the bound component's value changes.
conversionServiceImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
convertDataIndexesToSortedIndexes(int[]) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
convertDataIndexesToSortedIndexes(int[]) - Method in interface org.springframework.richclient.table.SortableTableModel
 
convertIfNecessary(Object, Class, MethodParameter) - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
convertModelIndexToUIIndex(int) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
convertModelToRowIndex(int) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
convertPrimitiveToWrapper(Class) - Static method in class org.springframework.richclient.util.ClassUtils
Gets the equivalent class to convert to if the given clazz is a primitive.
convertSelectedValues(Object[]) - Method in class org.springframework.richclient.form.binding.swing.ListBinding
Converts the given values into a type that matches the fieldType
convertSortedIndexesToDataIndexes(int[]) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
convertSortedIndexesToDataIndexes(int[]) - Method in interface org.springframework.richclient.table.SortableTableModel
 
convertSortedIndexToDataIndex(int) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
convertSortedIndexToDataIndex(int) - Method in interface org.springframework.richclient.table.SortableTableModel
 
convertUIIndexToModelIndex(int) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
convertValue(Object, Class) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
Converts the given object value into the given targetClass
COPY - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
copyInto(CompoundConstraint) - Method in class org.springframework.rules.constraint.CompoundConstraint
 
create(Object) - Method in class org.springframework.richclient.image.DefaultIconSource.IconCache
 
createApplicationDescriptorComponent() - Method in class org.springframework.richclient.application.support.AboutBox.AboutDialog
Create the control that shows the application descriptor data (title, caption, description, version, and build id).
createApplicationPage(ApplicationWindow, PageDescriptor) - Method in interface org.springframework.richclient.application.ApplicationPageFactory
Create a new ApplicationPage.
createApplicationPage(ApplicationWindow, PageDescriptor) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
createApplicationPage(ApplicationWindow, PageDescriptor) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPageFactory
 
createApplicationPage(ApplicationWindow, PageDescriptor) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
 
createApplicationPage(ApplicationWindow, PageDescriptor) - Method in class org.springframework.richclient.application.support.DefaultApplicationPageFactory
 
createApplicationPage(ApplicationWindow, PageDescriptor) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPageFactory
 
createApplicationWindow() - Method in interface org.springframework.richclient.application.ApplicationWindowFactory
Create a new ApplicationWindow.
createApplicationWindow() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowFactory
 
createBinding(String) - Method in interface org.springframework.richclient.form.binding.BindingFactory
Returns a binding for the provided formPropertyPath.
createBinding(String, Map) - Method in interface org.springframework.richclient.form.binding.BindingFactory
Returns a binding for the provided formPropertyPath.
createBinding(Class, String) - Method in interface org.springframework.richclient.form.binding.BindingFactory
Returns a binding to a control of type controlType for the provided formPropertyPath
createBinding(Class, String, Map) - Method in interface org.springframework.richclient.form.binding.BindingFactory
Returns a binding to a control of type controlType for the provided formPropertyPath
createBinding(String) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
createBinding(Class, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
createBinding(String, Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
createBinding(Class, String, Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
createBinding(String, JComponent) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Create a binding that uses the given component instead of its default component.
createBinding(String, JComponent, Map) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Create a binding that uses the given component instead of its default component.
createBindingContext(FormModel, String, ValueModel, String) - Static method in class org.springframework.richclient.components.ShuttleListBinder
Utility method to construct the context map used to configure instances of ShutteListBinding created by this binder.
createBoundCheckBox(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundComboBox(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundComboBox(String, Object) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundComboBox(String, ValueModel) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundComboBox(String, String, String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundComboBox(String, Object, String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundComboBox(String, ValueModel, String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundFormattedTextField(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundFormattedTextField(String, JFormattedTextField.AbstractFormatterFactory) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundLabel(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundList(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundList(String, Object) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
Binds the values specified in the collection contained within selectableItems to a JList, with any user selection being placed in the form property referred to by selectionFormProperty.
createBoundList(String, Object, String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundList(String, ValueModel, String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
Binds the values specified in the collection contained within selectableItemsHolder to a JList, with any user selection being placed in the form property referred to by selectionFormProperty.
createBoundList(String, ValueModel) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
Binds the values specified in the collection contained within selectableItemsHolder to a JList, with any user selection being placed in the form property referred to by selectionFormProperty.
createBoundList(String, Object, String, Integer) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
Binds the value(s) specified in selectableItems to a JList, with any user selection being placed in the form property referred to by selectionFormProperty.
createBoundListModel(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
Deprecated.  
createBoundShuttleList(String, ValueModel, String) - Method in class org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactory
Binds the values specified in the collection contained within selectableItemsHolder to a ShuttleList, with any user selection being placed in the form property referred to by selectionFormProperty.
createBoundShuttleList(String, Object, String) - Method in class org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactory
Binds the values specified in the collection contained within selectableItems (which will be wrapped in a ValueHolder to a ShuttleList, with any user selection being placed in the form property referred to by selectionFormProperty.
createBoundShuttleList(String, Object) - Method in class org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactory
Binds the values specified in the collection contained within selectableItems (which will be wrapped in a ValueHolder to a ShuttleList, with any user selection being placed in the form property referred to by selectionFormProperty.
createBoundSpinner(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundTextArea(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundTextArea(String, int, int) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundTextField(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBoundToggleButton(String) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
createBufferedListModel() - Method in class org.springframework.binding.value.support.BufferedCollectionValueModel
Create an empty buffered list model.
createButton() - Method in class org.springframework.richclient.command.AbstractCommand
Create a button using the defaults for faceDescriptorId, buttonFactory and buttonConfigurer.
createButton(String) - Method in class org.springframework.richclient.command.AbstractCommand
Create a button using the defaults for buttonFactory and buttonConfigurer.
createButton(ButtonFactory) - Method in class org.springframework.richclient.command.AbstractCommand
Create a button using the defaults for faceDescriptorId and buttonConfigurer.
createButton(String, ButtonFactory) - Method in class org.springframework.richclient.command.AbstractCommand
Create a button using the default buttonConfigurer.
createButton(ButtonFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.AbstractCommand
Create a button using the default buttonFactory.
createButton(String, ButtonFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.AbstractCommand
Creates a button using the provided id, factory and configurer.
createButton(String, ButtonFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.CommandGroup
 
createButton(ButtonFactory, MenuFactory) - Method in class org.springframework.richclient.command.CommandGroup
 
createButton(String, ButtonFactory, MenuFactory) - Method in class org.springframework.richclient.command.CommandGroup
 
createButton(ButtonFactory, MenuFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.CommandGroup
 
createButton(String, ButtonFactory, MenuFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.CommandGroup
 
createButton(String, ButtonFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.ToggleCommand
 
createButton() - Method in interface org.springframework.richclient.factory.ButtonFactory
Returns a standard button.
createButton(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure a button with the specified label key.
createButton() - Method in class org.springframework.richclient.factory.DefaultButtonFactory
Returns a standard button.
createButton(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createButtonBar() - Method in class org.springframework.richclient.command.CommandGroup
Create a button bar with buttons for all the commands in this group.
createButtonBar(Size) - Method in class org.springframework.richclient.command.CommandGroup
Create a button bar with buttons for all the commands in this group.
createButtonBar(ColumnSpec, RowSpec) - Method in class org.springframework.richclient.command.CommandGroup
Create a button bar with buttons for all the commands in this.
createButtonBar(Size, Border) - Method in class org.springframework.richclient.command.CommandGroup
Create a button bar with buttons for all the commands in this.
createButtonBar(ColumnSpec, RowSpec, Border) - Method in class org.springframework.richclient.command.CommandGroup
Create a button bar with buttons for all the commands in this.
createButtonBar() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return a standardized row of command buttons, right-justified and all of the same size, with OK as the default button, and no mnemonics used, as per the Java Look and Feel guidelines.
createButtonBar(Object[]) - Static method in class org.springframework.richclient.dialog.support.DialogPageUtils
Return a standardized row of command buttons.
createButtonBar() - Method in class org.springframework.richclient.form.AbstractDetailForm
Return a standardized row of command buttons, right-justified and all of the same size, with OK as the default button, and no mnemonics used, as per the Java Look and Feel guidelines.
createButtonBar() - Method in class org.springframework.richclient.form.AbstractMasterForm
Return a standardized row of command buttons, right-justified and all of the same size, with OK as the default button, and no mnemonics used, as per the Java Look and Feel guidelines.
createButtons() - Method in class org.springframework.richclient.preference.PreferencePage
Creates two commands "Restore defaults" and "Apply" for this page, layouts them on the panel.
createButtonStack() - Method in class org.springframework.richclient.command.CommandGroup
Create a button stack with buttons for all the commands.
createButtonStack(Size) - Method in class org.springframework.richclient.command.CommandGroup
Create a button stack with buttons for all the commands.
createButtonStack(Size, Border) - Method in class org.springframework.richclient.command.CommandGroup
Create a button stack with buttons for all the commands.
createButtonStack(ColumnSpec, RowSpec) - Method in class org.springframework.richclient.command.CommandGroup
Create a button stack with buttons for all the commands.
createButtonStack(ColumnSpec, RowSpec, Border) - Method in class org.springframework.richclient.command.CommandGroup
Create a button stack with buttons for all the commands.
createCancelButton() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
createCancelCommand() - Method in class org.springframework.richclient.form.AbstractDetailForm
Create the cancel command.
createCheckBox() - Method in class org.springframework.richclient.command.ToggleCommand
 
createCheckBox(ButtonFactory) - Method in class org.springframework.richclient.command.ToggleCommand
 
createCheckBox(String, ButtonFactory) - Method in class org.springframework.richclient.command.ToggleCommand
 
createCheckBox(String, ButtonFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.ToggleCommand
 
createCheckBox() - Method in interface org.springframework.richclient.factory.ButtonFactory
Returns a checkBox.
createCheckBox(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a configured checkbox.
createCheckBox(String[]) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a configured checkbox.
createCheckBox() - Method in class org.springframework.richclient.factory.DefaultButtonFactory
Returns a checkBox.
createCheckBox(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createCheckBox(String[]) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createCheckBoxMenuItem() - Method in class org.springframework.richclient.factory.DefaultMenuFactory
 
createCheckBoxMenuItem() - Method in interface org.springframework.richclient.factory.MenuFactory
Create a menu item with a checkbox LaF.
createChildPageFormModel(HierarchicalFormModel) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createChildPageFormModel(HierarchicalFormModel, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createChildPageFormModel(HierarchicalFormModel, String, String) - Static method in class org.springframework.richclient.form.FormModelHelper
Create a child form model nested by this form model identified by the provided name.
createChildPageFormModel(HierarchicalFormModel, String, ValueModel) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createChildPropertyAccessor(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
createChildPropertyAccessor(String) - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
createColumnClasses() - Method in class org.springframework.richclient.table.BaseTableModel
Subclasses must implement this method to return the array of class types for the columns displayed by this table model.
createColumnInfo() - Method in class org.springframework.richclient.table.BaseTableModel
Creates the required column information based on the value provided by the BaseTableModel.createColumnClasses() and BaseTableModel.createColumnNames() methods.
createColumnInfo() - Method in class org.springframework.richclient.table.BeanTableModel
 
createColumnNames() - Method in class org.springframework.richclient.table.BaseTableModel
Subclasses must implement this method to return the array of column headers for the columns to be displayed by this table model.
createColumnNames() - Method in class org.springframework.richclient.table.BeanTableModel
 
createColumnNames(String[]) - Method in class org.springframework.richclient.table.support.GlazedTableModel
Create the text for the column headers.
createColumnPropertyNames() - Method in class org.springframework.richclient.table.BeanTableModel
 
createComboBox() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a combo box using this component factory.
createComboBox(Class) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a combo box using this component factory, to be populated by the list of all enums of the specified type, resolved using this factory's enum resolver.
createComboBox() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createComboBox(Class) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createCommandButtonColumn(JButton[]) - Static method in class org.springframework.richclient.util.GuiStandardUtils
Make a vertical row of buttons of equal size, whch are equally spaced, and aligned on the right.
createCommandButtonRow(JButton[]) - Static method in class org.springframework.richclient.util.GuiStandardUtils
Make a horizontal row of buttons of equal size, whch are equally spaced, and aligned on the right.
createCommandGroup(String, Object[]) - Method in interface org.springframework.richclient.command.CommandFactory
 
createCommandGroup(AbstractCommand) - Static method in class org.springframework.richclient.command.CommandGroup
Creates a command group with a single command member.
createCommandGroup(Object[]) - Static method in class org.springframework.richclient.command.CommandGroup
Create a command group which holds all the given members.
createCommandGroup(String, Object[]) - Static method in class org.springframework.richclient.command.CommandGroup
Create a command group which holds all the given members.
createCommandGroup(String, Object[], CommandConfigurer) - Static method in class org.springframework.richclient.command.CommandGroup
Create a command group which holds all the given members.
createCommandGroup() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Creates the command group for this factory and assigns it an identifier equal to the group id of the factory.
createCommandGroup(String, Object[]) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
createCommitButton() - Method in class org.springframework.richclient.form.AbstractForm
 
createCompoundFormModel(Object) - Method in class org.springframework.richclient.form.CompoundForm
 
createCompoundFormModel(Object, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createCompoundFormModel(ValueModel, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createCompoundFormModel(Object) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createConstraint() - Method in class org.springframework.rules.constraint.LogicalOperator
 
createContentControl() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
createContentPane() - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Returns the component to be displayed in the splash screen's main frame.
createContentPane() - Method in class org.springframework.richclient.application.splash.MacOSXSplashScreen
 
createContentPane() - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
Returns a component that displays an image above a progress bar.
createContentPane() - Method in class org.springframework.richclient.application.splash.SimpleSplashScreen
Returns a component that displays an image in a canvas.
createContents() - Method in class org.springframework.richclient.preference.FormBackedPreferencePage
 
createContents() - Method in class org.springframework.richclient.preference.PreferencePage
 
createContext(String, Object) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
createContextMenuCommandGroup(CommandManager, JDesktopPane) - Method in class org.springframework.richclient.application.mdi.contextmenu.DefaultDesktopCommandGroupFactory
Create a desktop pane context menu CommandGroup.
createContextMenuCommandGroup(CommandManager, JDesktopPane) - Method in interface org.springframework.richclient.application.mdi.contextmenu.DesktopCommandGroupFactory
 
createControl() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
createControl() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
createControl() - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
createControl() - Method in class org.springframework.richclient.application.setup.SetupIntroWizardPage
 
createControl() - Method in class org.springframework.richclient.application.setup.SetupLicenseWizardPage
createControl() - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
 
createControl() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
createControl() - Method in class org.springframework.richclient.application.support.AbstractView
 
createControl() - Method in class org.springframework.richclient.application.support.DefaultApplicationPage
 
createControl() - Method in class org.springframework.richclient.application.support.DefaultPageComponentPane
 
createControl() - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
createControl(Map) - Method in class org.springframework.richclient.components.ShuttleListBinder
 
createControl() - Method in class org.springframework.richclient.control.ExceptionDetailsPane
 
createControl() - Method in class org.springframework.richclient.control.ListItemUpDownButtonPanel
 
createControl() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
createControl() - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
createControl() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
createControl() - Method in class org.springframework.richclient.dialog.FormBackedDialogPage
 
createControl() - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
createControl() - Method in class org.springframework.richclient.dialog.TitlePane
 
createControl() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
createControl() - Method in class org.springframework.richclient.factory.AbstractControlFactory
Subclasses must override this method to create a new instance of the control that this factory produces.
createControl() - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
createControl() - Method in class org.springframework.richclient.form.AbstractForm
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBinder
 
createControl() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.CheckBoxBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.LabelBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.ScrollPaneBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.TextAreaBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.TextComponentBinder
 
createControl(Map) - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinder
 
createControl() - Method in class org.springframework.richclient.form.DefaultFormUIProvider
 
createControl() - Method in class org.springframework.richclient.preference.PreferencePage
 
createControl() - Method in class org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView
IMPORTANT: This code isn't a good example of how to write a view.
createControl(Map) - Method in class org.springframework.richclient.samples.petclinic.ui.binder.CustomDatePickerBinder
 
createControl(Map) - Method in class org.springframework.richclient.samples.petclinic.ui.binder.PetTypeBinder
 
createControl() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
createControl() - Method in class org.springframework.richclient.samples.petclinic.ui.VetManagerView
 
createControl() - Method in class org.springframework.richclient.samples.showcase.InitialView
Create the actual UI control for this view.
createControl() - Method in class org.springframework.richclient.samples.simple.ui.ContactView
Create the control for this view.
createControl() - Method in class org.springframework.richclient.samples.simple.ui.InitialView
Create the actual UI control for this view.
createControl() - Method in class org.springframework.richclient.script.ScriptedView
 
createControl(Map) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
createControl() - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
createControl() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
 
createControl() - Method in class org.springframework.richclient.wizard.FormBackedWizardPage
 
createControlIfNecessary() - Method in class org.springframework.richclient.factory.AbstractControlFactory
Creates an instance of the control produced by this factory if operating in singleton mode and the control instance has not already been created.
createConversionService() - Method in class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
Creates the conversion service.
createConvertingValueModel(String, Class) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
CREATED - Static variable in class org.springframework.core.closure.support.ProcessStatus
Process created.
CREATED - Static variable in class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
createDebugBorder(JComponent, Color) - Static method in class org.springframework.richclient.util.GuiStandardUtils
Useful debug function to place a colored, line border around a component for layout management debugging.
createDefaultBinding(String) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Create a binding by looking up the appropriate registered binding.
createDefaultButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
createDefaultDocument() - Method in class org.springframework.richclient.text.SynchronousHTMLEditorKit
 
createDeleteButton() - Method in class org.springframework.richclient.form.AbstractMasterForm
Construct the button to invoke the delete command.
createDeleteCommand() - Method in class org.springframework.richclient.form.AbstractMasterForm
Create the "delete object" command.
createDetailForm(HierarchicalFormModel, ValueModel, ObservableList) - Method in class org.springframework.richclient.form.AbstractMasterForm
Construct the detail half of this master/detail pair.
createDialog() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Builds/initializes the dialog and all of its components.
createDialog() - Method in class org.springframework.richclient.preference.PreferenceManager
 
createDialogContentPane() - Method in class org.springframework.richclient.application.setup.SetupWizardDialog
 
createDialogContentPane() - Method in class org.springframework.richclient.application.support.AboutBox.AboutDialog
Construct the main dialog pane.
createDialogContentPane() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the GUI which allows the user to manipulate the business objects related to this dialog.
createDialogContentPane() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
createDialogContentPane() - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
createDialogContentPane() - Method in class org.springframework.richclient.dialog.MessageDialog
 
createDialogContentPane() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
Return the GUI which allows the user to manipulate the business objects related to this dialog.
createDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.command.ToolbarSample
 
createDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.dialog.BasicApplicationDialog
 
createDialogContentPane() - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
createDialogPage(Form) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
createDialogTitle(String, String) - Static method in class org.springframework.richclient.util.GuiStandardUtils
Return text which conforms to the Look and Feel Design Guidelines for the title of a dialog : the application name, a colon, then the name of the specific dialog.
createDockable(PageComponent) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
createDockable(ViewDescriptor, PageComponent) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
createEnumSelectableItems(FormModel, String) - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder
 
createEnumSelectableItemsHolder(FormModel, String) - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinder
 
createEvenlySpacedBorder(int) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
createEvenlySpacedBorder(ConstantSize) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
createExceptionContent(Throwable) - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
createExceptionContent(Throwable) - Method in class org.springframework.richclient.exceptionhandling.HibernateValidatorDialogExceptionHandler
 
createExceptionContent(Throwable) - Method in class org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
 
createExclusiveCommandGroup(String, Object[]) - Method in interface org.springframework.richclient.command.CommandFactory
 
createExclusiveCommandGroup(Object[]) - Static method in class org.springframework.richclient.command.CommandGroup
 
createExclusiveCommandGroup(String, Object[]) - Static method in class org.springframework.richclient.command.CommandGroup
 
createExclusiveCommandGroup(String, Object[], CommandConfigurer) - Static method in class org.springframework.richclient.command.CommandGroup
 
createExclusiveCommandGroup(String, Object[]) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
createFilterComponent() - Method in class org.springframework.richclient.selection.dialog.FilterListSelectionDialog
 
createFilteredModel(ListModel, Constraint) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
createFirstPageButtonBar() - Method in class org.springframework.richclient.application.setup.SetupWizardDialog
 
createFirstPageControl() - Method in class org.springframework.richclient.application.setup.SetupWizardDialog
 
createForm() - Method in class org.springframework.richclient.preference.FormBackedPreferencePage
 
createFormattedTextField(JFormattedTextField.AbstractFormatterFactory) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a formatted text field using this component factory.
createFormattedTextField(JFormattedTextField.AbstractFormatterFactory) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createFormControl() - Method in class org.springframework.richclient.form.AbstractForm
 
createFormControl() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
 
createFormControl() - Method in class org.springframework.richclient.form.GeneratedForm
 
createFormControl() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerAddressForm
 
createFormControl() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerGeneralForm
 
createFormControl() - Method in class org.springframework.richclient.samples.petclinic.ui.PetForm
 
createFormControl() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthConstraintForm
 
createFormControl() - Method in class org.springframework.richclient.samples.simple.ui.ContactForm
 
createFormControl() - Method in class org.springframework.richclient.security.LoginForm
Construct the form with the username and password fields.
createFormModel(Object, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createFormModel(Object, boolean, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createFormModel(Object, boolean, RulesSource, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createFormModel(ValueModel) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createFormModel(ValueModel, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createFormModel(ValueModel, boolean, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createFormModel(Object) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createFormModel(Object, boolean) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createGuardedAdapter(JComponent) - Static method in class org.springframework.richclient.core.GuardedGroup
 
createGuardedGroup(Object[]) - Static method in class org.springframework.richclient.core.GuardedGroup
 
createGuardedGroup(JComponent[]) - Static method in class org.springframework.richclient.core.GuardedGroup
 
createGuardedGroup(JComponent[][]) - Static method in class org.springframework.richclient.core.GuardedGroup
 
createInputLabel() - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
createInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
Returns a FormComponentInterceptor for the given FormModel.
createInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.DirtyIndicatorInterceptorFactory
 
createInternalFrame(PageComponent) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
createLabel(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure a label with the specified label key.
createLabel(String[]) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure a label with the specified label key.
createLabel(String, Object[]) - Method in interface org.springframework.richclient.factory.ComponentFactory
Creates and configure a label with the specified label key and parameterized arguments.
createLabel(String, ValueModel[]) - Method in interface org.springframework.richclient.factory.ComponentFactory
Creates and configure a label with the specified label key and parameterized arguments.
createLabel(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Create and configure a label with the specified label key.
createLabel(String[]) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Create and configure a label with the specified label key.
createLabel(String, Object[]) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Creates and configure a label with the specified label key and parameterized arguments.
createLabel(String, ValueModel[]) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Creates and configure a label with the specified label key and parameterized arguments.
createLabel(String) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder.FormModelAwareGridBagLayoutBuilder
 
createLabel(String) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
 
createLabeledSeparator(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure an left-aligned label acting as a form dividing separator; that is, a control that displays a label and a separator immediately underneath it.
createLabeledSeparator(String, Alignment) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure an aligned label acting as a form dividing separator; that is, a control that displays a label and a separator immediately underneath it.
createLabeledSeparator(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createLabeledSeparator(String, Alignment) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createLabelFor(String, JComponent) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure a label for the provided component.
createLabelFor(String[], JComponent) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure a label for the provided component.
createLabelFor(String, JComponent) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createLabelFor(String[], JComponent) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createLabelFor(String, JComponent) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Create a label for the property.
createLeftAndRightBorder(int) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
createLeftAndRightBorder(ConstantSize) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
createList() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a list using this component factory.
createList() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createListBinding(JComponent, FormModel, String) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Called to create the binding instance
createListBinding(JComponent, FormModel, String) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
createListBinding(JComponent, FormModel, String) - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinder
 
createListBinding(JComponent, FormModel, String) - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
createListBinding(JComponent, FormModel, String) - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder
 
createListCellRenderer() - Method in class org.springframework.richclient.util.AbstractCellRenderer
 
createListValueModelComboBox(ValueModel, ValueModel, String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a combo box using this component factory.
createListValueModelComboBox(ValueModel, ValueModel, String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createLoginDetails() - Method in class org.springframework.richclient.security.LoginForm
Create the form object to hold our login information.
createLoginForm() - Method in class org.springframework.richclient.security.LoginCommand
Construct the Form to place in the login dialog.
createMemento(JComponent, String) - Method in class org.springframework.richclient.settings.support.DefaultMementoFactory
 
createMemento(JComponent, String) - Method in interface org.springframework.richclient.settings.support.MementoFactory
 
createMenu() - Method in class org.springframework.richclient.factory.DefaultMenuFactory
 
createMenu() - Method in interface org.springframework.richclient.factory.MenuFactory
Create a menu.
createMenuBar() - Method in class org.springframework.richclient.command.CommandGroup
 
createMenuBar(MenuFactory) - Method in class org.springframework.richclient.command.CommandGroup
 
createMenuBar() - Method in class org.springframework.richclient.factory.DefaultMenuFactory
 
createMenuBar() - Method in interface org.springframework.richclient.factory.MenuFactory
Create a menu bar.
createMenuBarControl() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
createMenuItem() - Method in class org.springframework.richclient.command.AbstractCommand
Create a menuItem using the defaults for faceDescriptorId, menuFactory and menuItemButtonConfigurer.
createMenuItem(String) - Method in class org.springframework.richclient.command.AbstractCommand
Create a menuItem using the defaults for menuFactory and menuItemButtonConfigurer.
createMenuItem(MenuFactory) - Method in class org.springframework.richclient.command.AbstractCommand
Create a menuItem using the defaults for faceDescriptorId and menuItemButtonConfigurer.
createMenuItem(String, MenuFactory) - Method in class org.springframework.richclient.command.AbstractCommand
Create a menuItem using the default and menuItemButtonConfigurer.
createMenuItem(MenuFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.AbstractCommand
Create a menuItem using the default faceDescriptorId.
createMenuItem(String, MenuFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.AbstractCommand
Create a menuItem using the provided id, factory and configurer.
createMenuItem(String, MenuFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.CommandGroup
 
createMenuItem(String, MenuFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.ToggleCommand
 
createMenuItem(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a configured menu item.
createMenuItem(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createMenuItem() - Method in class org.springframework.richclient.factory.DefaultMenuFactory
 
createMenuItem() - Method in interface org.springframework.richclient.factory.MenuFactory
Create a menu item.
createMenuItemButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
createMessageLabel() - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Create the JLabel used to render the messages.
createMessagePane() - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
createModel() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
createNewCheckBox() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createNewFormObjectButton() - Method in class org.springframework.richclient.form.AbstractForm
 
createNewFormObjectCommand() - Method in class org.springframework.richclient.form.AbstractMasterForm
Create the "new detail object" command.
createNewLabel() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createNewObject() - Method in class org.springframework.richclient.form.AbstractForm
Create a new object to install into the form.
createNewRadioButton() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createNewToggleButton() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createNewWindow() - Method in class org.springframework.richclient.application.Application
 
createNewWindowControl() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
createNotReadablePropertyException(String, Exception) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
 
createPage(ApplicationWindow, String) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
createPage(PageDescriptor) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
Factory method for creating the page area managed by this window.
createPageComponent() - Method in interface org.springframework.richclient.application.PageComponentDescriptor
Creates the page component defined by this descriptor.
createPageComponent(PageComponentDescriptor) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
Creates a PageComponent for the given PageComponentDescriptor.
createPageComponent() - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
createPageComponent() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
createPageComponentPane(PageComponent) - Method in interface org.springframework.richclient.application.PageComponentPaneFactory
Creates a new PageComponentPane for the given PageComponent.
createPageComponentPane(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
createPageComponentPane(PageComponent) - Method in class org.springframework.richclient.application.support.DefaultPageComponentPaneFactory
 
createPageComponentPane(PageComponent) - Method in class org.springframework.richclient.application.support.SimplePageComponentPaneFactory
 
createPageControls() - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
createPanel() - Method in interface org.springframework.richclient.factory.ComponentFactory
Creates a panel using this component factory.
createPanel(LayoutManager) - Method in interface org.springframework.richclient.factory.ComponentFactory
Creates a panel with the supplied LayoutManager using this component factory.
createPanel() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createPanel(LayoutManager) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createPasswordField() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a standard password field using this component factory.
createPasswordField() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createPasswordField(String) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Create a password field for the given property.
createPopupContextMenu() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Create the context popup menu, if any, for this table.
createPopupContextMenu(MouseEvent) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Create the context popup menu, if any, for this table.
createPopupMenu() - Method in class org.springframework.richclient.command.CommandGroup
 
createPopupMenu(MenuFactory) - Method in class org.springframework.richclient.command.CommandGroup
 
createPopupMenu() - Method in class org.springframework.richclient.factory.DefaultMenuFactory
 
createPopupMenu() - Method in interface org.springframework.richclient.factory.MenuFactory
Create a popup menu most commonly used when with the mouse.
createProgressBar() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
createPropertyAccessStrategy(Object) - Method in class org.springframework.rules.constraint.property.UniquePropertyValueConstraint
 
createPullDownMenuButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
createRadioButton() - Method in class org.springframework.richclient.command.ToggleCommand
 
createRadioButton(ButtonFactory) - Method in class org.springframework.richclient.command.ToggleCommand
 
createRadioButton(String, ButtonFactory) - Method in class org.springframework.richclient.command.ToggleCommand
 
createRadioButton(String, ButtonFactory, CommandButtonConfigurer) - Method in class org.springframework.richclient.command.ToggleCommand
 
createRadioButton() - Method in interface org.springframework.richclient.factory.ButtonFactory
Returns a radioButton.
createRadioButton(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a configured radio button.
createRadioButton(String[]) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a configured radio button.
createRadioButton() - Method in class org.springframework.richclient.factory.DefaultButtonFactory
Returns a radioButton.
createRadioButton(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createRadioButton(String[]) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createRadioButtonMenuItem() - Method in class org.springframework.richclient.factory.DefaultMenuFactory
 
createRadioButtonMenuItem() - Method in interface org.springframework.richclient.factory.MenuFactory
Create a menu item with a radio button LaF.
createRelative(String) - Method in class org.springframework.richclient.image.AwtImageResource
 
createRemoveRowCommand(List, ValueModel) - Static method in class org.springframework.richclient.list.ListUtils
 
createRenderer() - Method in class org.springframework.richclient.selection.binding.support.SelectField
Create the component that will do the rendering.
createRenderer() - Method in class org.springframework.richclient.selection.binding.support.SimpleSelectField
 
createScriptEngine() - Method in class org.springframework.richclient.script.ScriptedView
Creates the ScriptEngine, by using the ScriptedView.engineName if provided.
createScrollPane() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a scroll pane using this component factory.
createScrollPane(Component) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a scroll pane using this component factory, with the specified component as the viewport view.
createScrollPane(Component, int, int) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a scroll pane using this component factory, with the specified component as the viewport view and with the specified vertical and horizontal scrollbar policies.
createScrollPane() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createScrollPane(Component) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createScrollPane(Component, int, int) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createScrollPane(String, JComponent) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Creates a component which is used as a scrollpane for a component
createSelectionComponent() - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
createSelectionComponent() - Method in class org.springframework.richclient.selection.dialog.FilterListSelectionDialog
 
createSelectionComponent() - Method in class org.springframework.richclient.selection.dialog.ListSelectionDialog
 
createSelectionDialog() - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
createSelector(String, Constraint) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Creates a component which is used as a selector in the form.
createSettings(String) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettingsFactory
 
createSettings(String) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettingsFactory
TODO: somehow make the key unique by adding a user name or login or something
createSettings(String) - Method in interface org.springframework.richclient.settings.SettingsFactory
Create a new Settings instance for the given key.
createSettings(String) - Method in class org.springframework.richclient.settings.SettingsManager
Returns the Settings for the given key.
createSettings(String) - Method in class org.springframework.richclient.settings.TransientSettingsFactory
 
createSettings(String) - Method in class org.springframework.richclient.settings.xml.XmlSettingsFactory
 
createShowPageCommand(ApplicationWindow) - Method in interface org.springframework.richclient.application.PageDescriptor
Create a command that when executed, will attempt to show the page component described by this descriptor in the provided application window.
createShowPageCommand(ApplicationWindow) - Method in class org.springframework.richclient.application.support.AbstractPageDescriptor
 
createShowViewCommand(ApplicationWindow) - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
createShowViewCommand(ApplicationWindow) - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
createShowViewCommand(ApplicationWindow) - Method in interface org.springframework.richclient.application.ViewDescriptor
Create a command that when executed, will attempt to show the page component described by this descriptor in the provided application window.
createSingleLineResultsReporter(ValidatingFormModel, Messagable) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createSortedListModel(ListModel, Comparator) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
createStandardSortableTable(TableModel) - Static method in class org.springframework.richclient.table.TableUtils
 
createStandardTextArea(int, int) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
createStandardTextArea(String) - Static method in class org.springframework.richclient.util.GuiStandardUtils
An alternative to multi-line labels, for the presentation of several lines of text, and for which the line breaks are determined solely by the control.
createStandardTextAreaHardNewLines(String) - Static method in class org.springframework.richclient.util.GuiStandardUtils
An alternative to multi-line labels, for the presentation of several lines of text, and for which line breaks are determined solely by aText, and not by the control.
createStandardView(DialogPage, ActionCommand, ActionCommand) - Static method in class org.springframework.richclient.dialog.support.DialogPageUtils
Construct a complete standard layout for a dialog page.
createStandardView(DialogPage, Object[]) - Static method in class org.springframework.richclient.dialog.support.DialogPageUtils
Construct a complete standard layout for a dialog page.
createStatusBarControl() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
createStatusBarProgressMonitor() - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Create the StatusBarProgressMonitor.
createTabbedPane() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and return a new tabbed pane.
createTabbedPane() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createTable() - Method in interface org.springframework.richclient.factory.ComponentFactory
Construct a JTable with a default model.
createTable(TableModel) - Method in interface org.springframework.richclient.factory.ComponentFactory
Construct a JTable with the specified table model.
createTable() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Construct a JTable with a default model It will delegate the creation to a TableFactory if it exists.
createTable(TableModel) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Construct a JTable with the specified table model.
createTable() - Method in interface org.springframework.richclient.factory.TableFactory
Construct a JTable with a default model
createTable(TableModel) - Method in interface org.springframework.richclient.factory.TableFactory
Construct a JTable with the specified table model
createTable(TableModel) - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Create the master table.
createTableCellRenderer() - Method in class org.springframework.richclient.util.AbstractCellRenderer
 
createTableFormat() - Method in class org.springframework.richclient.table.support.GlazedTableModel
Construct the table format to use for this table model.
createTableModel() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Create the table model for the master table.
createTableModel(EventList) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Construct the table model for this table.
createTableSorter(JTable, SortedList) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
 
createTargetableActionCommand(String, ActionCommandExecutor) - Method in interface org.springframework.richclient.command.CommandFactory
 
createTargetableActionCommand(String, ActionCommandExecutor) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
createTextArea() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a text area using this component factory.
createTextArea(int, int) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a text area using this component factory.
createTextArea() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createTextArea(int, int) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createTextArea(String) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Create a textarea for the given property.
createTextAreaAsLabel() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a text area that looks like a label (but with cut/copy/paste enabled!) using this component factory.
createTextAreaAsLabel() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createTextField() - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a standard text field using this component factory.
createTextField() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createTitledBorderFor(String, JComponent) - Method in interface org.springframework.richclient.factory.ComponentFactory
Creates a titled border for the specified component.
createTitledBorderFor(String, JComponent) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.binding.DerivedValueModelDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.binding.ListSelectionBindingDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.component.ShuttleSortableTableDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.conversion.NumberConversionDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.dialog.BasicTitledApplicationDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterTitledApplicationDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.validation.BasicRegExpConstraintDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog
 
createTitledDialogContentPane() - Method in class org.springframework.richclient.wizard.WizardDialog
 
createTitleLabel() - Method in class org.springframework.richclient.application.setup.SetupIntroWizardPage
 
createTitleLabel(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create and configure a title label with the specified label key.
createTitleLabel(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createTitlePane(DialogPage) - Static method in class org.springframework.richclient.dialog.support.DialogPageUtils
Create a standard TitlePane wired to receive messages from the given dialog page.
createToggleButton() - Method in interface org.springframework.richclient.factory.ButtonFactory
Returns a toggleButton.
createToggleButton(String) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a configured toggle button.
createToggleButton(String[]) - Method in interface org.springframework.richclient.factory.ComponentFactory
Create a configured toggle button.
createToggleButton() - Method in class org.springframework.richclient.factory.DefaultButtonFactory
Returns a toggleButton.
createToggleButton(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createToggleButton(String[]) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
createToolBar() - Method in class org.springframework.richclient.command.CommandGroup
 
createToolBar(ButtonFactory) - Method in class org.springframework.richclient.command.CommandGroup
 
createToolBar() - Method in interface org.springframework.richclient.factory.ComponentFactory
Construct a JToolBar.
createToolBar() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Construct a JToolBar.
createToolBarButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
createToolBarControl() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
createTopAndBottomBorder(int) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
createTopAndBottomBorder(ConstantSize) - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
createTranslator(ObjectNameResolver) - Method in class org.springframework.rules.reporting.DefaultMessageTranslatorFactory
 
createTranslator(ObjectNameResolver, Locale) - Method in class org.springframework.rules.reporting.DefaultMessageTranslatorFactory
 
createTranslator(ObjectNameResolver) - Method in interface org.springframework.rules.reporting.MessageTranslatorFactory
Creates a message translator by using the given object name resolver and the default locale
createTranslator(ObjectNameResolver, Locale) - Method in interface org.springframework.rules.reporting.MessageTranslatorFactory
Creates a message translator by using the given object name resolver and the locale
createTreeCellRenderer() - Method in class org.springframework.richclient.util.AbstractCellRenderer
 
createTreeControl() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
createUnbufferedFormModel(Object, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createUnbufferedFormModel(ValueModel, String) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createUnbufferedFormModel(Object) - Static method in class org.springframework.richclient.form.FormModelHelper
 
createValueModel(String) - Method in class org.springframework.binding.form.support.AbstractFormModel
Creates a new value mode for the the given property.
createView(PageComponent) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
createView() - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
createView() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
createViewToolBar() - Method in class org.springframework.richclient.application.support.DefaultPageComponentPane
 
createWindowCommandManager() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Create a ApplicationWindowCommandManager for the application.
createWindowCommandManager() - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
createWindowContentPane() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
Implementors create the component that contains the contents of this window.
createWindowContentPane() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindow
 
createWindowMenuCommandGroup(CommandManager, JDesktopPane) - Method in class org.springframework.richclient.application.mdi.contextmenu.DefaultDesktopCommandGroupFactory
Create a window menu CommandGroup
createWindowMenuCommandGroup(CommandManager, JDesktopPane) - Method in interface org.springframework.richclient.application.mdi.contextmenu.DesktopCommandGroupFactory
 
creatingNewObject() - Method in class org.springframework.richclient.form.AbstractDetailForm
Set the form for "create new object" mode.
creatingNewObject() - Method in class org.springframework.richclient.form.AbstractMasterForm
Indicates that we are creating a new detail object.
creatingNewObject() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Indicates that we are creating a new detail object.
CustomBinding - Class in org.springframework.richclient.form.binding.support
A helper implementation for binding to custom controls.
CustomBinding(FormModel, String, Class) - Constructor for class org.springframework.richclient.form.binding.support.CustomBinding
 
CustomDatePickerBinder - Class in org.springframework.richclient.samples.petclinic.ui.binder
 
CustomDatePickerBinder() - Constructor for class org.springframework.richclient.samples.petclinic.ui.binder.CustomDatePickerBinder
 
CustomizableFocusTraversalPolicy - Class in org.springframework.richclient.util
A LayoutFocusTraversalPolicy that allows for individual containers to have a custom focus order.
CustomizableFocusTraversalPolicy() - Constructor for class org.springframework.richclient.util.CustomizableFocusTraversalPolicy
Creates a new CustomizableFocusTraversalPolicy
customizeFocusTraversalOrder(JComponent, List) - Static method in class org.springframework.richclient.util.CustomizableFocusTraversalPolicy
Sets a custom focus traversal order for the given container.
CUT - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 

D

DATE_FORMAT - Static variable in class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinder
 
DateTimeTableCellRenderer - Class in org.springframework.richclient.table.renderer
Renders a date/time in the standard format.
DateTimeTableCellRenderer() - Constructor for class org.springframework.richclient.table.renderer.DateTimeTableCellRenderer
 
DateTimeTableCellRenderer(DateFormat) - Constructor for class org.springframework.richclient.table.renderer.DateTimeTableCellRenderer
 
DateTimeTableCellRenderer(TimeZone) - Constructor for class org.springframework.richclient.table.renderer.DateTimeTableCellRenderer
 
decorate(Object, Object) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Decorates an object instance if the closure value is an instance of Closure.
DecoratedControlBinding - Class in org.springframework.richclient.form.binding.support
Wraps a source Binding and returns an alternate control in place of the source binding's control.
DecoratedControlBinding(Binding, JComponent) - Constructor for class org.springframework.richclient.form.binding.support.DecoratedControlBinding
 
decoratePageTitle(DialogPage, String) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Decorates the page title of the given DialogPage.
decorateTab(Tab, DialogPage) - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
deepCopy(Object) - Method in class org.springframework.binding.value.support.DeepCopyBufferedCollectionValueModel
Create a new object that is a deep copy of the given object.
DeepCopyBufferedCollectionValueModel - Class in org.springframework.binding.value.support
Implementation of a BufferedCollectionValueModel that performs a deep copy on the elements of the collection.
DeepCopyBufferedCollectionValueModel(ValueModel, Class) - Constructor for class org.springframework.binding.value.support.DeepCopyBufferedCollectionValueModel
Constructs a new DeepCopyBufferedCollectionValueModel.
DEFAULT_AUTOHIDEBORDER - Static variable in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
DEFAULT_AUTOHIDEENABLED - Static variable in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
DEFAULT_CANCEL_COMMAND_ID - Static variable in class org.springframework.richclient.dialog.ApplicationDialog
 
DEFAULT_CLOSEENABLED - Static variable in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
DEFAULT_DELAY_PROGRESS - Static variable in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
Progress bar creation is delayed by this ms
DEFAULT_FINISH_COMMAND_ID - Static variable in class org.springframework.richclient.dialog.ApplicationDialog
 
DEFAULT_FINISH_SUCCESS_MESSAGE_KEY - Static variable in class org.springframework.richclient.dialog.ApplicationDialog
 
DEFAULT_FINISH_SUCCESS_TITLE_KEY - Static variable in class org.springframework.richclient.dialog.ApplicationDialog
 
DEFAULT_FLOATENABLED - Static variable in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
DEFAULT_FORMAT - Static variable in class org.springframework.richclient.swing.BigDecimalTextField
 
DEFAULT_IMAGE_KEY - Static variable in class org.springframework.richclient.wizard.AbstractWizard
The key that will be used to retrieve the default page image icon for the wizard.
DEFAULT_LABEL_ATTRIBUTES - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
DEFAULT_LINES_TO_DISPLAY - Static variable in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
DEFAULT_MAXIMIZEENABLED - Static variable in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
DEFAULT_TITLE_IMAGE - Static variable in class org.springframework.richclient.dialog.TitlePane
Image source key for banner image (value dialog_title_banner).
DEFAULT_UNFORMAT - Static variable in class org.springframework.richclient.swing.BigDecimalTextField
 
DefaultApplicationDescriptor - Class in org.springframework.richclient.application.support
Metadata about a application.
DefaultApplicationDescriptor() - Constructor for class org.springframework.richclient.application.support.DefaultApplicationDescriptor
 
DefaultApplicationLifecycleAdvisor - Class in org.springframework.richclient.application.config
 
DefaultApplicationLifecycleAdvisor() - Constructor for class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
DefaultApplicationObjectConfigurer - Class in org.springframework.richclient.application.config
The default implementation of the ApplicationObjectConfigurer interface.
DefaultApplicationObjectConfigurer() - Constructor for class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Creates a new DefaultApplicationObjectConfigurer that will obtain required services from the application services locator.
DefaultApplicationObjectConfigurer(MessageSource) - Constructor for class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Creates a new DefaultApplicationObjectConfigurer that will use the given message source.
DefaultApplicationObjectConfigurer(MessageSource, ImageSource) - Constructor for class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Creates a new DefaultApplicationObjectConfigurer that will use the given message and image sources.
DefaultApplicationObjectConfigurer(MessageSource, ImageSource, IconSource, SecurityControllerManager) - Constructor for class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Creates a new DefaultApplicationObjectConfigurer that will use the given message, image and icon sources.
DefaultApplicationPage - Class in org.springframework.richclient.application.support
Provides a standard implementation of ApplicationPage
DefaultApplicationPage() - Constructor for class org.springframework.richclient.application.support.DefaultApplicationPage
 
DefaultApplicationPage(ApplicationWindow, PageDescriptor) - Constructor for class org.springframework.richclient.application.support.DefaultApplicationPage
 
DefaultApplicationPageFactory - Class in org.springframework.richclient.application.support
ApplicationPageFactory implementation for DefaultApplicationPage.
DefaultApplicationPageFactory() - Constructor for class org.springframework.richclient.application.support.DefaultApplicationPageFactory
 
DefaultApplicationSecurityManager - Class in org.springframework.richclient.security.support
Default implementation of ApplicationSecurityManager.
DefaultApplicationSecurityManager() - Constructor for class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Default constructor.
DefaultApplicationSecurityManager(boolean) - Constructor for class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Constructor invoked when we are created as the default implementation by ApplicationServices.
DefaultApplicationServices - Class in org.springframework.richclient.application.support
A default implementation of the ApplicationServices (service locator) interface.
DefaultApplicationServices() - Constructor for class org.springframework.richclient.application.support.DefaultApplicationServices
Default Constructor.
DefaultApplicationServices(ApplicationContext) - Constructor for class org.springframework.richclient.application.support.DefaultApplicationServices
Constuct using the given application context.
DefaultApplicationServices.ImplBuilder - Interface in org.springframework.richclient.application.support
Internal interface used to provide default implementation builders.
DefaultApplicationWindow - Class in org.springframework.richclient.application.support
Provides a default implementation of ApplicationWindow
DefaultApplicationWindow() - Constructor for class org.springframework.richclient.application.support.DefaultApplicationWindow
 
DefaultApplicationWindow(int) - Constructor for class org.springframework.richclient.application.support.DefaultApplicationWindow
 
DefaultApplicationWindowConfigurer - Class in org.springframework.richclient.application.support
 
DefaultApplicationWindowConfigurer(ApplicationWindow) - Constructor for class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
DefaultApplicationWindowFactory - Class in org.springframework.richclient.application.support
ApplicationWindowFactory implementation for DefaultApplicationWindow.
DefaultApplicationWindowFactory() - Constructor for class org.springframework.richclient.application.support.DefaultApplicationWindowFactory
 
DefaultBeanPropertyNameRenderer - Class in org.springframework.rules.reporting
 
DefaultBeanPropertyNameRenderer() - Constructor for class org.springframework.rules.reporting.DefaultBeanPropertyNameRenderer
 
DefaultBindingErrorMessageProvider - Class in org.springframework.binding.form.support
Default implementation of BindingErrorMessageProvider.
DefaultBindingErrorMessageProvider() - Constructor for class org.springframework.binding.form.support.DefaultBindingErrorMessageProvider
 
DefaultButtonFactory - Class in org.springframework.richclient.factory
Default implementation of a ButtonFactory.
DefaultButtonFactory() - Constructor for class org.springframework.richclient.factory.DefaultButtonFactory
 
defaultButtonIterator() - Method in class org.springframework.richclient.command.AbstractCommand
Returns an iterator over all buttons in the default CommandFaceButtonManager.
DefaultCommandButtonConfigurer - Class in org.springframework.richclient.command.config
The default implementation of the CommandButtonConfigurer interface.
DefaultCommandButtonConfigurer() - Constructor for class org.springframework.richclient.command.config.DefaultCommandButtonConfigurer
 
DefaultCommandConfigurer - Class in org.springframework.richclient.command.config
 
DefaultCommandConfigurer() - Constructor for class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
DefaultCommandConfigurer(CommandServices) - Constructor for class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
DefaultCommandManager - Class in org.springframework.richclient.command.support
 
DefaultCommandManager() - Constructor for class org.springframework.richclient.command.support.DefaultCommandManager
 
DefaultCommandManager(CommandRegistry) - Constructor for class org.springframework.richclient.command.support.DefaultCommandManager
 
DefaultCommandManager(CommandServices) - Constructor for class org.springframework.richclient.command.support.DefaultCommandManager
 
DefaultCommandRegistry - Class in org.springframework.richclient.command.support
The default implementation of the CommandRegistry interface.
DefaultCommandRegistry() - Constructor for class org.springframework.richclient.command.support.DefaultCommandRegistry
Creates a new uninitialized DefaultCommandRegistry.
DefaultCommandRegistry(CommandRegistry) - Constructor for class org.springframework.richclient.command.support.DefaultCommandRegistry
Creates a new DefaultCommandRegistry as a child of the given registry.
DefaultCommandServices - Class in org.springframework.richclient.command.support
 
DefaultCommandServices() - Constructor for class org.springframework.richclient.command.support.DefaultCommandServices
 
DefaultComponentFactory - Class in org.springframework.richclient.factory
Default component factory implementation that delegates to JGoodies component factory.
DefaultComponentFactory() - Constructor for class org.springframework.richclient.factory.DefaultComponentFactory
 
DefaultConversionServiceFactoryBean - Class in org.springframework.richclient.application
A factory bean that produces a conversion service installed with most converters needed by Spring Rich.
DefaultConversionServiceFactoryBean() - Constructor for class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
 
DefaultDesktopCommandGroupFactory - Class in org.springframework.richclient.application.mdi.contextmenu
Helper class to create a context menu for a JDesktopPane.
DefaultDesktopCommandGroupFactory() - Constructor for class org.springframework.richclient.application.mdi.contextmenu.DefaultDesktopCommandGroupFactory
 
DefaultExceptionPurger - Class in org.springframework.richclient.exceptionhandling.delegation
A purger that looks through to a throwable chain and can select one to unwrap.
DefaultExceptionPurger() - Constructor for class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
 
DefaultExceptionPurger(Class, Class) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
 
DefaultExceptionPurger(List<Class>, List<Class>) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
 
DefaultFieldFace - Class in org.springframework.binding.form.support
A default implementation of FieldFace
DefaultFieldFace(String, String, String, String, Icon) - Constructor for class org.springframework.binding.form.support.DefaultFieldFace
Constructs a new DefaultFieldFace with the provided values.
DefaultFieldFace(String, String, String, LabelInfo, Icon) - Constructor for class org.springframework.binding.form.support.DefaultFieldFace
 
DefaultFieldMetadata - Class in org.springframework.binding.form.support
Default implementation of FieldMetadata.
DefaultFieldMetadata(FormModel, DirtyTrackingValueModel, Class, boolean, Map) - Constructor for class org.springframework.binding.form.support.DefaultFieldMetadata
Constructs a new instance of DefaultFieldMetadata.
DefaultFileFilter - Class in org.springframework.richclient.filechooser
Basic implementation of a FileFilter that provides a list of valid file extensions and a description to the JFileChooser.
DefaultFileFilter() - Constructor for class org.springframework.richclient.filechooser.DefaultFileFilter
Creates a file filter.
DefaultFileFilter(String) - Constructor for class org.springframework.richclient.filechooser.DefaultFileFilter
Creates a file filter that accepts files with the given extension.
DefaultFileFilter(String, String) - Constructor for class org.springframework.richclient.filechooser.DefaultFileFilter
Creates a file filter that accepts the given file type.
DefaultFileFilter(String[]) - Constructor for class org.springframework.richclient.filechooser.DefaultFileFilter
Creates a file filter from the given string array.
DefaultFileFilter(String[], String) - Constructor for class org.springframework.richclient.filechooser.DefaultFileFilter
Creates a file filter from the given string array and description.
DefaultFormModel - Class in org.springframework.binding.form.support
Default form model implementation.
DefaultFormModel() - Constructor for class org.springframework.binding.form.support.DefaultFormModel
 
DefaultFormModel(Object) - Constructor for class org.springframework.binding.form.support.DefaultFormModel
 
DefaultFormModel(Object, boolean) - Constructor for class org.springframework.binding.form.support.DefaultFormModel
 
DefaultFormModel(ValueModel) - Constructor for class org.springframework.binding.form.support.DefaultFormModel
 
DefaultFormModel(ValueModel, boolean) - Constructor for class org.springframework.binding.form.support.DefaultFormModel
 
DefaultFormModel(MutablePropertyAccessStrategy) - Constructor for class org.springframework.binding.form.support.DefaultFormModel
 
DefaultFormModel(MutablePropertyAccessStrategy, boolean) - Constructor for class org.springframework.binding.form.support.DefaultFormModel
 
DefaultFormModel.ValidatingFormValueModel - Class in org.springframework.binding.form.support
 
DefaultFormModel.ValidatingFormValueModel(String, ValueModel, boolean) - Constructor for class org.springframework.binding.form.support.DefaultFormModel.ValidatingFormValueModel
 
DefaultFormModel.ValidatingFormValueModel.ValueChangeHandler - Class in org.springframework.binding.form.support
 
DefaultFormModel.ValidatingFormValueModel.ValueChangeHandler() - Constructor for class org.springframework.binding.form.support.DefaultFormModel.ValidatingFormValueModel.ValueChangeHandler
 
DefaultFormUIProvider - Class in org.springframework.richclient.form
Default FormUIProvider implementation.
DefaultFormUIProvider() - Constructor for class org.springframework.richclient.form.DefaultFormUIProvider
 
DefaultFormUIProvider(JComponent) - Constructor for class org.springframework.richclient.form.DefaultFormUIProvider
 
DefaultHyperlinkActivationHandler - Class in org.springframework.richclient.text
An implementation of HyperlinkListener that will open a web browser when a URL is activated or, when an anchor link is activated scoll the pane to display the anchor location.
DefaultHyperlinkActivationHandler() - Constructor for class org.springframework.richclient.text.DefaultHyperlinkActivationHandler
 
DefaultIconSource - Class in org.springframework.richclient.image
The default implementation of ImageIconRegistry.
DefaultIconSource() - Constructor for class org.springframework.richclient.image.DefaultIconSource
Default constructor.
DefaultIconSource(ImageSource) - Constructor for class org.springframework.richclient.image.DefaultIconSource
Constructs a icon registry that loads images from the provided source.
DefaultIconSource.IconCache - Class in org.springframework.richclient.image
Icon cache using soft references.
DefaultIconSource.IconCache(ImageSource) - Constructor for class org.springframework.richclient.image.DefaultIconSource.IconCache
 
DefaultImageSource - Class in org.springframework.richclient.image
A collection of image resources, each indexed by a common key alias.
DefaultImageSource(Map) - Constructor for class org.springframework.richclient.image.DefaultImageSource
Creates a image resource bundle containing the specified map of keys to resource paths.
DefaultImageSource(boolean, Map) - Constructor for class org.springframework.richclient.image.DefaultImageSource
Creates a image resource bundle containing the specified map of keys to resource paths.
DefaultMemberPropertyAccessor - Class in org.springframework.richclient.beans
This class implements actual access to properties for AbstractNestedMemberPropertyAccessor.
DefaultMemberPropertyAccessor(Class) - Constructor for class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
DefaultMemberPropertyAccessor(Object) - Constructor for class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
DefaultMemberPropertyAccessor(Object, boolean, boolean) - Constructor for class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
DefaultMemberPropertyAccessor(Class, Object, boolean, boolean) - Constructor for class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
DefaultMemberPropertyAccessor(AbstractNestedMemberPropertyAccessor, String) - Constructor for class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
DefaultMementoFactory - Class in org.springframework.richclient.settings.support
 
DefaultMementoFactory() - Constructor for class org.springframework.richclient.settings.support.DefaultMementoFactory
 
DefaultMenuFactory - Class in org.springframework.richclient.factory
 
DefaultMenuFactory() - Constructor for class org.springframework.richclient.factory.DefaultMenuFactory
 
DefaultMessage - Class in org.springframework.richclient.core
The default implementation of the Message interface.
DefaultMessage(String) - Constructor for class org.springframework.richclient.core.DefaultMessage
Creates a new DefaultMessage with the given text and a default severity of Severity.INFO.
DefaultMessage(String, Severity) - Constructor for class org.springframework.richclient.core.DefaultMessage
Creates a new DefaultMessage with the given text and severity.
DefaultMessageAreaModel - Class in org.springframework.richclient.dialog
A concrete implementation of the Messagable interface.
DefaultMessageAreaModel() - Constructor for class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
DefaultMessageAreaModel(Messagable) - Constructor for class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
DefaultMessageAreaPane - Class in org.springframework.richclient.dialog
 
DefaultMessageAreaPane() - Constructor for class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
DefaultMessageAreaPane(int) - Constructor for class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
DefaultMessageAreaPane(Messagable) - Constructor for class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
DefaultMessageAreaPane(int, Messagable) - Constructor for class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
DefaultMessageCodeStrategy - Class in org.springframework.binding.form.support
Default implementation for MessageCodeStrategy.
DefaultMessageCodeStrategy() - Constructor for class org.springframework.binding.form.support.DefaultMessageCodeStrategy
 
DefaultMessageTranslator - Class in org.springframework.rules.reporting
 
DefaultMessageTranslator(MessageSource) - Constructor for class org.springframework.rules.reporting.DefaultMessageTranslator
 
DefaultMessageTranslator(MessageSource, ObjectNameResolver) - Constructor for class org.springframework.rules.reporting.DefaultMessageTranslator
 
DefaultMessageTranslator(MessageSource, ObjectNameResolver, Locale) - Constructor for class org.springframework.rules.reporting.DefaultMessageTranslator
 
DefaultMessageTranslatorFactory - Class in org.springframework.rules.reporting
 
DefaultMessageTranslatorFactory() - Constructor for class org.springframework.rules.reporting.DefaultMessageTranslatorFactory
 
DefaultPageComponentPane - Class in org.springframework.richclient.application.support
A DefaultPageComponentPane puts the PageComponent inside a SimpleInternalFrame.
DefaultPageComponentPane(PageComponent) - Constructor for class org.springframework.richclient.application.support.DefaultPageComponentPane
 
DefaultPageComponentPaneFactory - Class in org.springframework.richclient.application.support
Factory for DefaultPageComponentPane instances.
DefaultPageComponentPaneFactory() - Constructor for class org.springframework.richclient.application.support.DefaultPageComponentPaneFactory
 
DefaultPropertyEditorRegistry - Class in org.springframework.richclient.application.support
This provides a default implementation of PropertyEditorRegistry
DefaultPropertyEditorRegistry() - Constructor for class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
 
DefaultRegisterableExceptionHandler - Class in org.springframework.richclient.exceptionhandling
 
DefaultRegisterableExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.DefaultRegisterableExceptionHandler
 
DefaultRichClientApplicationContext - Class in org.springframework.richclient.context.support
 
DefaultRichClientApplicationContext(String, Class) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRichClientApplicationContext(String) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRichClientApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRichClientApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRichClientApplicationContext(String[], boolean) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRichClientApplicationContext(String[], Class, ApplicationContext) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRichClientApplicationContext(String[], Class) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRichClientApplicationContext(String[]) - Constructor for class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
DefaultRulesSource - Class in org.springframework.rules.support
A default rules source implementation which is simply a in-memory registry for bean validation rules backed by a map.
DefaultRulesSource() - Constructor for class org.springframework.rules.support.DefaultRulesSource
 
DefaultSecurityControllerManager - Class in org.springframework.richclient.security.support
Default implementation of the SecurityControllerManager.
DefaultSecurityControllerManager() - Constructor for class org.springframework.richclient.security.support.DefaultSecurityControllerManager
 
DefaultStatusBar - Class in org.springframework.richclient.application.statusbar.support
A StatusBar control is a component with a horizontal layout which hosts a number of status indication controls.
DefaultStatusBar() - Constructor for class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
 
DefaultTableListModel - Class in org.springframework.richclient.list
Default implementation for TableListModel
DefaultTableListModel() - Constructor for class org.springframework.richclient.list.DefaultTableListModel
 
DefaultTableListModel(int, int) - Constructor for class org.springframework.richclient.list.DefaultTableListModel
 
DefaultTableListModel(Object[], int) - Constructor for class org.springframework.richclient.list.DefaultTableListModel
 
DefaultTableListModel(Object[][], Object[]) - Constructor for class org.springframework.richclient.list.DefaultTableListModel
 
DefaultTableListModel(Vector, int) - Constructor for class org.springframework.richclient.list.DefaultTableListModel
 
DefaultTableListModel(Vector, Vector) - Constructor for class org.springframework.richclient.list.DefaultTableListModel
 
DefaultValidationMessage - Class in org.springframework.binding.validation.support
Default implementation of ValidationMessage
DefaultValidationMessage(String, Severity, String) - Constructor for class org.springframework.binding.validation.support.DefaultValidationMessage
 
DefaultValidationResults - Class in org.springframework.binding.validation.support
 
DefaultValidationResults() - Constructor for class org.springframework.binding.validation.support.DefaultValidationResults
 
DefaultValidationResults(ValidationResults) - Constructor for class org.springframework.binding.validation.support.DefaultValidationResults
 
DefaultValidationResults(Collection) - Constructor for class org.springframework.binding.validation.support.DefaultValidationResults
 
DefaultValidationResultsModel - Class in org.springframework.binding.validation.support
Default implementation of ValidationResultsModel.
DefaultValidationResultsModel() - Constructor for class org.springframework.binding.validation.support.DefaultValidationResultsModel
Constructor without delegate.
DefaultValidationResultsModel(ValidationResultsModel) - Constructor for class org.springframework.binding.validation.support.DefaultValidationResultsModel
Constructor with delegate.
DefaultValueChangeDetector - Class in org.springframework.binding.value.support
Implementation of ValueChangeDetector that maintains a set of classes for which it is "safe" to use equals() for detecting a change in value (those classes that have immutable values).
DefaultValueChangeDetector() - Constructor for class org.springframework.binding.value.support.DefaultValueChangeDetector
 
DefaultViewContext - Class in org.springframework.richclient.application.support
Mediator between the application and the view.
DefaultViewContext(ApplicationPage, PageComponentPane) - Constructor for class org.springframework.richclient.application.support.DefaultViewContext
 
DefaultViewDescriptor - Class in org.springframework.richclient.application.support
Provides a standard implementation of ViewDescriptor.
DefaultViewDescriptor() - Constructor for class org.springframework.richclient.application.support.DefaultViewDescriptor
 
delegateList - Variable in class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
 
DelegatingExceptionHandler - Class in org.springframework.richclient.exceptionhandling.delegation
An exception handler that selects an appropriate exception handler from a list based on the thrown exception and delegates the handling of the exception to it.
DelegatingExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
 
DELETE - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
delete(Contact) - Method in class org.springframework.richclient.samples.simple.domain.ContactDataStore
Delete a contact.
DELETED - Static variable in class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
deleteSelectedItems() - Method in class org.springframework.richclient.form.AbstractMasterForm
Delete the detail item at the specified index.
DerivedValueModel - Interface in org.springframework.binding.value
A value model that derives its value by applying some transformation to one or more source value models.
DerivedValueModelDialog - Class in org.springframework.richclient.samples.showcase.binding
 
DerivedValueModelDialog() - Constructor for class org.springframework.richclient.samples.showcase.binding.DerivedValueModelDialog
 
DESCENDING - Static variable in class org.springframework.richclient.table.SortOrder
 
DescribedElement - Interface in org.springframework.richclient.core
An application component, usually a visible GUI component, that can provide information describing itself.
DESCRIPTION_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the description for a given object.
DESCRIPTION_KEY_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
DESCRIPTION_PROPERTY - Static variable in interface org.springframework.richclient.core.DescribedElement
The property name used when firing events for the description property.
DESCRIPTION_PROPERTY - Static variable in interface org.springframework.richclient.dialog.DialogPage
 
DescriptionConfigurable - Interface in org.springframework.richclient.core
Implemented by object that can be described for display in a GUI.
DesktopApplicationPage - Class in org.springframework.richclient.application.mdi
 
DesktopApplicationPage(ApplicationWindow, PageDescriptor, int, DesktopCommandGroupFactory) - Constructor for class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
DesktopApplicationPageFactory - Class in org.springframework.richclient.application.mdi
Factory for DesktopApplicationPage instances
DesktopApplicationPageFactory() - Constructor for class org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
 
DesktopCommandGroupFactory - Interface in org.springframework.richclient.application.mdi.contextmenu
Factory for JDesktopPane CommandGroups: a Window menu CommandGroup: a context menu CommandGroup: cascade, tile, minimze, separator, all open frames
DesktopPageDescriptor - Class in org.springframework.richclient.application.mdi
 
DesktopPageDescriptor() - Constructor for class org.springframework.richclient.application.mdi.DesktopPageDescriptor
 
DesktopViewDescriptor - Class in org.springframework.richclient.application.mdi
 
DesktopViewDescriptor() - Constructor for class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
detach(AbstractButton) - Method in class org.springframework.richclient.command.AbstractCommand
Detach the button from the CommandFaceButtonManager.
detach(AbstractButton) - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
detachAll() - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
detachCommandExecutor() - Method in class org.springframework.richclient.command.TargetableActionCommand
Detaches the current executor from this command and sets the command to disabled state.
detachFormGuard(Guarded) - Method in class org.springframework.richclient.form.AbstractForm
 
determineValueIndexes(Object[]) - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
DialogCommand - Class in org.springframework.richclient.command.support
Open a dialog.
DialogCommand() - Constructor for class org.springframework.richclient.command.support.DialogCommand
 
DialogPage - Interface in org.springframework.richclient.dialog
DialogPages are used to combine several controls in one Dialog which acts as a container.
DialogPageUtils - Class in org.springframework.richclient.dialog.support
Useful methods for working with DialogPages.
DialogPageUtils() - Constructor for class org.springframework.richclient.dialog.support.DialogPageUtils
 
DialogPageUtils.PageCompleteAdapter - Class in org.springframework.richclient.dialog.support
Internal class to handle the PAGE_COMPLETE property changes in the dialog page and adapt them to operations on a Guarded object.
DialogPageUtils.PageCompleteAdapter(Guarded) - Constructor for class org.springframework.richclient.dialog.support.DialogPageUtils.PageCompleteAdapter
Construct a handler on the given guarded object.
DIRTY_PROPERTY - Static variable in interface org.springframework.binding.form.FieldMetadata
The name of the bound property dirty.
DIRTY_PROPERTY - Static variable in interface org.springframework.binding.form.FormModel
The name of the bound property dirty.
DIRTY_PROPERTY - Static variable in interface org.springframework.binding.value.support.DirtyTrackingValueModel
The name of the bound property dirty.
DIRTY_PROPERTY - Static variable in interface org.springframework.richclient.core.Dirtyable
 
Dirtyable - Interface in org.springframework.richclient.core
 
DirtyIndicatorInterceptor - Class in org.springframework.richclient.form.builder.support
Adds a "dirty overlay" to a component that is triggered by user editing.
DirtyIndicatorInterceptor(FormModel) - Constructor for class org.springframework.richclient.form.builder.support.DirtyIndicatorInterceptor
 
DirtyIndicatorInterceptorFactory - Class in org.springframework.richclient.form.builder.support
Factory for DirtyIndicatorInterceptor instances.
DirtyIndicatorInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.DirtyIndicatorInterceptorFactory
 
DirtyTrackingValueModel - Interface in org.springframework.binding.value.support
Adds the dirty aspect to a valueModel, tracking changes when needed.
dirtyUpdated() - Method in class org.springframework.binding.form.support.AbstractFormModel
Fires the necessary property change event for changes to the dirty property.
DISABLED_ICON_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the disabled icon for a given object.
disjunction() - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
disjunction() - Method in class org.springframework.rules.factory.Constraints
Returns a new, empty disjunction prototype, capable of composing individual constraints where 'ANY' must test true.
display(Window) - Method in class org.springframework.richclient.application.support.AboutBox
 
display(Window) - Method in class org.springframework.richclient.application.support.HelpContents
 
DISPLAY_NAME_PROPERTY - Static variable in interface org.springframework.richclient.core.DescribedElement
The property name used when firing events for the displayName property.
dispose() - Method in interface org.springframework.richclient.application.PageComponent
 
dispose() - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
 
dispose() - Method in class org.springframework.richclient.application.splash.MustangSplashScreen
 
dispose() - Method in interface org.springframework.richclient.application.splash.SplashScreen
Disposes this SplashScreen, freeing any system resources that it may be using.
dispose() - Method in class org.springframework.richclient.application.support.AbstractView
 
dispose() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Close and dispose of the visual dialog.
DISPOSE - Static variable in class org.springframework.richclient.dialog.CloseAction
Dispose the dialog on close; reclaiming any dialog resources in memory.
dispose() - Method in class org.springframework.richclient.selection.binding.support.ValueModel2EventListBridge
Performs necessary cleanup (removing listeners, ...)
dispose() - Method in class org.springframework.richclient.table.SortTableCommand
 
dispose() - Static method in class org.springframework.richclient.util.FontSizeAdjuster
 
disposeDialogContentPane() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Cleanup any components/objects that are created during ApplicationDialog.createDialogContentPane().
disposeDialogContentPane() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
disposeDialogContentPane() - Method in class org.springframework.richclient.dialog.MessageDialog
 
disposeDialogContentPane() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
Dispose of the dialog content.
doAddPageComponent(PageComponent) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
doAddPageComponent(PageComponent) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
doAddPageComponent(PageComponent) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
doAddPageComponent(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
This method must add the given PageComponent in the ui.
doAddPageComponent(PageComponent) - Method in class org.springframework.richclient.application.support.DefaultApplicationPage
 
doAddPageComponent(PageComponent) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.components.ShuttleListBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Creates the binding and applies any context values
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.LabelBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.ScrollPaneBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.TextAreaBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.TextComponentBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.samples.petclinic.ui.binder.CustomDatePickerBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.samples.petclinic.ui.binder.PetTypeBinder
 
doBind(JComponent, FormModel, String, Map) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
doBindControl() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
doBindControl(ListModel) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
doBindControl(ListModel) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinding
 
doBindControl(ListModel) - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.LabelBinding
 
doBindControl(ListModel) - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.NumberBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.TextComponentBinding
 
doBindControl() - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinding
 
doBindControl() - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
doCleanup() - Method in class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
Clean up after workflow.
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.richclient.convert.support.CollectionConverter
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.richclient.convert.support.GlazedListModelConverter
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.richclient.convert.support.ListModelConverter
 
doExecuteCommand() - Method in class org.springframework.richclient.application.mdi.contextmenu.CascadeCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.application.mdi.contextmenu.MinimizeAllCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.application.mdi.contextmenu.ShowFrameCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.application.mdi.contextmenu.TileCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.command.ActionCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.command.support.AboutCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.command.support.DialogCommand
doExecuteCommand() - Method in class org.springframework.richclient.command.support.ExitCommand
Closes the single Application instance.
doExecuteCommand() - Method in class org.springframework.richclient.command.support.HelpContentsCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.command.support.NewWindowCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.command.support.ShowPageCommand
Causes the page described by this instance's page descriptor to be shown.
doExecuteCommand() - Method in class org.springframework.richclient.command.support.ShowViewCommand
Causes the view described by this instance's view descriptor to be shown.
doExecuteCommand() - Method in class org.springframework.richclient.command.TargetableActionCommand
Executes this command by delegating to the currently assigned executor.
doExecuteCommand() - Method in class org.springframework.richclient.command.ToggleCommand
Executing a toggleCommand will flip its select state.
doExecuteCommand() - Method in class org.springframework.richclient.preference.PreferenceCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.samples.showcase.command.TitleBarTimeStampCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.samples.showcase.exceptionhandling.HibernateExceptionHandlerCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.samples.showcase.exceptionhandling.JXErrorDialogExceptionHandlerCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.samples.showcase.exceptionhandling.MessagesDialogExceptionHandlerCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.security.LoginCommand
Execute the login command.
doExecuteCommand() - Method in class org.springframework.richclient.security.LogoutCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.table.SortTableCommand
 
doExecuteCommand() - Method in class org.springframework.richclient.util.AdjustFontSizeCommand
 
doHibernateValidate(Object, String) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Validates the object through Hibernate Validator
doInstallCustomDefaults() - Method in class org.springframework.richclient.application.config.UIManagerConfigurer
Template method subclasses may override to install custom look and feels or UIManager defaults.
doLogin(Authentication) - Method in interface org.springframework.richclient.security.ApplicationSecurityManager
Process a login attempt and fire all related events.
doLogin(Authentication) - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Process a login attempt and fire all related events.
doLogout() - Method in interface org.springframework.richclient.security.ApplicationSecurityManager
Perform a logout.
doLogout() - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Perform a logout.
domainObjectChanged() - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Called when the domain object is changed.
domainObjectChanged() - Method in class org.springframework.binding.support.BeanPropertyAccessStrategy
 
domainObjectChanged() - Method in class org.springframework.binding.support.ClassPropertyAccessStrategy
 
domainObjectChanged() - Method in class org.springframework.binding.support.ObjectPropertyAccessStrategy
 
done() - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanelProgressMonitor
 
done() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
done() - Method in class org.springframework.richclient.progress.NullProgressMonitor
 
done() - Method in class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
done() - Method in interface org.springframework.richclient.progress.ProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user cancelled it.
doOnDeselection() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.StateSynchronizingToggleCommand
 
doOnSelection() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.StateSynchronizingToggleCommand
 
doPostProcessorAction(String, Object, boolean) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Post-process a controlled object after its authorization state has been updated.
doPrepareConnection(HttpURLConnection, int) - Method in class org.springframework.richclient.security.remoting.BasicAuthHttpInvokerRequestExecutor
Provided so subclasses can perform additional configuration if required (eg set additional request headers for non-security related information etc).
doPrepareRenderer(JTable, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
doProcessImageKeyBeforeLookup(String) - Method in class org.springframework.richclient.image.DefaultIconSource
 
doProcessImageKeyBeforeLookup(String) - Method in class org.springframework.richclient.image.ReloadableSizedIconSource
 
doRemovePageComponent(PageComponent) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
doRemovePageComponent(PageComponent) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
doRemovePageComponent(PageComponent) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
doRemovePageComponent(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
This method must remove the given PageComponent from the ui.
doRemovePageComponent(PageComponent) - Method in class org.springframework.richclient.application.support.DefaultApplicationPage
This method must remove the given PageComponent from the ui.
doRemovePageComponent(PageComponent) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
doSetup() - Method in class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
Setup the workflow.
doSetup() - Method in class org.springframework.core.closure.support.IteratorTemplate
Setup the workflow.
DOWN - Static variable in class org.springframework.richclient.image.ArrowIcon.Direction
 
doWork() - Method in class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
 
doWork() - Method in class org.springframework.core.closure.support.IteratorTemplate
DynamicComboBoxListModel - Class in org.springframework.richclient.list
A combobox whose contents are dynamically refreshable.
DynamicComboBoxListModel(ValueModel) - Constructor for class org.springframework.richclient.list.DynamicComboBoxListModel
 
DynamicComboBoxListModel(ValueModel, List) - Constructor for class org.springframework.richclient.list.DynamicComboBoxListModel
 
DynamicComboBoxListModel(ValueModel, ValueModel) - Constructor for class org.springframework.richclient.list.DynamicComboBoxListModel
 
DynamicListModel - Class in org.springframework.richclient.list
A list whose contents are dynamically refreshable.
DynamicListModel(ValueModel) - Constructor for class org.springframework.richclient.list.DynamicListModel
 

E

EDIT_STATE_PROPERTY - Static variable in class org.springframework.richclient.form.AbstractDetailForm
Edit state property name for change notifications.
editableBackground - Variable in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
EditableComboBoxAutoCompletion - Class in org.springframework.richclient.list
Provides auto-completion for an editable combobox.
EditableComboBoxAutoCompletion(JComboBox) - Constructor for class org.springframework.richclient.list.EditableComboBoxAutoCompletion
Adds autocompletion support to the given combobox.
editableForeground - Variable in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
Editor - Interface in org.springframework.richclient.application
 
EDITOR_KEY - Static variable in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
ElementGenerator - Interface in org.springframework.core.closure
A interface to be implemented by objects which encapsulate a workflow process template that generates elements for processing.
ELLIPSIS - Static variable in class org.springframework.richclient.core.UIConstants
 
EmailNotifierErrorReporter - Class in org.springframework.richclient.exceptionhandling
This email reporter can be added as ErrorReporter to the JXErrorDialogExceptionHandler.
EmailNotifierErrorReporter() - Constructor for class org.springframework.richclient.exceptionhandling.EmailNotifierErrorReporter
 
EMPTY_MESSAGE - Static variable in class org.springframework.richclient.core.DefaultMessage
A convenience instance representing an empty message.
EMPTY_SELECTION_VALUE - Static variable in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
context key for a value which is used to mark an empty Selection.
EmptyIcon - Class in org.springframework.richclient.image
A empty icon is a blank icon useful for ensuring alignment in menus between menuitems that have and do not have icons.
EmptyIcon(IconSize) - Constructor for class org.springframework.richclient.image.EmptyIcon
EmptyIcon objects are always square, having identical height and width.
EmptyValidationResults - Class in org.springframework.binding.validation.support
An implementation of ValidationResults that contains no results.
EmptyValidationResults() - Constructor for class org.springframework.binding.validation.support.EmptyValidationResults
 
ENABLED_PROPERTY - Static variable in interface org.springframework.binding.form.FieldMetadata
The name of the bound property enabled.
ENABLED_PROPERTY - Static variable in interface org.springframework.binding.form.FormModel
The name of the bound property enabled.
ENABLED_PROPERTY - Static variable in class org.springframework.richclient.dialog.control.Tab
 
ENABLED_PROPERTY_NAME - Static variable in class org.springframework.richclient.command.AbstractCommand
Property used to notify changes in the enabled state.
enabledChanged() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
Called when the enabled state of the bound property changes.
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.LabelBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.NumberBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.TextComponentBinding
 
enabledChanged() - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinding
 
enabledChanged() - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
enabledUpdated() - Method in class org.springframework.binding.form.support.AbstractFormModel
Fires the necessary property change event for changes to the enabled property.
endDraggingFrame(JComponent) - Method in class org.springframework.richclient.application.mdi.ScrollingDesktopManager
 
endResizingFrame(JComponent) - Method in class org.springframework.richclient.application.mdi.ScrollingDesktopManager
 
ENDS_WITH - Static variable in class org.springframework.rules.constraint.Like
 
EnumComboBoxBinder - Class in org.springframework.richclient.form.binding.swing
 
EnumComboBoxBinder() - Constructor for class org.springframework.richclient.form.binding.swing.EnumComboBoxBinder
 
EnumComboBoxBinding - Class in org.springframework.richclient.form.binding.swing
 
EnumComboBoxBinding(JComboBox, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.EnumComboBoxBinding
 
eq(Object) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
eq(int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
eq(Object, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
eq(String, Object) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
eq(String, Object, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
eq(Object) - Method in class org.springframework.rules.factory.Constraints
 
eq(int) - Method in class org.springframework.rules.factory.Constraints
 
eq(Object, Comparator) - Method in class org.springframework.rules.factory.Constraints
 
eq(String, Object) - Method in class org.springframework.rules.factory.Constraints
Apply a "equal to" constraint to a bean property.
eq(String, Object, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a "equal to" constraint to a bean property.
eq(Object) - Method in class org.springframework.rules.factory.PropertyConstraints
 
eqProperty(String, String, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
eqProperty(String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
eqProperty(String, String, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a "equal to" constraint to two bean properties.
eqProperty(String, String) - Method in class org.springframework.rules.factory.Constraints
Apply a "equal to" constraint to two bean properties.
eqProperty(String) - Method in class org.springframework.rules.factory.PropertyConstraints
 
EQUAL_TO - Static variable in class org.springframework.rules.constraint.RelationalOperator
The EQUAL_TO (==) operator
equalizeSizes(JComponent[]) - Static method in class org.springframework.richclient.util.GuiStandardUtils
Sets the items in aComponents to the same size.
equals(Object) - Method in class org.springframework.binding.form.support.AbstractFormModel.ConvertingValueModelKey
 
equals(Object) - Method in class org.springframework.binding.validation.support.DefaultValidationMessage
 
equals(Object) - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
equals(Object) - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
equals(Object) - Method in class org.springframework.richclient.core.DefaultMessage
 
equals(Object) - Method in class org.springframework.richclient.core.LabelInfo
equals(Object) - Method in class org.springframework.richclient.image.AwtImageResource
 
equals(Object) - Method in class org.springframework.richclient.samples.simple.domain.Contact
Compare two objects for equality.
EqualsValueChangeDetector - Class in org.springframework.binding.value.support
An implementation of ValueChangeDetector that provides the same semantics as ObjectUtils.nullSafeEquals(java.lang.Object, java.lang.Object).
EqualsValueChangeDetector() - Constructor for class org.springframework.binding.value.support.EqualsValueChangeDetector
 
EqualTo - Class in org.springframework.rules.constraint
Constraint that tests object equality (not identity.)
EqualTo() - Constructor for class org.springframework.rules.constraint.EqualTo
 
EqualTo(Comparator) - Constructor for class org.springframework.rules.constraint.EqualTo
 
ERROR - Static variable in class org.springframework.richclient.core.Severity
Error-level severity.
ERROR_LABEL - Static variable in class org.springframework.richclient.core.Severity
The label associated with the error level.
EVEN_INSETS - Static variable in class org.springframework.richclient.util.GridBagCellConstraints
 
EventListenerListHelper - Class in org.springframework.richclient.util
Helper implementation of an event listener list.
EventListenerListHelper(Class) - Constructor for class org.springframework.richclient.util.EventListenerListHelper
Create new EventListenerListHelper instance that will maintain a list of event listeners of the given class.
EventListenerListHelper.EventBroadcastException - Exception in org.springframework.richclient.util
Indicates that an error has occurred attempting to broadcast an event to listeners.
EventListenerListHelper.EventBroadcastException(String, Throwable) - Constructor for exception org.springframework.richclient.util.EventListenerListHelper.EventBroadcastException
Creates a new EventBroadcastException with the given detail message and nested exception.
ExceptionDetailsPane - Class in org.springframework.richclient.control
A simple pane which can display an exception stack trace.
ExceptionDetailsPane() - Constructor for class org.springframework.richclient.control.ExceptionDetailsPane
 
exceptionHandler - Variable in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
ExceptionHandlerDelegate - Interface in org.springframework.richclient.exceptionhandling.delegation
A delegate that might want to handle a throwable.
ExceptionHandlingView - Class in org.springframework.richclient.samples.petclinic.exceptionhandling
 
ExceptionHandlingView() - Constructor for class org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView
 
ExceptionHandlingView.ValidPerson - Class in org.springframework.richclient.samples.petclinic.exceptionhandling
 
ExceptionHandlingView.ValidPerson() - Constructor for class org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView.ValidPerson
 
exceptionPurger - Variable in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
 
exceptionPurger - Variable in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
exceptionPurger - Variable in class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
 
ExceptionPurger - Interface in org.springframework.richclient.exceptionhandling.delegation
Purges a throwable, ussually by looking into it's chain.
excludeThrowableClassList - Variable in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
 
ExclusiveCommandGroup - Class in org.springframework.richclient.command
 
ExclusiveCommandGroup() - Constructor for class org.springframework.richclient.command.ExclusiveCommandGroup
 
ExclusiveCommandGroup(String) - Constructor for class org.springframework.richclient.command.ExclusiveCommandGroup
 
ExclusiveCommandGroup(String, CommandFaceDescriptor) - Constructor for class org.springframework.richclient.command.ExclusiveCommandGroup
 
ExclusiveCommandGroup(String, CommandRegistry) - Constructor for class org.springframework.richclient.command.ExclusiveCommandGroup
 
ExclusiveCommandGroup(String, String) - Constructor for class org.springframework.richclient.command.ExclusiveCommandGroup
 
ExclusiveCommandGroup(String, String, Icon, String) - Constructor for class org.springframework.richclient.command.ExclusiveCommandGroup
 
ExclusiveCommandGroupSelectionController - Class in org.springframework.richclient.command
 
ExclusiveCommandGroupSelectionController() - Constructor for class org.springframework.richclient.command.ExclusiveCommandGroupSelectionController
 
exclusiveDisjunction() - Method in class org.springframework.rules.factory.Constraints
Returns a new, empty exclusive disjunction prototype, capable of composing individual constraints where only one must test true.
execute() - Method in class org.springframework.richclient.application.setup.SetupWizard
 
execute(Map) - Method in class org.springframework.richclient.command.ActionCommand
 
execute() - Method in class org.springframework.richclient.command.ActionCommand
 
execute() - Method in interface org.springframework.richclient.command.ActionCommandExecutor
Performs the action.
execute() - Method in class org.springframework.richclient.command.CommandGroup
Executes all the members of this group.
execute(Map) - Method in interface org.springframework.richclient.command.ParameterizableActionCommandExecutor
Invoke the specified command, passing in the set of arbitrary execution parameters.
execute(Map) - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
 
execute() - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
 
execute() - Method in class org.springframework.richclient.command.support.MethodInvokingActionCommandExecutor
 
execute() - Method in class org.springframework.richclient.samples.petclinic.ui.NewOwnerWizard
 
exists() - Method in class org.springframework.richclient.image.AwtImageResource
 
ExitCommand - Class in org.springframework.richclient.command.support
An action command that causes the application to exit.
ExitCommand() - Constructor for class org.springframework.richclient.command.support.ExitCommand
Creates a new ExitCommand with an id of "exitCommand".
expandAll(boolean) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Expands or collapses all of the tree nodes.
expandAll(JTree, boolean) - Static method in class org.springframework.richclient.tree.TreeUtils
 
expandAll(JTree, TreePath, boolean) - Static method in class org.springframework.richclient.tree.TreeUtils
 
expandLevels(int, boolean) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Expands or collapses a number of levels of tree nodes.
expandLevels(JTree, int, boolean) - Static method in class org.springframework.richclient.tree.TreeUtils
 
expandLevels(JTree, TreePath, int, boolean) - Static method in class org.springframework.richclient.tree.TreeUtils
 
ExpansionPointGroupMember - Class in org.springframework.richclient.command
A collection of GroupMembers that represent a subsection of a CommandGroup.
ExpansionPointGroupMember() - Constructor for class org.springframework.richclient.command.ExpansionPointGroupMember
Creates a new ExpansionPointGroupMember with a default name.
ExpansionPointGroupMember(String) - Constructor for class org.springframework.richclient.command.ExpansionPointGroupMember
Creates a new ExpansionPointGroupMember with the given name.
exportSettings(Settings, OutputStream) - Method in class org.springframework.richclient.settings.SettingsManager
Export settings to an OutputStream
ExtTabbedPane - Class in org.springframework.richclient.dialog.control
Wrapper around JTabbedPane.
ExtTabbedPane(JTabbedPane) - Constructor for class org.springframework.richclient.dialog.control.ExtTabbedPane
 
ExtTabbedPane() - Constructor for class org.springframework.richclient.dialog.control.ExtTabbedPane
 

F

fetchExtraText(MessageSource, String) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptor
 
FieldFace - Interface in org.springframework.binding.form
Provides metadata related to the visualization of a form property and convenience methods for configuring GUI components using the metadata.
FieldFaceSource - Interface in org.springframework.binding.form
Interface to be implemented by objects that can resolve a FieldFace for a field path and optionaly a given context.
FieldFaceSourceImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
FieldMetadata - Interface in org.springframework.binding.form
Encapsulates the state of an individual property of a form model.
fieldMetadata - Variable in class org.springframework.richclient.form.binding.support.AbstractBinding
 
FILE_PATH_FIELD_WIDTH - Static variable in class org.springframework.richclient.core.UIConstants
Suggested width for a JTextField storing a file path.
FileChecks - Class in org.springframework.richclient.filechooser
 
FileChecks.FileConverter - Class in org.springframework.richclient.filechooser
 
FileChecks.FileConverter() - Constructor for class org.springframework.richclient.filechooser.FileChecks.FileConverter
 
FileChecks.FileExists - Class in org.springframework.richclient.filechooser
 
FileChecks.FileExists() - Constructor for class org.springframework.richclient.filechooser.FileChecks.FileExists
 
FileChecks.FileIsFile - Class in org.springframework.richclient.filechooser
 
FileChecks.FileIsFile() - Constructor for class org.springframework.richclient.filechooser.FileChecks.FileIsFile
 
FileChecks.FileIsReadable - Class in org.springframework.richclient.filechooser
 
FileChecks.FileIsReadable() - Constructor for class org.springframework.richclient.filechooser.FileChecks.FileIsReadable
 
FileChooserComboBox - Class in org.springframework.richclient.filechooser
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.
FileChooserComboBox() - Constructor for class org.springframework.richclient.filechooser.FileChooserComboBox
 
FileChooserComboBox(ValidatingFormModel, String) - Constructor for class org.springframework.richclient.filechooser.FileChooserComboBox
 
FileChooserUtils - Class in org.springframework.richclient.filechooser
Utility functions for file choosers.
FileSystemXmlSettingsReaderWriter - Class in org.springframework.richclient.settings.xml
XmlSettingsReaderWriter implementation that reads and writes the xml from and to the file system.
FileSystemXmlSettingsReaderWriter(String) - Constructor for class org.springframework.richclient.settings.xml.FileSystemXmlSettingsReaderWriter
Creates a new instance.
fill(GroupContainerPopulator, Object, CommandButtonConfigurer, List) - Method in class org.springframework.richclient.command.ComponentGroupMember
Asks the given container populator to add a component to its underlying container.
fill(GroupContainerPopulator, Object, CommandButtonConfigurer, List) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Adds each member of this expansion point to a GUI container using the given container populator.
fill(GroupContainerPopulator, Object, CommandButtonConfigurer, List) - Method in class org.springframework.richclient.command.GlueGroupMember
Adds a glue component using the given container populator.
fill(GroupContainerPopulator, Object, CommandButtonConfigurer, List) - Method in class org.springframework.richclient.command.GroupMember
Subclasses must implement this method to use the given container populator to add a GUI control component to a GUI container.
fill(GroupContainerPopulator, Object, CommandButtonConfigurer, List) - Method in class org.springframework.richclient.command.LazyGroupMember
 
fill(GroupContainerPopulator, Object, CommandButtonConfigurer, List) - Method in class org.springframework.richclient.command.SeparatorGroupMember
Asks the given container populator to add a separator to its underlying container.
fill(GroupContainerPopulator, Object, CommandButtonConfigurer, List) - Method in class org.springframework.richclient.command.SimpleGroupMember
 
FILTER_KEY - Static variable in class org.springframework.richclient.form.binding.swing.AbstractListBinder
key for defining a context dependent filter constraint value that is used to filter the elements of selectableItems.
FILTER_PROPERTIES_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
FILTERED_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
FilteredComboBoxListModel - Class in org.springframework.richclient.list
 
FilteredComboBoxListModel(ComboBoxModel, Constraint) - Constructor for class org.springframework.richclient.list.FilteredComboBoxListModel
 
FilteredListModel - Class in org.springframework.richclient.list
Decorates an existing ListModel by applying a constraint.
FilteredListModel(ListModel, Constraint) - Constructor for class org.springframework.richclient.list.FilteredListModel
Constructs a new instance
filteredModel - Variable in class org.springframework.richclient.list.AbstractFilteredListModel
 
filteredModel - Variable in class org.springframework.richclient.table.AbstractTableModelFilter
 
FilterListSelectionDialog - Class in org.springframework.richclient.selection.dialog
Filtered ListSelectionDialog.
FilterListSelectionDialog(String, Window, FilterList) - Constructor for class org.springframework.richclient.selection.dialog.FilterListSelectionDialog
 
find(String) - Method in class org.springframework.richclient.command.CommandGroup
Search for and return the command contained by this group with the specified path.
findAll(Constraint) - Method in interface org.springframework.core.closure.ElementGenerator
Find all elements produced by ths template that match the specified criteria.
findAll(Collection) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
findAll(Iterator) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
findAll(Constraint) - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Find all elements produced by ths template that match the specified criteria.
findAll(Collection, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Find all the elements in the collection that match the specified constraint.
findAll(Iterator, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Find all the elements in the collection that match the specified constraint.
findAll(Collection, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
findAll(Iterator, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
findAll(Collection) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
findAll(Iterator) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
findBinderByControlType(Class) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Try to find a binder for the provided controlType.
findBinderByPropertyName(Class, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Try to find a binder for the provided parentObjectType and propertyName.
findBinderByPropertyType(Class) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Try to find a binder for the provided propertyType.
findButton(AbstractCommand, List) - Method in class org.springframework.richclient.command.SimpleGroupMember
Searches the given list of AbstractButtons for one that is not an instance of a JMenuItem and has the given command attached to it.
findChainPartThrowable(ChainInspectingExceptionHandlerDelegate.ChainPart, Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate
 
findFirst(Constraint) - Method in interface org.springframework.core.closure.ElementGenerator
Find the first element that matches the given criteria.
findFirst(Constraint, Object) - Method in interface org.springframework.core.closure.ElementGenerator
Find the first element that matches the given criteria, return defaultIfNoneFound if none found.
findFirst(Collection) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
findFirst(Iterator) - Method in class org.springframework.core.closure.support.AbstractConstraint
 
findFirst(Constraint) - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Find the first element that matches the given criteria.
findFirst(Constraint, Object) - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Find the first element that matches the given criteria, return defaultIfNoneFound if none found.
findFirst(Collection, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Find the first element in the collection matching the specified constraint.
findFirst(Iterator, Constraint) - Method in class org.springframework.core.closure.support.Algorithms
Find the first element in the collection matching the specified constraint.
findFirst(Collection, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
findFirst(Iterator, Constraint) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
findFirst(Collection) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
findFirst(Iterator) - Method in class org.springframework.rules.constraint.AbstractConstraint
 
findManagedButton(AbstractButton) - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
findMenu(AbstractCommand, List) - Method in class org.springframework.richclient.command.SimpleGroupMember
Searches the given list of AbstractButtons for one that is an instance of a JMenuItem and has the given command attached to it.
findMethod(String, Class, Class[]) - Static method in class org.springframework.richclient.util.ClassUtils
 
findPage(ApplicationWindow, PageDescriptor) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPageFactory
 
findPageComponent(String) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
finished() - Method in class org.springframework.richclient.util.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
fire(String) - Method in class org.springframework.richclient.util.EventListenerListHelper
Invokes the method with the given name and no parameters on each of the listeners registered with this list.
fire(String, Object) - Method in class org.springframework.richclient.util.EventListenerListHelper
Invokes the method with the given name and a single parameter on each of the listeners registered with this list.
fire(String, Object, Object) - Method in class org.springframework.richclient.util.EventListenerListHelper
Invokes the method with the given name and two parameters on each of the listeners registered with this list.
fire(String, Object[]) - Method in class org.springframework.richclient.util.EventListenerListHelper
Invokes the method with the given name and number of formal parameters on each of the listeners registered with this list.
fireCancelPerformed(boolean) - Method in class org.springframework.richclient.wizard.AbstractWizard
Fires an onPerformCancel event to all listeners.
fireChangedEvents() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
fireClosed(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
fireCommandRegistered(AbstractCommand) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Fires a 'commandRegistered' CommandRegistryEvent for the given command to all registered listeners.
fireContentsChanged(int) - Method in class org.springframework.binding.value.support.ListListModel
Notifies the list model that one of the list elements has changed.
fireContentsChanged(int, int) - Method in class org.springframework.binding.value.support.ListListModel
Notifies the list model that one or more of the list elements have changed.
fireContentsChanged(Object, int, int) - Method in class org.springframework.binding.value.support.ObservableEventList
AbstractListModel subclasses must call this method after one or more elements of the list change.
fireContentsChanged(Object, int, int) - Method in class org.springframework.richclient.list.FilteredListModel
 
fireFinishedPerformed(boolean) - Method in class org.springframework.richclient.wizard.AbstractWizard
Fires an onPerformFinish event to all listeners.
fireFocusGained(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
fireFocusLost(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
fireIndexedObjectChanged() - Method in interface org.springframework.binding.value.IndexAdapter
Code to be executed when the index has changed.
fireIndexedObjectChanged() - Method in class org.springframework.binding.value.support.GrowableIndexAdapter