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
 
fireIntervalAdded(Object, int, int) - Method in class org.springframework.binding.value.support.ObservableEventList
AbstractListModel subclasses must call this method after one or more elements are added to the model.
fireIntervalRemoved(Object, int, int) - Method in class org.springframework.binding.value.support.ObservableEventList
AbstractListModel subclasses must call this method after one or more elements are removed from the model.
fireListModelChanged() - Method in class org.springframework.binding.value.support.BufferedCollectionValueModel
 
fireMembersChanged() - Method in class org.springframework.richclient.command.CommandGroup
 
fireMessageUpdated(Message, Message) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
fireOpened(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
firePropertiesChanged() - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
firePropertyChange(String, boolean, boolean) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
Handles the dirty event firing.
firePropertyChange(String, boolean, boolean) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
firePropertyChange(String, Object, Object) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
firePropertyChange(String, boolean, boolean) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
firePropertyChange(String, double, double) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
firePropertyChange(String, float, float) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
firePropertyChange(String, int, int) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
firePropertyChange(String, long, long) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
firePropertyChange(String, Object, Object) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
firePropertyChange(String, int, int) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
firePropertyChange(String, Object, Object) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
firePropertyChange(String, int, int) - Method in class org.springframework.richclient.form.AbstractDetailForm
 
firePropertyChange(String, Object, Object) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
fireRootNodeChanged(Object) - Method in class org.springframework.richclient.tree.AbstractTreeModel
The only event raised by this model is TreeStructureChanged with the root as path, i.e.
fireRootTreeStructureChanged(Object) - Method in class org.springframework.richclient.tree.AbstractTreeModel
The only event raised by this model is TreeStructureChanged with the root as path, i.e.
fireTreeNodeChanged(Object[], int, Object) - Method in class org.springframework.richclient.tree.AbstractTreeModel
 
fireTreeNodeInserted(Object[], int, Object) - Method in class org.springframework.richclient.tree.AbstractTreeModel
 
fireTreeNodeRemoved(Object[], int, Object) - Method in class org.springframework.richclient.tree.AbstractTreeModel
 
fireTreeNodesChanged(Object[], int[], Object[]) - Method in class org.springframework.richclient.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object[], int[], Object[]) - Method in class org.springframework.richclient.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object[], int[], Object[]) - Method in class org.springframework.richclient.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object[], int[], Object[]) - Method in class org.springframework.richclient.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object[], int, Object) - Method in class org.springframework.richclient.tree.AbstractTreeModel
 
fireValidationResultsChanged() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
fireValidationResultsChanged(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
fireValueChange(boolean, boolean) - Method in class org.springframework.binding.value.support.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(int, int) - Method in class org.springframework.binding.value.support.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(long, long) - Method in class org.springframework.binding.value.support.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(double, double) - Method in class org.springframework.binding.value.support.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChange(Object, Object) - Method in class org.springframework.binding.value.support.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChangeEvent(Object, Object) - Method in class org.springframework.binding.value.support.AbstractValueModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChangeWhenStillEqual() - Method in class org.springframework.binding.value.support.AbstractValueModel
This method can be called when it in necessary to send a PropertyChangeEvent to any registered PropertyChangeListeners even though the encapsulated value has not changed.
fireVetoableChange(String, Object, Object) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
fireVetoableChange(String, boolean, boolean) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
fireVetoableChange(String, double, double) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
fireVetoableChange(String, int, int) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
fireVetoableChange(String, float, float) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
fireVetoableChange(String, long, long) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
FlexDockApplicationPage - Class in org.springframework.richclient.application.docking.flexdock
ApplicationPage that uses FlexDock.
FlexDockApplicationPage() - Constructor for class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
FlexDockApplicationPageFactory - Class in org.springframework.richclient.application.docking.flexdock
Factory for FlexDockApplicationPage instances
FlexDockApplicationPageFactory() - Constructor for class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
FlexDockViewDescriptor - Class in org.springframework.richclient.application.docking.flexdock
 
FlexDockViewDescriptor() - Constructor for class org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
 
flip() - Method in class org.springframework.richclient.table.SortOrder
 
flushSpi() - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
FOCUS_LOST - Static variable in class org.springframework.binding.value.swing.ValueCommitPolicy
 
FocusableTreeCellRenderer - Class in org.springframework.richclient.tree
This renderer differs from the default Swing list renderer in that it displays the currently selected item differently when the list has the focus.
FocusableTreeCellRenderer() - Constructor for class org.springframework.richclient.tree.FocusableTreeCellRenderer
 
focusBorder - Variable in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
focusGained(FocusEvent) - Method in class org.springframework.binding.value.swing.FocusLostTextComponentAdapter
 
focusGained(FocusEvent) - Method in class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
focusGained(FocusEvent) - Method in class org.springframework.richclient.text.TextComponentPopup
 
focusLost(FocusEvent) - Method in class org.springframework.binding.value.swing.FocusLostTextComponentAdapter
 
focusLost(FocusEvent) - Method in class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
focusLost(FocusEvent) - Method in class org.springframework.richclient.text.TextComponentPopup
 
FocusLostTextComponentAdapter - Class in org.springframework.binding.value.swing
 
FocusLostTextComponentAdapter(JTextComponent, ValueModel) - Constructor for class org.springframework.binding.value.swing.FocusLostTextComponentAdapter
 
FontSizeAdjuster - Class in org.springframework.richclient.util
 
forEach(Collection) - Method in class org.springframework.core.closure.support.AbstractClosure
Execute this closure for each element in the provided collection.
forEach(Iterator) - Method in class org.springframework.core.closure.support.AbstractClosure
Execute this closure for each element traversable via the provided iterator.
forEach(Collection, Closure) - Method in class org.springframework.core.closure.support.Algorithms
Execute the provided closure for each element in the collection.
forEach(Iterator, Closure) - Method in class org.springframework.core.closure.support.Algorithms
Execute the provided closure for each element in the collection.
forEach(Collection, Closure) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
forEach(Iterator, Closure) - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
foreground - Variable in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
Form - Interface in org.springframework.richclient.form
The graphical representation of the FormModel by extending ControlFactory and providing FormModel related methods.
FORM_ID - Static variable in class org.springframework.richclient.components.ShuttleListBinder
 
format(double, StringBuffer, FieldPosition) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
format(long, StringBuffer, FieldPosition) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
format - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
format(long) - Method in class org.springframework.richclient.text.TimeFormat
Returns a formatted time string for the specified time period.
formatMessage(String) - Method in class org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
 
FormatTableCellRenderer - Class in org.springframework.richclient.table.renderer
 
FormatTableCellRenderer(Format) - Constructor for class org.springframework.richclient.table.renderer.FormatTableCellRenderer
 
FormattedTextFieldAdapter - Class in org.springframework.binding.value.swing
Sets the value of the value model associated with a formatted text field when the text field changes according to the value commit policy.
FormattedTextFieldAdapter(JFormattedTextField, ValueModel, ValueCommitPolicy) - Constructor for class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
FormattedTextFieldBinder - Class in org.springframework.richclient.form.binding.swing
 
FormattedTextFieldBinder(Class) - Constructor for class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinder
 
FormattedTextFieldBinding - Class in org.springframework.richclient.form.binding.swing
TODO: this is probably very broken.
FormattedTextFieldBinding(JFormattedTextField, FormModel, String, Class) - Constructor for class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinding
 
formatter - Variable in class org.springframework.richclient.table.renderer.TimeTableCellRenderer
 
FORMATTER_FACTORY_KEY - Static variable in class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinder
 
FormatterFactory - Class in org.springframework.richclient.form
 
FormatterFactory(Class) - Constructor for class org.springframework.richclient.form.FormatterFactory
 
FormatterFactory(Class, ValueCommitPolicy) - Constructor for class org.springframework.richclient.form.FormatterFactory
 
formatToCharacterIterator(Object) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
FormBackedDialogPage - Class in org.springframework.richclient.dialog
An implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages.
FormBackedDialogPage(Form) - Constructor for class org.springframework.richclient.dialog.FormBackedDialogPage
Creates a new FormBackedDialogPage
FormBackedDialogPage(Form, boolean) - Constructor for class org.springframework.richclient.dialog.FormBackedDialogPage
 
FormBackedDialogPage(String, Form) - Constructor for class org.springframework.richclient.dialog.FormBackedDialogPage
Creates a new FormPageBackedDialogPage.
FormBackedPreferencePage - Class in org.springframework.richclient.preference
 
FormBackedPreferencePage(String) - Constructor for class org.springframework.richclient.preference.FormBackedPreferencePage
 
FormBackedPreferencePage(String, boolean) - Constructor for class org.springframework.richclient.preference.FormBackedPreferencePage
 
FormBackedWizardPage - Class in org.springframework.richclient.wizard
An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
FormBackedWizardPage(Form) - Constructor for class org.springframework.richclient.wizard.FormBackedWizardPage
Createa a new FormBackedWizardPage
FormBackedWizardPage(Form, boolean) - Constructor for class org.springframework.richclient.wizard.FormBackedWizardPage
 
FormBackedWizardPage(String, Form) - Constructor for class org.springframework.richclient.wizard.FormBackedWizardPage
Creates a new FormBackedWizardPage.
FormBuilder - Interface in org.springframework.richclient.form
Common interface to assist with building forms.
FormComponentInterceptor - Interface in org.springframework.richclient.form.builder
This provides a way to wrap functionality around components and labels.
FormComponentInterceptorFactory - Interface in org.springframework.richclient.form.builder
Factory for creating FormComponentInterceptors for a given FormModel.
formComponentInterceptorFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
FORMERROR_GUARDED - Static variable in class org.springframework.richclient.form.FormGuard
Guard-registration mask-pattern indicating enabled() will be set only if the formmodel is both enabled and has no errors.
FormGuard - Class in org.springframework.richclient.form
Actually enables/disables registered 'guarded' objects based on the state of a ValidatingFormModel.
FormGuard(ValidatingFormModel) - Constructor for class org.springframework.richclient.form.FormGuard
Creates the FormGuard monitoring the passed formModel.
FormGuard(ValidatingFormModel, Guarded) - Constructor for class org.springframework.richclient.form.FormGuard
Creates the FormGuard monitoring the passed formModel, and adds the passed guarded-object.
FormGuard(ValidatingFormModel, Guarded, int) - Constructor for class org.springframework.richclient.form.FormGuard
Creates the FormGuard monitoring the passed formModel, and adds the passed guarded-object using the specified mask.
FormModel - Interface in org.springframework.binding.form
A formModel groups valueModels and actions that are related to the same backing object.
formModel - Variable in class org.springframework.richclient.form.binding.support.AbstractBinding
 
FormModelHelper - Class in org.springframework.richclient.form
This provides a collection of useful functions for working with FormModels.
FormModelHelper() - Constructor for class org.springframework.richclient.form.FormModelHelper
 
FormModelMediatingValueModel - Class in org.springframework.binding.form.support
A value model wrapper that mediates between the (wrapped) data value model and the derived view value model.
FormModelMediatingValueModel(ValueModel) - Constructor for class org.springframework.binding.form.support.FormModelMediatingValueModel
Constructor which defaults trackDirty=true.
FormModelMediatingValueModel(ValueModel, boolean) - Constructor for class org.springframework.binding.form.support.FormModelMediatingValueModel
Constructor.
FormModelPropertyAccessStrategy - Class in org.springframework.binding.form.support
Adapts the properties of FormModel so that they are accessible using the PropertyAccessStrategy interface.
FormModelPropertyAccessStrategy(FormModel) - Constructor for class org.springframework.binding.form.support.FormModelPropertyAccessStrategy
 
formPropertyPath - Variable in class org.springframework.richclient.form.binding.support.AbstractBinding
 
formPropertyValueChanged(String) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
FormUIProvider - Interface in org.springframework.richclient.form
Allows pre-generated form UIs to easily integrate with Spring Rich's form and binding framework.
fps - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 

G

gapCol() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a related component gap column.
gapCol(String) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a gap column with the specified colSpec.
gapCol(ColumnSpec) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a gap column with the specified colSpec.
GENERAL_FORM_PAGE - Static variable in class org.springframework.richclient.samples.petclinic.ui.OwnerGeneralForm
 
GeneratedForm - Class in org.springframework.richclient.form
Convenience class for producing a Spring Rich Form based on a pre-generated form UI (typically, a form that has been created in a form designer such as Matisse or JFormDesigner).
GeneratedForm() - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(String) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(Object) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(FormModel) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(FormModel, String) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(HierarchicalFormModel, String, String) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(HierarchicalFormModel, String, ValueModel) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(String, FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(Object, FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(Object, String, FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(FormModel, FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(FormModel, String, FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(HierarchicalFormModel, String, String, FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GeneratedForm(HierarchicalFormModel, String, ValueModel, FormUIProvider) - Constructor for class org.springframework.richclient.form.GeneratedForm
 
GenericCollectionTypeResolver - Class in org.springframework.richclient.core
Helper class for determining element types of collections and maps.
GenericCollectionTypeResolver() - Constructor for class org.springframework.richclient.core.GenericCollectionTypeResolver
 
GenericKeyMapBindingDialog - Class in org.springframework.richclient.samples.showcase.binding
 
GenericKeyMapBindingDialog() - Constructor for class org.springframework.richclient.samples.showcase.binding.GenericKeyMapBindingDialog
 
get(int) - Method in class org.springframework.binding.value.support.ListListModel
 
get(String, ObjectFactory) - Method in class org.springframework.richclient.context.support.ApplicationWindowScope
 
get(int) - Method in class org.springframework.rules.constraint.CompoundConstraint
 
getAboutTextPath() - Method in class org.springframework.richclient.application.support.AboutBox
 
getAccelerator() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the accelerator from the default faceDescriptor or the default accelerator of the CommandButtonLabelInfo#BLANK_BUTTON_LABEL#getAccelerator().
getAccelerator() - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
Returns the keystroke accelerator for the label.
getAccelerator() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the keystroke accelerator associated with the command.
getAccelerator() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getAccessDecisionManager() - Method in interface org.springframework.richclient.security.SecurityController
Get the access decision manager in use
getAccessDecisionManager() - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Get the access decision manager in use
getAction(KeyStroke) - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
getActionAdapter() - Method in class org.springframework.richclient.command.ActionCommand
 
getActionCommand() - Method in class org.springframework.richclient.command.ActionCommand
 
getActionCommand(String) - Method in interface org.springframework.richclient.command.CommandRegistry
Deprecated. use CommandRegistry.getCommand(String, Class) instead. You may choose to either catch the CommandNotOfRequiredTypeException or call CommandRegistry.isTypeMatch(String, Class) first.
getActionCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getActionCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Deprecated.  
getActionMap() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the ActionMap of the dialog.
getActiveComponent() - Method in interface org.springframework.richclient.application.ApplicationPage
 
getActiveComponent() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
Returns the active PageComponent, or null if none.
getActiveComponent() - Method in class org.springframework.richclient.application.support.PageComponentListenerAdapter
 
getActivePage() - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Gets the active page of this CompositeDialogPage.
getActiveWindow() - Method in class org.springframework.richclient.application.Application
ActiveWindow is tracked by windowManager.
getActiveWindow() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getActiveWindow() - Method in class org.springframework.richclient.application.WindowManager
 
getActualType() - Method in exception org.springframework.richclient.command.CommandNotOfRequiredTypeException
Returns the actual type of the command.
getActualType(ParameterizedType, Class, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
 
getAddress() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getAddress1() - Method in class org.springframework.richclient.samples.simple.domain.Address
 
getAddress2() - Method in class org.springframework.richclient.samples.simple.domain.Address
 
getAddress3() - Method in class org.springframework.richclient.samples.simple.domain.Address
 
getAdjustment() - Static method in class org.springframework.richclient.util.FontSizeAdjuster
 
getAdvisor() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getAge() - Method in class org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView.ValidPerson
 
getAlgorithms() - Method in class org.springframework.core.closure.support.AlgorithmsAccessor
 
getAllContacts() - Method in class org.springframework.richclient.samples.simple.domain.ContactDataStore
Get all the contacts.
getAllKeys() - Method in class org.springframework.richclient.settings.AbstractSettings
 
getAllKeys() - Method in interface org.springframework.richclient.settings.Settings
Returns the "sum" of {link #getKeys()} and {link #getDefaultKeys()}.
getAllowSelection() - Method in class org.springframework.richclient.text.HtmlPane
Is selection allowed in this pane.
getAllowsEmptySelection() - Method in class org.springframework.richclient.command.ExclusiveCommandGroup
 
getAllowsEmptySelection() - Method in class org.springframework.richclient.command.ExclusiveCommandGroupSelectionController
 
getAllUserMetadata() - Method in interface org.springframework.binding.form.FieldMetadata
Returns all custom metadata associated with this property in the form of a Map.
getAllUserMetadata() - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
getAllUserMetadata() - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
getAllUserMetadata(String) - Method in interface org.springframework.binding.PropertyMetadataAccessStrategy
Returns all custom metadata associated with the specified property in the form of a Map.
getAllUserMetadataFor(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Subclasses may override this method to supply user metadata for the specified propertyPath.
getAllUserMetadataFor(String) - Method in class org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategy
Retrieves annotations for the specified property as user metadata.
getAnnotationsFor(PropertyDescriptor) - Static method in class org.springframework.richclient.util.AnnotationUtils
Retrieves all annotations present on the specified property.
getAnnotationTranslator() - Method in class org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategy
 
getAntiAlias() - Method in class org.springframework.richclient.text.HtmlPane
Is the HTML rendered with anti-aliasing.
getApplication() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
getApplication() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getApplicationContext() - Method in class org.springframework.richclient.application.Application
 
getApplicationContext() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getApplicationContext() - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
 
getApplicationContext() - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
getApplicationContext() - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
Get the installed application context.
getApplicationEventMulticaster() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
getApplicationImage() - Method in class org.springframework.richclient.application.support.HelpContents
 
getApplicationName() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getApplicationName() - Method in class org.springframework.richclient.application.support.HelpContents
 
getApplicationServices() - Method in class org.springframework.richclient.application.ApplicationServicesLocator
Return the ApplicationServices instance.
getApplicationServices() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
getApplicationServices() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getApplicationWindow() - Method in class org.springframework.richclient.command.support.ApplicationWindowAwareCommand
Returns the application window that this component was created within.
getApplyCommand() - Method in class org.springframework.richclient.preference.PreferencePage
Will create "Apply" command if it doesn't exist yet
getArguments() - Method in class org.springframework.rules.reporting.TypeResolvableSupport
 
getAuthentication() - Method in interface org.springframework.richclient.security.ApplicationSecurityManager
Get the authentication token for the currently logged in user.
getAuthentication() - Method in class org.springframework.richclient.security.LoginForm
Get an Authentication token that contains the current username and password.
getAuthentication() - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Get the authentication token for the currently logged in user.
getAuthenticationManager() - Method in interface org.springframework.richclient.security.ApplicationSecurityManager
Get the authentication manager in use.
getAuthenticationManager() - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Get the authentication manager in use.
getAuthenticationToken() - Method in class org.springframework.richclient.security.remoting.BasicAuthHttpInvokerRequestExecutor
Get the Authentication object for the current user, if any.
getAuthorizingRoles() - Method in class org.springframework.richclient.security.support.UserRoleSecurityController
Get the config attributes.
getAutoHideBorder() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
getBackground() - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
getBackingForm() - Method in class org.springframework.richclient.wizard.FormBackedWizardPage
 
getBackingFormPage() - Method in class org.springframework.richclient.dialog.FormBackedDialogPage
Get the Form backing this dialog page.
getBaseEventList() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the base event list for the table model.
getBasePropertyName() - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getBasePropertyName(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getBeanClass() - Method in exception org.springframework.richclient.application.PropertyNotSetException
Returns the class of the JavaBean that has the uninitialized property.
getBeanFactory() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
getBeanName() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
 
getBeanResultsBuilder() - Method in class org.springframework.rules.reporting.BeanValidationResultsCollector
 
getBeansToUpdate(Class) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
Construct the list of all the beans we need to update.
getBeanWrapper() - Method in class org.springframework.binding.support.BeanPropertyAccessStrategy
Provides BeanWrapper access to subclasses.
getBinderSelectionStrategy() - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
getBindingErrorMessage(String, Object, Exception) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
getBindingFactory() - Method in class org.springframework.richclient.form.AbstractForm
Returns a BindingFactory bound to the inner FormModel to provide binding support.
getBindingFactory(FormModel) - Method in interface org.springframework.richclient.form.binding.BindingFactoryProvider
Produce a BindingFactory using the provided form model.
getBindingFactory(FormModel) - Method in class org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactoryProvider
Produce a BindingFactory using the provided form model.
getBindingFactory(FormModel) - Method in class org.springframework.richclient.form.binding.swing.SwingBindingFactoryProvider
Produce a BindingFactory using the provided form model.
getBindingFactory() - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Returns the BindingFactory.
getBindingModel() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
getBoolean(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getBoolean(String) - Method in interface org.springframework.richclient.settings.Settings
 
getBorderInsets(Component) - Method in class org.springframework.richclient.control.ShadowBorder
 
getBoundActions() - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
getBoundKeyStrokes() - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
getBuffer() - Method in class org.springframework.richclient.settings.xml.StringXmlSettingsReaderWriter
Returns the buffered xml.
getBuilder() - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Returns the underlying GridBagLayoutFormBuilder.FormModelAwareGridBagLayoutBuilder.
getBuildId() - Method in interface org.springframework.richclient.application.ApplicationDescriptor
Returns a string used to idetify the build number of the applicaiton.
getBuildId() - Method in class org.springframework.richclient.application.support.DefaultApplicationDescriptor
 
getButtonBar() - Method in class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
getButtonFactory() - Method in class org.springframework.richclient.command.AbstractCommand
 
getButtonFactory() - Method in interface org.springframework.richclient.command.CommandServices
 
getButtonFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getButtonFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getButtonFactory() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
getButtonIn(Container) - Method in class org.springframework.richclient.command.AbstractCommand
Search for the first button of this command that is a child component of the given container.
getButtonLabelInfo(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
getButtonStack() - Method in class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
 
getCallingCommand() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the command that opened this dialog.
getCancelCommand() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the cancel command.
getCancelCommand() - Method in class org.springframework.richclient.form.AbstractDetailForm
Return the configured cancel command, creating it if necessary.
getCancelCommandFaceDescriptorId() - Method in class org.springframework.richclient.form.AbstractDetailForm
 
getCancelCommandId() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the id for the cancel command.
getCancelCommandId() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
getCancelCommandId() - Method in class org.springframework.richclient.dialog.MessageDialog
 
getCancelIcon() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
getCancelMessage() - Method in class org.springframework.richclient.application.setup.SetupWizard
 
getCancelTitle() - Method in class org.springframework.richclient.application.setup.SetupWizard
 
getCaption() - Method in interface org.springframework.binding.form.FieldFace
A short caption describing the property, typically used for tool tips.
getCaption() - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
getCaption() - Method in class org.springframework.richclient.application.support.AbstractView
 
getCaption() - Method in class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
getCaption() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the caption for this object.
getCaption() - Method in interface org.springframework.richclient.core.DescribedElement
Returns the caption for this object.
getCaption() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getCaret() - Method in class org.springframework.richclient.text.HtmlPane
 
getCause() - Method in class org.springframework.richclient.security.AuthenticationFailedEvent
Get the exception that caused the login failure
getCellRenderer() - Method in class org.springframework.richclient.components.ShuttleList
Returns the object that renders the list items.
getCenteringPointOnScreen(Dimension) - Static method in class org.springframework.richclient.util.WindowUtils
Return the centering point on the screen for the object with the specified dimension.
getChangeSupport() - Method in class org.springframework.richclient.application.WindowManager
 
getChild(HierarchicalFormModel, String) - Static method in class org.springframework.richclient.form.FormModelHelper
Returns the child of the formModel with the given page name.
getChildCommandContexts() - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
Get all the child command contexts that have been created.
getChildCount() - Method in interface org.springframework.richclient.tree.TreeObject
 
getChildForm(String) - Method in class org.springframework.richclient.form.AbstractForm
Return a child form of this form with the given form id.
getChildPropertyAccessor(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getChildPropertyPath(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getChildren() - Method in interface org.springframework.binding.form.HierarchicalFormModel
Returns an array of child form models.
getChildren() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getChildren() - Method in interface org.springframework.richclient.tree.TreeObject
 
getChildSettings() - Method in class org.springframework.richclient.settings.AbstractSettings
 
getChildSettings() - Method in interface org.springframework.richclient.settings.Settings
 
getCity() - Method in class org.springframework.richclient.samples.simple.domain.Address
 
getClassesWithSafeEquals() - Method in class org.springframework.binding.value.support.DefaultValueChangeDetector
Get the set of classes that have an equals method that is safe to use for determining a value change.
getClassFieldNameWithValue(Class, Object) - Static method in class org.springframework.richclient.util.ClassUtils
Returns the qualified class field name with the specified value.
getClearTextAreaCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterTitledApplicationDialog
 
getClearTextAreaCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterTitledApplicationDialog
 
getCodes() - Method in class org.springframework.rules.reporting.TypeResolvableSupport
 
getCollectionFieldType(Field) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection field.
getCollectionFieldType(Field, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection field.
getCollectionParameterType(MethodParameter) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection parameter.
getCollectionReturnType(Method) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection return type.
getCollectionReturnType(Method, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection return type.
getCollectionType(Class) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection class (if it declares one through a generic superclass or generic interface).
getCollectionValue(int) - Method in class org.springframework.binding.value.support.GrowableIndexAdapter
 
getCollectionValueModel() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the value model representing the collection we are managing.
getColumnClass(int) - Method in interface org.springframework.richclient.list.TableListModel
 
getColumnClass(int) - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
getColumnClass(int) - Method in class org.springframework.richclient.table.BaseTableModel
Returns the type of the object to be displayed in the given column.
getColumnClass(int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
Returns the class for all the cell values in the column.
getColumnClasses() - Method in class org.springframework.richclient.table.BaseTableModel
Returns the array of class types for the columns displayed by this table model.
getColumnComparator(int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
Get the comparator to use on values in the given column.
getColumnCount() - Method in interface org.springframework.richclient.list.TableListModel
 
getColumnCount() - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
getColumnCount() - Method in class org.springframework.richclient.table.BaseTableModel
getColumnCount() - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
 
getColumnCount() - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultTableFormat
 
getColumnData(int) - Method in class org.springframework.richclient.table.BaseTableModel
Returns the collection of data from the given column of each row in the table model.
getColumnHeaders() - Method in class org.springframework.richclient.table.BaseTableModel
Returns the array of column headers.
getColumnIndex() - Method in class org.springframework.richclient.table.ColumnToSort
 
getColumnLabels() - Method in class org.springframework.richclient.table.support.GlazedTableModel
 
getColumnName(int) - Method in interface org.springframework.richclient.list.TableListModel
 
getColumnName(int) - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
getColumnName(int) - Method in class org.springframework.richclient.table.BaseTableModel
Returns the name to be displayed in the header for the column at the given position.
getColumnName(int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
 
getColumnName(int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultTableFormat
 
getColumnNames() - Method in class org.springframework.richclient.table.BaseTableModel
Returns the array of column headers for the columns displayed by this table model.
getColumnPropertyNames() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Get the property names to show in columns of the master table.
getColumnPropertyNames() - Method in class org.springframework.richclient.table.BeanTableModel
 
getColumnPropertyNames() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the names of the properties to display in the table columns.
getColumnPropertyNames() - Method in class org.springframework.richclient.table.support.GlazedTableModel
 
getColumnSortList() - Method in class org.springframework.richclient.table.TableSortIndicator
 
getColumnValue(Object, int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
 
getColumnValue(Object, int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultTableFormat
 
getColumnValue(Object, int) - Method in class org.springframework.richclient.table.support.GlazedTableModel
 
getComboBox() - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
getComboBoxModel() - Method in class org.springframework.richclient.list.FilteredComboBoxListModel
 
getCommand(String) - Method in interface org.springframework.richclient.command.CommandRegistry
Retrieves from the registry the command with the given identifier.
getCommand(String, Class) - Method in interface org.springframework.richclient.command.CommandRegistry
Retrieves from the registry the command with the given identifier.
getCommand() - Method in class org.springframework.richclient.command.CommandRegistryEvent
Returns the command that the event relates to.
getCommand() - Method in class org.springframework.richclient.command.GroupMember
Subclasses may override to return the command that they wrap.
getCommand() - Method in class org.springframework.richclient.command.SimpleGroupMember
Returns the underlying command, never null.
getCommand(String, Class) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
Retrieves from the registry the command with the given identifier.
getCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
Retrieves from the registry the command with the given identifier.
getCommand(String) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Retrieves from the registry the command with the given identifier.
getCommand(String, Class) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Retrieves from the registry the command with the given identifier.
getCommandBarFactory() - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
getCommandConfigurer() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getCommandConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getCommandGroup(String) - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
getCommandGroup() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Returns the command group that this factory produces.
getCommandGroup(String) - Method in interface org.springframework.richclient.command.CommandRegistry
Deprecated. use CommandRegistry.getCommand(String, Class) instead. You may choose to either catch the CommandNotOfRequiredTypeException or call CommandRegistry.isTypeMatch(String, Class) first.
getCommandGroup(String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getCommandGroup(String) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Deprecated.  
getCommandGroup() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the command group for the master table (the add and delete commands).
getCommandGroupClass() - Method in exception org.springframework.richclient.command.InvalidGroupMemberException
Returns the class of the command group that the member is invalid for.
getCommandGroupMembers() - Method in class org.springframework.richclient.application.support.AboutBox.AboutDialog
 
getCommandGroupMembers() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Template getter method to return the commands to populate the dialog button bar.
getCommandGroupMembers() - Method in class org.springframework.richclient.dialog.MessageDialog
 
getCommandGroupMembers() - Method in class org.springframework.richclient.wizard.WizardDialog
 
getCommandId() - Method in exception org.springframework.richclient.command.CommandNotOfRequiredTypeException
Returns the id of the command
getCommandManager() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getCommandManager() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getCommandManager() - Method in class org.springframework.richclient.text.TextComponentPopup
 
getCommandRegistry() - Method in class org.springframework.richclient.command.CommandGroup
 
getCommandRegistry() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
 
getCommands() - Method in class org.springframework.richclient.preference.PreferencePage
 
getCommandServices() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the CommandServices for this AbstractCommand.
getCommandServices() - Method in class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
getCommandServices() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getCommitCommand() - Method in class org.springframework.richclient.form.AbstractForm
 
getCommitCommandFaceDescriptorId() - Method in class org.springframework.richclient.form.AbstractDetailForm
 
getCommitCommandFaceDescriptorId() - Method in class org.springframework.richclient.form.AbstractForm
 
getCommitCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getCommitSecurityControllerId() - Method in class org.springframework.richclient.form.AbstractForm
Subclasses may override to return a security controller id to be attached to the commit command.
getCommitTrigger() - Method in class org.springframework.binding.value.support.BufferedValueModel
Returns the CommitTrigger that is used to trigger commit and flush events.
getComparator() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Returns the Comparator which is used for bindings.
getComparator() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
getComparator(int) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
getComparator() - Method in class org.springframework.rules.constraint.ComparisonBinaryPredicate
Returns the comparator which is used to compare the arguments
getComponent() - Method in class org.springframework.richclient.application.docking.vldocking.ViewDescriptorDockable
 
getComponent() - Method in class org.springframework.richclient.dialog.control.Tab
 
getComponent() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
getComponent(String) - Method in class org.springframework.richclient.form.DefaultFormUIProvider
 
getComponent(String) - Method in interface org.springframework.richclient.form.FormUIProvider
Provides access to individual components of this pre-generated form.
getComponent() - Method in interface org.springframework.richclient.text.TextComponentContainer
 
getComponentFactory() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getComponentFactory() - Method in class org.springframework.richclient.command.AbstractCommand
 
getComponentFactory() - Method in interface org.springframework.richclient.command.CommandServices
 
getComponentFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getComponentFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getComponentFactory() - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Returns the ComponentFactory that delivers all the visual components.
getComponentFactory() - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
 
getComponentFactory() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Returns the ComponentFactorythat this uses to create things like labels.
getConcreteCollectionType(Class) - Static method in class org.springframework.binding.value.support.BufferedCollectionValueModel
 
getConcreteSelectedType() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
getConfigAttributeDefinition(Object) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Get the ConfigAttributeDefinition for the secured object.
getConfigAttributeDefinition(Object) - Method in class org.springframework.richclient.security.support.UserRoleSecurityController
Get the ConfigAttributeDefinition for the secured object.
getConfirmDeleteMessage() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the message to present to the user when confirming the delete of selected detail items.
getConstraint() - Method in class org.springframework.richclient.list.FilteredListModel
 
getConstraint() - Method in class org.springframework.rules.constraint.Not
 
getConstraint() - Method in class org.springframework.rules.constraint.ParameterizedBinaryConstraint
 
getConstraint() - Method in class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
 
getConstraint() - Method in class org.springframework.rules.constraint.property.PropertiesConstraint
 
getConstraint() - Method in class org.springframework.rules.constraint.property.PropertyValueConstraint
 
getConstraint() - Method in class org.springframework.rules.constraint.property.RequiredIfTrue
 
getConstraint() - Method in class org.springframework.rules.constraint.RelationalOperator
Returns the predicate instance associated with this binary operator.
getConstraints() - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
getContactDataStore() - Method in class org.springframework.richclient.samples.simple.ui.ContactView
 
getContactType() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getContainer() - Method in interface org.springframework.richclient.command.GroupContainerPopulator
Returns the underlying container that this instance is responsible for populating.
getContainer() - Method in class org.springframework.richclient.command.support.SimpleGroupContainerPopulator
Returns the underlying container that this instance is responsible for populating.
getContainer() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the component that contains this wizard.
getContainer() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
getContainer() - Method in interface org.springframework.richclient.wizard.Wizard
Returns the container managing the display of this wizard.
getContent() - Method in class org.springframework.richclient.control.SimpleInternalFrame
Returns the content - null, if none has been set.
getContext() - Method in interface org.springframework.richclient.application.PageComponent
 
getContext() - Method in class org.springframework.richclient.application.support.AbstractView
 
getContext(String) - Method in class org.springframework.richclient.form.AbstractFormUIProvider
 
getControl() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getControl() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getControl() - Method in class org.springframework.richclient.application.support.SimplePageComponentPane
 
getControl() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
getControl() - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
getControl() - Method in class org.springframework.richclient.factory.AbstractControlFactory
Returns an instance of the control that this factory produces.
getControl() - Method in interface org.springframework.richclient.factory.ControlFactory
Returns the control that this factory is responsible for producing.
getControl() - Method in interface org.springframework.richclient.form.binding.Binding
Returns the visual control that is bound to the form model's property.
getControl() - Method in class org.springframework.richclient.form.binding.support.DecoratedControlBinding
 
getControl() - Method in interface org.springframework.richclient.form.FormUIProvider
Produces the pre-generated form as a single Swing component.
getConversationId() - Method in class org.springframework.richclient.context.support.ApplicationWindowScope
 
getConversionService() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getConversionService() - Method in class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
 
getConversionService() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getCountries() - Method in class org.springframework.richclient.samples.showcase.binding.ListSelectionBindingDialog
 
getCreateApplyAndDefaultButtons() - Method in class org.springframework.richclient.preference.PreferencePage
 
getCurrency() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
getCurrentCol() - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Returns the current column (zero-based) that the builder is putting components in
getCurrentCol() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Returns the current column (zero-based) that the builder is putting components in.
getCurrentPage() - Method in interface org.springframework.richclient.wizard.WizardContainer
Returns the current wizard page for this container.
getCurrentPage() - Method in class org.springframework.richclient.wizard.WizardDialog
 
getCurrentPropertyName() - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
getCurrentPropertyValue() - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
getCurrentRow() - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Returns the current row (zero-based) that the builder is putting components in
getCurrentRow() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Returns the current row (zero-based) that the builder is putting components in.
getDataColumnCount() - Method in class org.springframework.richclient.table.BaseTableModel
Returns the number of columns, excluding the column that displays row numbers if present.
getDataColumnHeaders() - Method in class org.springframework.richclient.table.BaseTableModel
Returns the array of column headers other than the column displaying the row numbers, if present.
getDataSource() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettingsFactory
 
getDateFormat() - Method in class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinder
 
getDateFormat() - Method in class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinding
 
getDateFormat() - Method in class org.springframework.richclient.table.renderer.DateTimeTableCellRenderer
 
getDateOfBirth() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getDateTimeFormatter() - Method in class org.springframework.richclient.samples.simple.ui.SimpleAppFormatterFactory
 
getDaysInstance() - Static method in class org.springframework.richclient.text.TimeFormat
Returns a standard TimeFormat that formats using days, hours, minutes, and seconds.
getDecoratedPageTitle(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
getDecoratingComponent() - Method in class org.springframework.richclient.form.binding.support.DecoratedControlBinding
 
getDefaultAction() - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
Fetch the default action to fire if a key is typed (ie a KEY_TYPED KeyEvent is received) and there is no binding for it.
getDefaultBoolean(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultBoolean(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDefaultButton() - Method in class org.springframework.richclient.form.AbstractForm
 
getDefaultButtonConfigurer() - Method in class org.springframework.richclient.command.AbstractCommand
 
getDefaultButtonConfigurer() - Method in interface org.springframework.richclient.command.CommandServices
 
getDefaultButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getDefaultButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getDefaultDouble(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultDouble(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDefaultFaceDescriptorId() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the default faceDescriptorId.
getDefaultFloat(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultFloat(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDefaultImplementation(Class) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Get the default implementation of a service according to the service type.
getDefaultInitialData() - Method in class org.springframework.richclient.samples.simple.ui.ContactTable
Provide the initial data for the table.
getDefaultInitialData() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the default set of objects for this table.
getDefaultInsets() - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Returns the default Insetsused when adding components
getDefaultInstanceClass() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getDefaultInt(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultInt(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDefaultKeys() - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultKeys() - Method in interface org.springframework.richclient.settings.Settings
Returns the registered default keys in this Settings.
getDefaultLabeledEnum(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultLabeledEnum(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDefaultLong(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultLong(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDefaultMessage() - Method in class org.springframework.rules.reporting.TypeResolvableSupport
 
getDefaultModel() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
getDefaultModel() - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
getDefaultModel() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
getDefaultPageImage() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the image stored under the key "wizard.pageIcon".
getDefaultPageImage() - Method in interface org.springframework.richclient.wizard.Wizard
Returns the default page image for this wizard.
getDefaultPerspective() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
getDefaultString(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDefaultString(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDefaultUserName() - Method in class org.springframework.richclient.security.LoginCommand
Get the default user name.
getDelegateFor() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
getDeleteCommand() - Method in class org.springframework.richclient.form.AbstractMasterForm
Return the command to delete the currently selected item in the master set.
getDeleteCommandId() - Method in class org.springframework.richclient.form.AbstractMasterForm
Construct the "delete detail object" command id as delete[DetailTypeName]Command
getDescription() - Method in interface org.springframework.binding.form.FieldFace
A longer caption describing the property.
getDescription() - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
getDescription() - Method in class org.springframework.richclient.application.support.AbstractView
 
getDescription() - Method in class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
getDescription() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns a description of this object.
getDescription() - Method in interface org.springframework.richclient.core.DescribedElement
Returns a description of this object.
getDescription() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getDescription() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns this dialog page's description text.
getDescription() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
getDescription() - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
getDescription() - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Returns the human readable description of this filter.
getDescription() - Method in class org.springframework.richclient.image.AwtImageResource
 
getDescriptionTextPath() - Method in class org.springframework.richclient.samples.simple.ui.InitialView
 
getDescriptor() - Method in class org.springframework.richclient.application.Application
 
getDescriptor() - Method in class org.springframework.richclient.application.support.AbstractView
 
getDesktopCommandGroupFactory() - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
 
getDetailForm() - Method in class org.springframework.richclient.form.AbstractMasterForm
 
getDetailFormModel() - Method in class org.springframework.richclient.form.AbstractMasterForm
 
getDetailType() - Method in class org.springframework.richclient.form.AbstractMasterForm
 
getDialog() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the JDialog, create it if needed (lazy).
getDialog() - Method in class org.springframework.richclient.security.LoginCommand
Get the dialog in use, if available.
getDialogContentPane() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the contentPane of the dialog.
getDialogPage() - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
getDialogScaleFactor() - Method in class org.springframework.richclient.dialog.MessageDialog
Get the scale factor for the dialog size (as compared to the parent window).
getDimensionFromPercent(int, int) - Static method in class org.springframework.richclient.util.WindowUtils
Return a Dimension whose size is defined not in terms of pixels, but in terms of a given percent of the screen's width and height.
getDisabledIcon() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Returns the icon to be displayed when the command button is in a disabled state.
getDisplayFinishSuccessMessage() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the message that needs to be set on a succesful finish.
getDisplayName() - Method in interface org.springframework.binding.form.FieldFace
The name of the property in human readable form, typically used for validation messages.
getDisplayName() - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
getDisplayName() - Method in class org.springframework.richclient.application.support.AbstractView
 
getDisplayName() - Method in class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
getDisplayName() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the display name of this object.
getDisplayName() - Method in interface org.springframework.richclient.core.DescribedElement
Returns the display name of this object.
getDisplayName() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getDockable(String) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
getDockable(PageComponent) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
getDockableComponent(String) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
getDockingContext() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
getDockKey() - Method in class org.springframework.richclient.application.docking.vldocking.ViewDescriptorDockable
 
getDocument() - Method in class org.springframework.richclient.settings.xml.RootXmlSettings
 
getDomainObject() - Method in class org.springframework.binding.form.support.FormModelPropertyAccessStrategy
 
getDomainObject() - Method in interface org.springframework.binding.PropertyAccessStrategy
Return the target, backing domain object for which property access requests are targeted against.
getDomainObject() - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
getDomainObjectHolder() - Method in interface org.springframework.binding.MutablePropertyAccessStrategy
Get the ValueModel used to access the domainObject.
getDomainObjectHolder() - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
getDomainObjectType() - Method in class org.springframework.rules.Rules
 
getDouble(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getDouble(String) - Method in interface org.springframework.richclient.settings.Settings
 
getDoubleClickHandler() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
 
getDragMode() - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
 
getDragPreview() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
getEditableCommandGroup() - Method in class org.springframework.richclient.text.TextComponentPopup
 
getEditableFormObject(int) - Method in class org.springframework.richclient.form.AbstractForm
 
getEditingFormObjectIndex() - Method in class org.springframework.richclient.form.AbstractForm
 
getEditingIndexHolder() - Method in class org.springframework.richclient.form.AbstractDetailForm
Get the value holder containing the editing index.
getEditor() - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
getEditorComponent() - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
 
getEditorComponent() - Method in class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
 
getEditorComponent() - Method in class org.springframework.richclient.list.LabeledEnumComboBoxEditor
 
getEditorInput() - Method in interface org.springframework.richclient.application.Editor
Returns the object this editor is using.
getEditState() - Method in class org.springframework.richclient.form.AbstractDetailForm
Get the current edit state: one of AbstractDetailForm.STATE_CLEAR, AbstractDetailForm.STATE_CREATE, or AbstractDetailForm.STATE_EDIT.
getElement() - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
getElementAt(int) - Method in class org.springframework.binding.value.support.ListListModel
 
getElementAt(int) - Method in class org.springframework.binding.value.support.ObservableEventList
 
getElementAt(int) - Method in class org.springframework.richclient.list.AbstractFilteredListModel
 
getElementIndex(int) - Method in class org.springframework.richclient.list.AbstractFilteredListModel
Returns the element index for a filtered index.
getElementIndex(int) - Method in class org.springframework.richclient.list.FilteredListModel
Returns the element index for a filtered index
getElementIndex(ListModel, int) - Static method in class org.springframework.richclient.list.ListUtils
Returns the unfiltered element index from a chained filtered list model
getElementIndex(int) - Method in class org.springframework.richclient.list.SortedListModel
Returns the element index for a sorted index
getEmailAddress() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getEmptySelectionValue() - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
getEmptySelectionValue() - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
getEnableCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getEnableFormModelCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getEncodedString() - Method in exception org.springframework.richclient.command.InvalidGroupMemberEncodingException
Returns the string that is not a valid group member encoding.
getEnumResolver() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Returns the resolver used for enumerations.
getErrorMessage(FormModel, String, Object, Exception) - Method in interface org.springframework.binding.form.BindingErrorMessageProvider
Translates the provided exception details into a ValidationMessage that will be used to provide feedback to the end user.
getErrorMessage(FormModel, String, Object, Exception) - Method in class org.springframework.binding.form.support.DefaultBindingErrorMessageProvider
 
getEventList() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
 
getEventList() - Method in class org.springframework.richclient.selection.binding.support.ValueModel2EventListBridge
Returns the EventList.
getEventType() - Method in class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
getExcludedFormModelIds() - Method in class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
Returns the excluded FormModel ids.
getExpansionPoint() - Method in class org.springframework.richclient.command.GroupMemberList
 
getExpansionPointName() - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Returns the name of this expansion point.
getExtensions() - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Returns the registered extensions.
getExtraTextKeys(String) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptor
Returns the keys used to fetch the extra text from the MessageSource.
getFaceDescriptor() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the default faceDescriptor.
getFaceDescriptor(AbstractCommand, String) - Method in interface org.springframework.richclient.command.config.CommandFaceDescriptorRegistry
 
getFaceDescriptor() - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
getFaceDescriptor(AbstractCommand, String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getFaceDescriptorRegistry() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the CommandFaceDescriptorRegistry of this AbstractCommand which holds all face descriptors.
getFallbackSecurityController() - Method in class org.springframework.richclient.security.support.DefaultSecurityControllerManager
Get the fallback security controller, if any.
getFieldFace(String) - Method in interface org.springframework.binding.form.FieldFaceSource
Return the FieldFace for the field.
getFieldFace(String, Object) - Method in interface org.springframework.binding.form.FieldFaceSource
Return the FieldFace for the given field name and a context.
getFieldFace(String) - Method in interface org.springframework.binding.form.FormModel
FIXME: this should be on the FieldMetadata class
getFieldFace(String) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getFieldFace(String) - Method in class org.springframework.binding.form.support.CachingFieldFaceSource
 
getFieldFace(String, Object) - Method in class org.springframework.binding.form.support.CachingFieldFaceSource
 
getFieldFace() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
getFieldFaceSource() - Method in class org.springframework.binding.form.support.AbstractFormModel
Returns the FieldFaceSource that should be used to obtain FieldFace instances for this form model.
getFieldFaceSource() - Method in class org.springframework.richclient.table.support.GlazedTableModel
 
getFieldMetadata(String) - Method in interface org.springframework.binding.form.FormModel
Returns the metadata for the given form field.
getFieldMetadata(String) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getFieldNames() - Method in interface org.springframework.binding.form.FormModel
Returns the fields that are used by this formModel.
getFieldNames() - Method in class org.springframework.binding.form.support.AbstractFormModel
Returns the fields that are used by this formModel.
getFieldsDetails(StringBuilder, FormModel) - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
Print all the values from the valueModels in the formModel.
getFieldValue(String) - Static method in class org.springframework.richclient.util.ClassUtils
Gets the field value for the specified qualified field name.
getFile() - Method in class org.springframework.richclient.image.AwtImageResource
 
getFilename() - Method in class org.springframework.richclient.image.AwtImageResource
 
getFilter() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Returns the Constraint which is used as a filter for the selectable items.
getFilter() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
getFilteredListModel(ListModel) - Static method in class org.springframework.richclient.list.ListUtils
Returns the list model of a filter chain.
getFilteredModel() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
getFilteredModel() - Method in class org.springframework.richclient.list.AbstractFilteredListModel
 
getFilteredModel() - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
getFilteredModel() - Method in interface org.springframework.richclient.table.SortableTableModel
 
getFilterMatcher() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Get the Matcher to be used in filtering the elements of the master set.
getFilterMatcherEditor() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Get the MatcherEditor to be used in filtering the elements of the master set.
getFinalEventList() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the event list to be use for constructing the table model.
getFinishCommand() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the finish command.
getFinishCommandId() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Subclasses may override to return a custom message key, default is "okCommand", corresponding to the "&OK" label.
getFinishCommandId() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
getFinishCommandId() - Method in class org.springframework.richclient.wizard.WizardDialog
 
getFinishedResult() - Method in class org.springframework.richclient.util.SwingWorker
 
getFinishSecurityControllerId() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Subclasses may override to return a security controller id to be attached to the finish command.
getFinishSuccessMessage() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the message to use upon succesful finish.
getFinishSuccessMessageArguments() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the arguments to use in the succesful finish message.
getFinishSuccessTitle() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the title to use upon succesful finish.
getFinishSuccessTitleArguments() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the arguments to use in the finish succesful title.
getFirstMessage() - Method in class org.springframework.richclient.samples.simple.ui.InitialView
 
getFirstName() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getFloat(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getFloat(String) - Method in interface org.springframework.richclient.settings.Settings
 
getFontAdjustment() - Method in class org.springframework.richclient.util.AdjustFontSizeCommand
 
getForeground() - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
getForm() - Method in class org.springframework.richclient.form.builder.HtmlFormBuilder
 
getForm() - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Returns the form which has been created by this builder
getForm() - Method in interface org.springframework.richclient.form.FormBuilder
 
getForm() - Method in class org.springframework.richclient.preference.FormBackedPreferencePage
 
getFormat() - Method in class org.springframework.richclient.table.renderer.FormatTableCellRenderer
 
getFormatter(JFormattedTextField) - Method in class org.springframework.richclient.form.FormatterFactory
 
getFormatterFactory() - Method in class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
 
getFormComponentInterceptor() - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Returns the FormComponentInterceptor that will be used when creating a component with this builder.
getFormData() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the form data we are operating upon.
getFormId() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
getFormModel() - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
getFormModel() - Method in class org.springframework.richclient.form.AbstractForm
 
getFormModel() - Method in interface org.springframework.richclient.form.binding.Binding
Returns the form model that this binding is for.
getFormModel() - Method in interface org.springframework.richclient.form.binding.BindingFactory
Returns the form model that contains the properties being bound.
getFormModel() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
getFormModel() - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
getFormModel() - Method in class org.springframework.richclient.form.binding.support.DecoratedControlBinding
 
getFormModel() - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Convenience method to return the formModel that is used in the BindingFactory and that should be used in the builder.
getFormModel() - Method in class org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
 
getFormModel() - Method in class org.springframework.richclient.form.CompoundForm
 
getFormModel() - Method in interface org.springframework.richclient.form.Form
Returns the formModel used by the form.
getFormModelDetails(StringBuilder, FormModel) - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getFormObject() - Method in interface org.springframework.binding.form.FormModel
Returns the object currently backing this form.
getFormObject() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getFormObject() - Method in class org.springframework.richclient.form.AbstractForm
 
getFormObject() - Method in class org.springframework.richclient.form.CompoundForm
 
getFormObject() - Method in interface org.springframework.richclient.form.Form
Convenience method to return the formObject currently used in the inner formModel.
getFormObjectDetails(StringBuilder, FormModel) - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
Print the backing form object details.
getFormObjectHolder() - Method in interface org.springframework.binding.form.FormModel
Returns the value model which holds the object currently backing this form.
getFormObjectHolder() - Method in class org.springframework.binding.form.support.AbstractFormModel
Returns the value model which holds the object currently backing this form.
getFormObjectPropertyAccessStrategy() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getFormProperty() - Method in class org.springframework.binding.form.support.DefaultFormModel.ValidatingFormValueModel
 
getFormUIProvider() - Method in class org.springframework.richclient.form.GeneratedForm
 
getFrameIcon() - Method in class org.springframework.richclient.control.SimpleInternalFrame
Returns the frame's icon.
getFullPropertyPath(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Returns a property path that includes the base property path of the class.
getFunction() - Method in class org.springframework.rules.constraint.ClosureResultConstraint
 
getGroup() - Method in class org.springframework.richclient.command.CommandGroupEvent
 
getGroupPropertyName() - Method in class org.springframework.rules.constraint.property.PropertyInGroupConstraint
 
getGuarded() - Method in class org.springframework.richclient.list.AbstractListSelectionGuard
Get the guarded object.
getHasErrors() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
getHasErrors() - Method in interface org.springframework.binding.form.ValidatingFormModel
Does this ValidatingFormModel or any of its children contain errors?
getHasErrors() - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getHasErrors() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getHasErrors() - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns false
getHasErrors() - Method in interface org.springframework.binding.validation.ValidationResults
Returns true of there are any validation messages of Severity.ERROR.
getHasInfo() - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getHasInfo() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getHasInfo() - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns false
getHasInfo() - Method in interface org.springframework.binding.validation.ValidationResults
Returns true of there are any validation messages of Severity.INFO.
getHasWarnings() - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getHasWarnings() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getHasWarnings() - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns false
getHasWarnings() - Method in interface org.springframework.binding.validation.ValidationResults
Returns true of there are any validation messages of Severity.WARNING.
getHeaderBackground() - Method in class org.springframework.richclient.control.SimpleInternalFrame
Determines and answers the header's background color.
getHomePhone() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getHtmlScroller() - Method in class org.springframework.richclient.application.support.AboutBox.AboutDialog
Get the scrolling HTML panel.
getIcon() - Method in interface org.springframework.binding.form.FieldFace
The icon that is used for any labels created for this property.
getIcon() - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
getIcon() - Method in class org.springframework.richclient.application.support.AbstractView
 
getIcon() - Method in class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
getIcon() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the icon from the default faceDescriptor or null if no faceDescriptor is available.
getIcon() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Returns the icon associated with the application component, or null.
getIcon() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the icon associated with the application component, or null.
getIcon() - Method in class org.springframework.richclient.core.DefaultMessage
Returns the icon associated with this instance's severity.
getIcon() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getIcon() - Method in interface org.springframework.richclient.core.VisualizedElement
Returns the icon associated with the application component, or null.
getIcon() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
getIcon() - Method in class org.springframework.richclient.dialog.control.Tab
 
getIcon() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns this dialog page's icon.
getIcon(String) - Method in class org.springframework.richclient.image.DefaultIconSource
 
getIcon(String) - Method in interface org.springframework.richclient.image.IconSource
Return an ImageIcon using its String key.
getIconHeight() - Method in class org.springframework.richclient.image.ArrowIcon
 
getIconHeight() - Method in class org.springframework.richclient.image.EmptyIcon
 
getIconHeight() - Method in class org.springframework.richclient.image.InsetsIcon
 
getIconHeight() - Method in class org.springframework.richclient.image.ShadowedIcon
 
getIconInfo() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the label information for the command.
getIconResourcePath() - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Returns the location of the image to be used as the icon for the splash screen's frame.
getIconSource() - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
 
getIconSource() - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Returns this instance's icon source.
getIconSource() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getIconSource() - Method in class org.springframework.richclient.control.MessageReportingOverlay
Return the used icon source
getIconWidth() - Method in class org.springframework.richclient.image.ArrowIcon
 
getIconWidth() - Method in class org.springframework.richclient.image.EmptyIcon
 
getIconWidth() - Method in class org.springframework.richclient.image.InsetsIcon
 
getIconWidth() - Method in class org.springframework.richclient.image.ShadowedIcon
 
getId() - Method in interface org.springframework.binding.form.FormModel
Returns the id that is used to identify this form model.
getId() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getId() - Method in interface org.springframework.richclient.application.ApplicationPage
 
getId() - Method in interface org.springframework.richclient.application.PageComponent
 
getId() - Method in interface org.springframework.richclient.application.PageComponentDescriptor
Returns the identifier of this descriptor.
getId() - Method in interface org.springframework.richclient.application.PageDescriptor
 
getId() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
getId() - Method in class org.springframework.richclient.application.support.AbstractPageDescriptor
 
getId() - Method in class org.springframework.richclient.application.support.AbstractView
 
getId() - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
getId() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
getId() - Method in class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
getId() - Method in class org.springframework.richclient.command.AbstractCommand
 
getId() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
getId() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns this page's name.
getId() - Method in class org.springframework.richclient.exceptionhandling.EmailNotifierErrorReporter
 
getId() - Method in class org.springframework.richclient.form.AbstractForm
 
getId() - Method in interface org.springframework.richclient.form.Form
Returns the id of this form.
getId() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getId() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettingsFactory
 
getId() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
getId() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns this wizard's identifier.
getId() - Method in interface org.springframework.richclient.wizard.Wizard
Returns this wizard's identifier.
getImage() - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
getImage() - Method in class org.springframework.richclient.application.Application
 
getImage() - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
getImage() - Method in class org.springframework.richclient.application.splash.SimpleSplashScreen
 
getImage() - Method in class org.springframework.richclient.application.support.AbstractView
 
getImage() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
getImage() - Method in class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
getImage() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Returns the image from the main default icon of this instance if it is actually an instance of an ImageIcon.
getImage() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the image associated with the application component, or null.
getImage() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getImage() - Method in interface org.springframework.richclient.core.VisualizedElement
Returns the image associated with the application component, or null.
getImage() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns this dialog page's image.
getImage() - Method in class org.springframework.richclient.dialog.TitlePane
 
getImage() - Method in class org.springframework.richclient.image.AwtImageResource
Loads the image from the underlying core.io.Resource. This method does not cache.
getImage(String) - Method in class org.springframework.richclient.image.DefaultImageSource
 
getImage(String) - Method in interface org.springframework.richclient.image.ImageSource
Loads the image with the specified key.
getImage() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
getImageAtLocation(Resource) - Method in class org.springframework.richclient.image.DefaultImageSource
 
getImageResource(String) - Method in class org.springframework.richclient.image.DefaultImageSource
 
getImageResource(String) - Method in interface org.springframework.richclient.image.ImageSource
Returns the image resource indexed by the specified key.
getImageSource() - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Returns this instance's image source.
getImageSource() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getIncludedFormModelIds() - Method in class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
Returns the included FormModel ids.
getIndex() - Method in interface org.springframework.binding.value.IndexAdapter
Returns the index of the item which is currently being manipulated.
getIndex() - Method in class org.springframework.binding.value.support.AbstractIndexAdapter
 
getIndexAdapter(int) - Method in class org.springframework.binding.value.support.ListListModel
 
getIndexAdapter(int) - Method in class org.springframework.binding.value.support.ObservableEventList
 
getIndexAdapter(int) - Method in interface org.springframework.binding.value.support.ObservableList
 
getIndexedPropertyKeyType(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Determine the type of the key used to index the collection/map.
getIndexedPropertyValue(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Retrieve the value of an indexed property.
getIndexedPropertyValue(String) - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
getIndexedValueFieldType(Field) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
 
getIndexedValueFieldType(Field, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
 
getIndexedValueMethodType(MethodParameter) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
 
getIndexedValueMethodType(MethodParameter, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
 
getIndices(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
 
getInitialData() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the initial data to display.
getInitialLayout() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingPageDescriptor
 
getInitialSize() - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
getInitialSize() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
getInitialSortColumn() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the default sort column.
getInnerComponent(JComponent) - Method in class org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
Check for JScrollPane.
getInnerMostValue() - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
getInnerMostWrappedValueModel() - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
getInnerMostWrappedValueModel() - Method in class org.springframework.binding.value.support.BufferedValueModel
Returns the inner most wrappedModel; i.e.
getInnerMostWrappedValueModel() - Method in interface org.springframework.binding.value.support.ValueModelWrapper
Returns the inner most ValueModel wrapped by this ValueModelWrapper.
getInputField() - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
getInputMap() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the InputMap of the dialog.
getInputStream() - Method in class org.springframework.richclient.image.AwtImageResource
 
getInt(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getInt(String) - Method in interface org.springframework.richclient.settings.Settings
 
getInterceptor(FormModel) - Method in interface org.springframework.richclient.form.builder.FormComponentInterceptorFactory
Returns a FormComponentInterceptors for the given FormModel.
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.ChainedInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.ColorValidationInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
Returns a FormComponentInterceptor for the given FormModel.
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.OverlayValidationInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.ShowCaptionInStatusBarInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.ShowDescriptionInStatusBarInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.form.builder.support.ToolTipInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.list.ComboBoxAutoCompletionInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.text.SelectAllFormComponentInterceptorFactory
 
getInterceptor(FormModel) - Method in class org.springframework.richclient.text.TextCaretFormComponentInterceptorFactory
Create a new TextCaretFixerComponentInterceptor instance
getInterceptor(FormModel) - Method in class org.springframework.richclient.text.TextComponentPopupInterceptorFactory
 
getInternalFrame(PageComponent) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
getInternalSettings() - Method in class org.springframework.richclient.settings.SettingsManager
Returns the internal settings, i.e.
getIntroPageCommandGroupMembers() - Method in class org.springframework.richclient.application.setup.SetupWizardDialog
 
getInvalidMemberClass() - Method in exception org.springframework.richclient.command.InvalidGroupMemberException
Returns the class of the invalid member.
getItem() - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
 
getItem() - Method in class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
 
getItem() - Method in class org.springframework.richclient.list.LabeledEnumComboBoxEditor
 
getItems() - Method in class org.springframework.binding.value.support.ListListModel
 
getItemsSelected() - Method in class org.springframework.richclient.table.ListSelectionListenerSupport
Returns the number of selected items.
getItemsSelected() - Method in class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
getKey() - Method in class org.springframework.richclient.settings.support.SplitPaneMemento
 
getKey() - Method in class org.springframework.richclient.settings.support.TableMemento
 
getKey() - Method in class org.springframework.richclient.settings.support.TreeMemento
 
getKey() - Method in class org.springframework.richclient.settings.support.WindowMemento
 
getKey() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
getKeys() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
getKeys() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
getKeys() - Method in interface org.springframework.richclient.settings.Settings
Returns the keys in this Settings.
getKeys() - Method in class org.springframework.richclient.settings.TransientSettings
 
getKeys() - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
getKeyStrokesForAction(Action) - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
getLabel() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getLabel(Object) - Method in interface org.springframework.richclient.selection.binding.support.LabelProvider
Returns the text for the given item.
getLabelAttributes() - Method in class org.springframework.richclient.form.builder.TableFormBuilder
returns the default label layout attributes for the form.
getLabeledEnum(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getLabeledEnum(String) - Method in interface org.springframework.richclient.settings.Settings
 
getLabeledEnumResolver() - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinder
 
getLabelInfo() - Method in interface org.springframework.binding.form.FieldFace
The text, mnemonic and mnemonicIndex for any labels created for the property.
getLabelInfo() - Method in class org.springframework.binding.form.support.DefaultFieldFace
 
getLabelInfo() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the command button label info object.
getLabelInfo(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Parse the given label to create a LabelInfo.
getLabelProvider() - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
getLargeIcon() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the main default large icon associated with the command.
getLargeIconInfo() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the large icon information object for the command.
getLargestPageSize() - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Get the size of the largest page added so far.
getLastAuthentication() - Method in class org.springframework.richclient.security.support.AbstractSecurityController
 
getLastName() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getLastPropertySeparatorIndex(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Returns the index of the last nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
getLayeredPane(Container) - Method in class org.springframework.richclient.util.OverlayHelper
 
getLayoutBuilder() - Method in class org.springframework.richclient.form.builder.TableFormBuilder
Returns the layout builder which is used to build the layout of the added fields and labels
getLayoutManager() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingPageDescriptor
 
getLength() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
getLevel() - Method in class org.springframework.richclient.table.ColumnToSort
 
getLifecycleAdvisor() - Method in class org.springframework.richclient.application.Application
 
getList() - Method in class org.springframework.richclient.control.ListItemUpDownButtonPanel
 
getList() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
getList() - Method in class org.springframework.richclient.selection.dialog.ListSelectionDialog
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.springframework.richclient.list.LabeledEnumListRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.springframework.richclient.list.TableListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.springframework.richclient.list.TextValueListRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.springframework.richclient.selection.binding.support.LabelProviderListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.springframework.richclient.util.AbstractCellRenderer
 
getListenerCount() - Method in class org.springframework.richclient.util.EventListenerListHelper
Returns the total number of listeners registered with this list.
getListeners() - Method in class org.springframework.richclient.util.EventListenerListHelper
Returns an array of all the listeners registered with this list.
getListModel() - Method in class org.springframework.richclient.control.ListItemUpDownButtonPanel
 
getLocalCommandExecutor(String) - Method in interface org.springframework.richclient.application.PageComponentContext
 
getLocalCommandExecutor(String) - Method in class org.springframework.richclient.application.support.DefaultViewContext
 
getLocale() - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Returns the system default locale.
getLocation() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the location of the dialog.
getLocation() - Method in class org.springframework.richclient.settings.xml.FileSystemXmlSettingsReaderWriter
Returns the current location.
getLocation() - Method in class org.springframework.richclient.settings.xml.XmlSettingsFactory
Returns the location for the xml files.
getLocationRelativeTo() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the relative location of the dialog.
getLogFormModelPropertyChangeCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getLogFormModelPropertyChangeCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getLong(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getLong(String) - Method in interface org.springframework.richclient.settings.Settings
 
getLowerRightColor() - Method in class org.springframework.richclient.control.GradientPanel
 
getMapKeyFieldType(Field) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map field.
getMapKeyFieldType(Field, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map field.
getMapKeyParameterType(MethodParameter) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map parameter.
getMapKeyReturnType(Method) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map return type.
getMapKeyReturnType(Method, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map return type.
getMapKeyType(Class) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map class (if it declares one through a generic superclass or generic interface).
getMapValueFieldType(Field) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map field.
getMapValueFieldType(Field, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map field.
getMapValueParameterType(MethodParameter) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map parameter.
getMapValueReturnType(Method) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map return type.
getMapValueReturnType(Method, int) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map return type.
getMapValueType(Class) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map class (if it declares one through a generic superclass or generic interface).
getMasterCollectionType(ValueModel) - Method in class org.springframework.richclient.form.AbstractMasterForm
Determine the type of the collection holding the detail items.
getMasterEventList() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the master EventList (which proxies the real form data).
getMasterTable() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
 
getMasterTableModel() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
 
getMasterTablePreferredSize(Dimension) - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Get the preferred size of the master table.
getMax() - Method in class org.springframework.rules.constraint.Range
 
getMaximumFractionDigits() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
getMaximumIntegerDigits() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
getMaximumRelativeDepth() - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
getMaxLength() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
getMemberCount() - Method in class org.springframework.richclient.command.CommandGroup
 
getMemberFor(String) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Returns the group member that manages the command with the given id, or null if none of the members in this expansion point manage a command with that id.
getMemberList() - Method in class org.springframework.richclient.command.CommandGroup
 
getMembers() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
 
getMenuBar() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getMenuBar() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getMenuBarCommandGroup() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Create the menuBar for the application.
getMenuBarCommandGroup() - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
getMenuFactory() - Method in class org.springframework.richclient.command.AbstractCommand
 
getMenuFactory() - Method in interface org.springframework.richclient.command.CommandServices
 
getMenuFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getMenuFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getMenuFactory() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
getMenuItemButtonConfigurer() - Method in class org.springframework.richclient.command.AbstractCommand
 
getMenuItemButtonConfigurer() - Method in interface org.springframework.richclient.command.CommandServices
 
getMenuItemButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getMenuItemButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getMessage(String, String, String[]) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
Returns the value of the required property of the FieldFace.
getMessage(String, String, String[], String) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
Returns the value of the required property of the FieldFace.
getMessage(String) - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getMessage(String[]) - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getMessage(String, Object[]) - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getMessage(String[], Object[]) - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getMessage() - Method in class org.springframework.richclient.core.DefaultMessage
 
getMessage() - Method in interface org.springframework.richclient.core.Message
The textual representation of the message.
getMessage() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
getMessage() - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
getMessage() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
getMessage() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
getMessage() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns the current message for this dialog page.
getMessage() - Method in class org.springframework.richclient.dialog.MessageDialog
Get the message
getMessage() - Method in interface org.springframework.richclient.dialog.MessagePane
 
getMessage() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
getMessage() - Method in class org.springframework.richclient.dialog.TitlePane
 
getMessage() - Method in exception org.springframework.richclient.image.NoSuchImageResourceException
 
getMessage(Constraint) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
getMessage(String, Constraint) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
getMessage(String, Object, Constraint) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
getMessage(String, ValidationResults) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
getMessage(PropertyResults) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
getMessage(Constraint) - Method in interface org.springframework.rules.reporting.MessageTranslator
 
getMessage(String, Constraint) - Method in interface org.springframework.rules.reporting.MessageTranslator
 
getMessage(String, Object, Constraint) - Method in interface org.springframework.rules.reporting.MessageTranslator
 
getMessage(String, ValidationResults) - Method in interface org.springframework.rules.reporting.MessageTranslator
 
getMessage(PropertyResults) - Method in interface org.springframework.rules.reporting.MessageTranslator
 
getMessageArea() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
Returns the textArea to append info.
getMessageArea() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterTitledApplicationDialog
Returns the textArea to append info.
getMessageCode(Object) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
Determines the messageCode (key in messageSource) to look up.
getMessageCodeForException(Exception) - Method in class org.springframework.binding.form.support.DefaultBindingErrorMessageProvider
 
getMessageCodes(String, String, String[]) - Method in class org.springframework.binding.form.support.DefaultMessageCodeStrategy
 
getMessageCodes(String, String, String[]) - Method in interface org.springframework.binding.form.support.MessageCodeStrategy
Creates message codes.
getMessageCount() - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getMessageCount(Severity) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getMessageCount(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getMessageCount() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getMessageCount(Severity) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getMessageCount(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getMessageCount() - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns 0
getMessageCount(Severity) - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns 0
getMessageCount(String) - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns 0
getMessageCount() - Method in interface org.springframework.binding.validation.ValidationResults
Returns the total number of validation messages.
getMessageCount(Severity) - Method in interface org.springframework.binding.validation.ValidationResults
Returns the total number of validation messages of the specified Severity.
getMessageCount(String) - Method in interface org.springframework.binding.validation.ValidationResults
Returns the total number of validation messages that apply to the specified property name.
getMessageKeys(String, String, String[]) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
Returns an array of message keys that are used to resolve the required property of the FieldFace.
getMessageKeyStrategy() - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
 
getMessages() - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getMessages(Severity) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getMessages(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
getMessages() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getMessages(Severity) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getMessages(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getMessages() - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns an empty list.
getMessages(Severity) - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns an empty list.
getMessages(String) - Method in class org.springframework.binding.validation.support.EmptyValidationResults
Always returns an empty list.
getMessages() - Method in interface org.springframework.binding.validation.ValidationResults
Returns a set holding all of the validation messages.
getMessages(Severity) - Method in interface org.springframework.binding.validation.ValidationResults
Returns a set holding all of the validation messages of the specified Severity.
getMessages(String) - Method in interface org.springframework.binding.validation.ValidationResults
Returns a set holding all of the validation messages that apply to the specified property name.
getMessages() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getMessageSource() - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Returns this instance's message source.
getMessageSource() - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Returns the message source used to resolve localized messages.
getMessageSource() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getMessageSource() - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinding
 
getMessageSource() - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
getMessageSourceAccessor() - Method in class org.springframework.binding.form.support.DefaultBindingErrorMessageProvider
 
getMessageSourceAccessor() - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
If a message source was provided to the setMessageSourceAccessor method returns that otherwise returns the default message source located using the ApplicationServices singleton
getMessageSourceAccessor() - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
getMetadataAccessStrategy() - Method in class org.springframework.binding.form.support.FormModelPropertyAccessStrategy
 
getMetadataAccessStrategy() - Method in interface org.springframework.binding.PropertyAccessStrategy
Get a metadata accessor, which can return meta information about particular properties of the backed domain object.
getMetadataAccessStrategy() - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
getMiddleName() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getMillisecondsInstance() - Static method in class org.springframework.richclient.text.TimeFormat
Returns a TimeFormat that formats using days, hours, minutes, seconds, and milliseconds.
getMin() - Method in class org.springframework.rules.constraint.Range
 
getMinimumFractionDigits() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
getMinimumIntegerDigits() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
getMinimumRelativeDepth() - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
getMinimumWidth() - Method in class org.springframework.richclient.dialog.MessageDialog
Get the minimum width for the dialog.
getMinLength() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
getMnemonic() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the mnemonic from the default faceDescriptor or the default mnemonic of the CommandButtonLabelInfo#BLANK_BUTTON_LABEL#getMnemonic().
getMnemonic() - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
Returns the mnemonic for the label.
getMnemonic() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the mnemonic to be associated with the command.
getMnemonic() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getMnemonic() - Method in class org.springframework.richclient.core.LabelInfo
Returns the character that is to be treated as the mnemonic character for the label.
getMnemonic() - Method in class org.springframework.richclient.dialog.control.Tab
 
getMnemonicIndex() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the mnemonicIndex from the default faceDescriptor or the default mnemonicIndex of the CommandButtonLabelInfo#BLANK_BUTTON_LABEL#getMnemonicIndex().
getMnemonicIndex() - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
Returns the zero-based index for the mnemonic character within the label text.
getMnemonicIndex() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the zero-based index of the mnemonic character within the label text associated with the command.
getMnemonicIndex() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
getMnemonicIndex() - Method in class org.springframework.richclient.core.LabelInfo
Returns the index within the label text of the mnemonic character.
getModel() - Method in class org.springframework.richclient.components.ShuttleList
Returns the data model.
getModelId() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
 
getModelId() - Method in class org.springframework.richclient.table.support.GlazedTableModel
Get the model Id.
getModifiers() - Method in class org.springframework.richclient.command.ActionCommand
 
getName() - Method in class org.springframework.richclient.application.Application
 
getName() - Method in class org.springframework.richclient.image.IconSize
Returns the icon size name.
getName() - Method in class org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView.ValidPerson
 
getName() - Method in class org.springframework.richclient.settings.AbstractSettings
 
getName() - Method in interface org.springframework.richclient.settings.Settings
 
getName() - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
getNestingLevel(String) - Static method in class org.springframework.richclient.beans.PropertyAccessorUtils
 
getNewFormObjectCommand() - Method in class org.springframework.richclient.form.AbstractForm
 
getNewFormObjectCommand() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the action command to creating a new detail object.
getNewFormObjectCommandId() - Method in class org.springframework.richclient.form.AbstractForm
 
getNewFormObjectCommandId() - Method in class org.springframework.richclient.form.AbstractMasterForm
Construct the "new detail object" command id as new[detailTypeName]Command
getNewFormObjectCommandId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getNewFormObjectSecurityControllerId() - Method in class org.springframework.richclient.form.AbstractDetailForm
Override to return null for the new object security controller id.
getNewFormObjectSecurityControllerId() - Method in class org.springframework.richclient.form.AbstractForm
Subclasses may override to return a security controller id to be attached to the newFormObject command.
getNextPage(WizardPage) - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the successor of the given page.
getNextPage() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
getNextPage(WizardPage) - Method in interface org.springframework.richclient.wizard.Wizard
Returns the successor of the given page.
getNextPage() - Method in interface org.springframework.richclient.wizard.WizardPage
Returns the wizard page that would to be shown if the user was to press the Next button.
getNode(DialogPage) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
getNodes() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Get the nodes map.
getNoKey() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
getNonSingletonListeners(Class) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
Get the list of non-singleton beans we have registered that still exist.
getNumber() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getNumber() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getNumberFormatter(Class) - Method in class org.springframework.binding.format.support.StrictNumberFormatterFactory
 
getObject() - Method in class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
 
getObject() - Method in class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
getObject() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Returns the command group that this factory produces.
getObjectConfigurer() - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getObjectConfigurer() - Method in class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
getObjectConfigurer() - Method in class org.springframework.richclient.preference.PreferenceManager
 
getObjectType() - Method in class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Returns the Class object for CommandGroup.
getOpeningWindow() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
getOptionalMessage(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
 
getOtherPropertyName() - Method in class org.springframework.rules.constraint.property.PropertiesConstraint
 
getOverlayCapableParent(JComponent) - Method in class org.springframework.richclient.util.OverlayHelper
 
getPage() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getPage() - Method in interface org.springframework.richclient.application.PageComponentContext
 
getPage() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getPage() - Method in class org.springframework.richclient.application.support.DefaultViewContext
 
getPage(String) - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the wizard page with the given name belonging to this wizard.
getPage(String) - Method in interface org.springframework.richclient.wizard.Wizard
Returns the wizard page with the given name belonging to this wizard.
getPageComponent() - Method in class org.springframework.richclient.application.docking.vldocking.ViewDescriptorDockable
 
getPageComponent(Dockable) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
getPageComponent() - Method in interface org.springframework.richclient.application.PageComponentPane
Returns the contained PageComponent.
getPageComponent() - Method in class org.springframework.richclient.application.support.DefaultPageComponentPane
 
getPageComponent() - Method in class org.springframework.richclient.application.support.SimplePageComponentPane
 
getPageComponents() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
getPageCount() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the number of pages in this wizard.
getPageCount() - Method in interface org.springframework.richclient.wizard.Wizard
Returns the number of pages in this wizard.
getPageDescriptor(String) - Method in interface org.springframework.richclient.application.PageDescriptorRegistry
Returns the page descriptor with the given identifier, or null if no such descriptor exists in the registry.
getPageDescriptor() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
getPageDescriptor(String) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getPageDescriptor(String) - Method in class org.springframework.richclient.application.support.BeanFactoryPageDescriptorRegistry
Returns the page descriptor with the given identifier, or null if no such bean definition with the given name exists in the current application context.
getPageDescriptors() - Method in interface org.springframework.richclient.application.PageDescriptorRegistry
Returns an array of all the page descriptors in the registry.
getPageDescriptors() - Method in class org.springframework.richclient.application.support.BeanFactoryPageDescriptorRegistry
Returns an array of all the page descriptors in the registry.
getPagePanel() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Get the page panel.
getPages() - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
getPages() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns all the pages in this wizard.
getPages() - Method in interface org.springframework.richclient.wizard.Wizard
Returns all the pages in this wizard.
getPageTree() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Get the page tree.
getPageTreeModel() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Get the page tree model.
getPane() - Method in interface org.springframework.richclient.application.PageComponentContext
 
getPane() - Method in class org.springframework.richclient.application.support.DefaultViewContext
 
getPanel() - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Creates and returns a JPanel with all the given components in it, using the "hints" that were provided to the builder.
getPanel() - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Creates and returns a JPanel with all the given components in it, using the "hints" that were provided to the builder.
getPanel() - Method in interface org.springframework.richclient.layout.LayoutBuilder
Creates and returns a JPanel with all the given components in it, using the "hints" that were provided to the builder.
getPanel() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Creates and returns a JPanel with all the given components in it, using the "hints" that were provided to the builder.
getParameter(Object) - Method in class org.springframework.richclient.command.ActionCommand
 
getParameter(Object, Object) - Method in class org.springframework.richclient.command.ActionCommand
 
getParameter() - Method in class org.springframework.rules.constraint.ParameterizedBinaryConstraint
 
getParameter() - Method in class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
 
getParameters() - Method in class org.springframework.richclient.command.ActionCommand
 
getParent() - Method in interface org.springframework.binding.form.HierarchicalFormModel
Returns the parent form model or null of there is none.
getParent() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getParent() - Method in class org.springframework.richclient.application.WindowManager
 
getParent() - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Returns the parent registry of this instance.
getParent() - Method in class org.springframework.richclient.form.AbstractForm
Returns the parent of this Form's FormModel or null.
getParent() - Method in class org.springframework.richclient.preference.PreferencePage
 
getParent() - Method in class org.springframework.richclient.settings.AbstractSettings
 
getParent() - Method in interface org.springframework.richclient.settings.Settings
 
getParent() - Method in interface org.springframework.richclient.tree.TreeObject
 
getParentComponent() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the parent Component.
getParentPropertyAccessor() - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getParentPropertyName(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Return the parent property name of an indexed property or the empty string.
getParentPropertyPath(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Returns the property name component of the provided property path.
getParentPropertyPath(String) - Static method in class org.springframework.richclient.beans.PropertyAccessorUtils
Returns the path to the parent component of the provided property path.
getParentWindow() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the parent window based on the internal parent Component.
getParentWindowControl() - Method in class org.springframework.richclient.command.support.ApplicationWindowAwareCommand
Returns the JFrame of the application window that this command belongs to.
getParentWindowControl() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
getPassword() - Method in class org.springframework.richclient.security.LoginDetails
 
getPassword() - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
getPasswordCommandGroup() - Method in class org.springframework.richclient.text.TextComponentPopup
 
getPerspectiveFactory() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
getPopupCommandGroup() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
 
getPopupMenu() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the popup menu for the master table.
getPopupMenu(MouseEvent) - Method in class org.springframework.richclient.util.PopupMenuMouseListener
Returns the popup menu to be displayed.
getPopupMenu() - Method in class org.springframework.richclient.util.PopupMenuMouseListener
Returns the popup menu to be displayed.
getPostProcessorActionsToRun() - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Get the list of post-processor actions to run.
getPredicate() - Method in class org.springframework.rules.constraint.ClosureResultConstraint
 
getPredicate() - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
 
getPredicate() - Method in class org.springframework.rules.constraint.StringLengthConstraint
 
getPreferences() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
getPreferencesFactory() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettingsFactory
 
getPreferredHeight() - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
getPreferredSize() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Return the preferred size for the dialog.
getPressedIcon() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Returns the icon to be displayed when the command button is in a pressed state.
getPreviousPage(WizardPage) - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the predecessor of the given page.
getPreviousPage() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
getPreviousPage(WizardPage) - Method in interface org.springframework.richclient.wizard.Wizard
Returns the predecessor of the given page.
getPreviousPage() - Method in interface org.springframework.richclient.wizard.WizardPage
Returns the wizard page that would to be shown if the user was to press the Back button.
getPrintFieldsCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getPrintFieldsCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getPrintFormModelCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getPrintFormModelCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getPrintFormObjectCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getPrintFormObjectCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getProgressBar() - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
Returns the progress bar.
getProgressBar() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
getProgressBar() - Method in class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
getProgressMonitor() - Method in class org.springframework.richclient.application.splash.MacOSXSplashScreen
 
getProgressMonitor() - Method in interface org.springframework.richclient.application.splash.MonitoringSplashScreen
Returns this SplashScreen's ProgressMonitor.
getProgressMonitor() - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
 
getProgressMonitor() - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Returns the ProgressMonitor in use by this StatusBar
getProgressMonitor() - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Returns the status bar's progress monitor
getProperties() - Method in class org.springframework.richclient.form.AbstractFormUIProvider
 
getProperty() - Method in class org.springframework.binding.validation.support.DefaultValidationMessage
 
getProperty() - Method in interface org.springframework.binding.validation.ValidationMessage
The property that this validation message applies to; or GLOBAL_PROPERTY if this message does not apply to a specific property.
getProperty() - Method in interface org.springframework.richclient.form.binding.Binding
Returns the property that this binding is for.
getProperty() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
getProperty() - Method in class org.springframework.richclient.form.binding.support.DecoratedControlBinding
 
getPropertyAccessor() - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
getPropertyAccessor() - Method in class org.springframework.binding.support.BeanPropertyAccessStrategy
Provides BeanWrapper access to subclasses.
getPropertyAccessor() - Method in class org.springframework.binding.support.ClassPropertyAccessStrategy
 
getPropertyAccessor() - Method in class org.springframework.binding.support.ObjectPropertyAccessStrategy
Provides DefaultMemberPropertyAccessor access to subclasses.
getPropertyAccessor(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Return any accessor, be it read or write, for the given property.
getPropertyAccessStrategy() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getPropertyAccessStrategyForPath(String) - Method in interface org.springframework.binding.MutablePropertyAccessStrategy
Get a MutablePropertyAccessStrategy for the given property.
getPropertyAccessStrategyForPath(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
getPropertyAccessStrategyForPath(String) - Method in class org.springframework.binding.support.BeanPropertyAccessStrategy
 
getPropertyAccessStrategyForPath(String) - Method in class org.springframework.binding.support.ClassPropertyAccessStrategy
 
getPropertyAccessStrategyForPath(String) - Method in class org.springframework.binding.support.ObjectPropertyAccessStrategy
 
getPropertyChangeListeners(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getPropertyChangeListeners() - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
getPropertyChangeListeners(String) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
getPropertyChangeListeners() - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Returns an array of all the listeners that were added to the SwingPropertyChangeSupport object with addPropertyChangeListener().
getPropertyChangeListeners(String) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Returns an array of all the listeners which have been associated with the named property.
getPropertyClass(Class, String) - Static method in class org.springframework.richclient.util.ClassUtils
Returns the class of the property.
getPropertyConstraint(String) - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
getPropertyConstraint(String) - Method in class org.springframework.richclient.security.LoginDetails
Return the property constraints.
getPropertyConstraint(String) - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
getPropertyConstraint(String) - Method in interface org.springframework.rules.PropertyConstraintProvider
Returns the constraint on the given property.
getPropertyConstraint(String) - Method in class org.springframework.rules.Rules
 
getPropertyConstraint(Class, String) - Method in interface org.springframework.rules.RulesSource
Return the validation rules for the provided bean property.
getPropertyConstraint(Class, String, String) - Method in interface org.springframework.rules.RulesSource
 
getPropertyConstraint(Class, String) - Method in class org.springframework.rules.support.DefaultRulesSource
 
getPropertyConstraint(Class, String, String) - Method in class org.springframework.rules.support.DefaultRulesSource
 
getPropertyConversionExecutor() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
Returns a conversion executor which converts a value of the given sourceType into the fieldType
getPropertyEditor(Class) - Method in class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
 
getPropertyEditor(Class, String) - Method in class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
 
getPropertyName(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Extracts the property name from a propertyPath.
getPropertyName() - Method in exception org.springframework.richclient.application.PropertyNotSetException
Returns the name of the property that has not been set.
getPropertyName(String, int) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Returns the propertyName based on the methodName.
getPropertyName(String) - Static method in class org.springframework.richclient.beans.PropertyAccessorUtils
Returns the last component of the specified property path
getPropertyName() - Method in class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
 
getPropertyName() - Method in class org.springframework.richclient.list.BeanPropertyValueListRenderer
 
getPropertyName() - Method in class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
getPropertyName() - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
 
getPropertyName() - Method in class org.springframework.rules.constraint.property.NegatedPropertyConstraint
 
getPropertyName() - Method in class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
 
getPropertyName() - Method in interface org.springframework.rules.constraint.property.PropertyConstraint
Returns the constrained property name.
getPropertyName() - Method in class org.springframework.rules.constraint.property.UniquePropertyValueConstraint
 
getPropertyName() - Method in class org.springframework.rules.reporting.PropertyResults
 
getPropertyType() - Method in interface org.springframework.binding.form.FieldMetadata
Return the type of this property.
getPropertyType() - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
getPropertyType() - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
getPropertyType(String) - Method in interface org.springframework.binding.PropertyMetadataAccessStrategy
Get the type of the given property.
getPropertyType(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
getPropertyType(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getPropertyType(FormModel, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBinder
 
getPropertyType(FormModel, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
getPropertyType() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
getPropertyValue(String) - Method in class org.springframework.binding.form.support.FormModelPropertyAccessStrategy
 
getPropertyValue(String) - Method in interface org.springframework.binding.PropertyAccessStrategy
Get the value of a property.
getPropertyValue(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
getPropertyValue(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
getPropertyValue(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getPropertyValueModel(String) - Method in interface org.springframework.binding.MutablePropertyAccessStrategy
Get the ValueModel to access the given property.
getPropertyValueModel(String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
getPullDownMenuButtonConfigurer() - Method in class org.springframework.richclient.command.CommandGroup
 
getPullDownMenuButtonConfigurer() - Method in interface org.springframework.richclient.command.CommandServices
 
getPullDownMenuButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getPullDownMenuButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getReaderWriter() - Method in class org.springframework.richclient.settings.xml.XmlSettingsFactory
Returns the XmlSettingsReaderWriter used for persisting the xml to the backing store.
getReadOnlyCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getReadOnlyCommandGroup() - Method in class org.springframework.richclient.text.TextComponentPopup
 
getReadOnlyFormModelCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getReadPropertyAccessor(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Return the read accessor for the given property.
getRegisterableExceptionHandler() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
getRejectedValue() - Method in class org.springframework.rules.reporting.PropertyResults
 
getRejectedValue() - Method in interface org.springframework.rules.reporting.ValidationResults
 
getRejectedValue() - Method in class org.springframework.rules.reporting.ValueValidationResults
 
getRelationalOperator() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
getRenderer() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
getRenderer() - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
getRenderer() - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
getRenderer() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
getRendererForSelectionDialog() - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
getReporter() - Method in class org.springframework.richclient.samples.showcase.binding.GenericKeyMapBindingDialog
 
getReporter() - Method in class org.springframework.richclient.samples.showcase.binding.ParentChildFormDialog
 
getReporter() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterTitledApplicationDialog
 
getReporterCommands() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getReporterCommands() - Method in interface org.springframework.richclient.samples.showcase.util.Reporter
 
getRequiredMessage(String) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Get the message for the given key.
getRequiredMessage(String[]) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Get the message for the given key.
getRequiredSourceClass() - Method in class org.springframework.richclient.form.binding.support.AbstractBinder
 
getRequiredType() - Method in exception org.springframework.richclient.command.CommandNotOfRequiredTypeException
Returns the type that the command was expected to be.
getResolveParent() - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
getRestoreDefaultsCommand() - Method in class org.springframework.richclient.preference.PreferencePage
Will create "Restore Defaults" command if it doesn't exist yet
getResults() - Method in interface org.springframework.rules.reporting.BeanValidationResults
 
getResults(String) - Method in interface org.springframework.rules.reporting.BeanValidationResults
 
getResults() - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
getResults(String) - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
getResultsBuilder() - Method in class org.springframework.rules.reporting.ValidationResultsCollector
 
getRevertCommand() - Method in class org.springframework.richclient.form.AbstractForm
 
getRevertCommandFaceDescriptorId() - Method in class org.springframework.richclient.form.AbstractDetailForm
 
getRevertCommandFaceDescriptorId() - Method in class org.springframework.richclient.form.AbstractForm
 
getRevertCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getRolloverIcon() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Returns the icon to be displayed when the mouse pointer rolls over the command button.
getRoot() - Method in class org.springframework.richclient.tree.AbstractTreeModel
 
getRootEventList() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the root event list for this model.
getRootHolder() - Method in class org.springframework.richclient.tree.AbstractTreeModel
 
getRootPropertyName(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Returns the root property of an indexed property.
getRow(int) - Method in class org.springframework.richclient.table.BaseTableModel
Returns the object representing the row at the given zero-based index.
getRowCount() - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
getRowCount() - Method in class org.springframework.richclient.table.BaseTableModel
getRows() - Method in class org.springframework.richclient.table.BaseTableModel
Returns the collection of all the rows in this table model.
getRules(Class, String) - Method in class org.springframework.rules.metadata.AttributesRulesSource
 
getRules(Class) - Method in interface org.springframework.rules.RulesSource
Return the validation rules for the provided bean.
getRules(Class, String) - Method in interface org.springframework.rules.RulesSource
 
getRules(Class) - Method in class org.springframework.rules.support.DefaultRulesSource
 
getRules(Class, String) - Method in class org.springframework.rules.support.DefaultRulesSource
 
getRulesContextId() - Method in class org.springframework.binding.validation.support.RulesValidator
Returns the rules context id set on this validator.
getRulesEffectedByProperty(String) - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
getScale() - Method in class org.springframework.richclient.swing.BigDecimalTextField
 
getScreenHeight() - Static method in class org.springframework.richclient.util.WindowUtils
 
getScreenSize() - Static method in class org.springframework.richclient.util.WindowUtils
Return the system screen size.
getScreenWidth() - Static method in class org.springframework.richclient.util.WindowUtils
 
getScrollPane() - Method in class org.springframework.richclient.table.TableScrollPane
 
getSecuredObject() - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Get the secured object on which we are making the authorization decision.
getSecuredObject() - Method in class org.springframework.richclient.security.support.UserRoleSecurityController
Get the secured object on which we are making the authorization decision.
getSecurityController(String) - Method in interface org.springframework.richclient.security.SecurityControllerManager
Get the security controller for a given Id.
getSecurityController(String) - Method in class org.springframework.richclient.security.support.DefaultSecurityControllerManager
Get the security controller for the given id.
getSecurityControllerId() - Method in class org.springframework.richclient.command.AbstractCommand
Get the id (bean name) of the security controller that should manage this object.
getSecurityControllerId() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Get the id (bean name) of the security controller that should manage this object.
getSecurityControllerId() - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
Get the id (bean name) of the security controller that should manage this object.
getSecurityControllerId() - Method in interface org.springframework.richclient.core.SecurityControllable
Get the id (bean name) of the security controller that should manage this object.
getSecurityControllerManager() - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Returns this instance's security controller manager.
getSelectableItems() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Returns the selectable items which where used as a source for the selectable items.
getSelectableItems() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
getSelectedContact() - Method in class org.springframework.richclient.samples.simple.ui.ContactTable
 
getSelectedContacts() - Method in class org.springframework.richclient.samples.simple.ui.ContactTable
Get the array of selected Contact objects in the table.
getSelectedFile() - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
getSelectedIcon() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Returns the icon to be displayed when the command button is in a selected state.
getSelectedIndex() - Method in class org.springframework.richclient.form.AbstractDetailForm
 
getSelectedItem() - Method in class org.springframework.richclient.list.ComboBoxListModel
 
getSelectedItem() - Method in class org.springframework.richclient.list.ComboBoxListModelAdapter
 
getSelectedItem() - Method in class org.springframework.richclient.list.DynamicComboBoxListModel
 
getSelectedItem() - Method in class org.springframework.richclient.list.FilteredComboBoxListModel
 
getSelectedItemType() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
getSelectedObject() - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
getSelectedObject() - Method in class org.springframework.richclient.selection.dialog.ListSelectionDialog
 
getSelectedObjectName() - Method in class org.springframework.richclient.progress.ListStatusBarUpdater
Returns the string representation of the selected object.
getSelectedObjectName() - Method in class org.springframework.richclient.progress.TreeStatusBarUpdater
 
getSelectedValues() - Method in class org.springframework.richclient.components.ShuttleList
Returns an array of the values for the selected cells.
getSelectionController() - Method in class org.springframework.richclient.command.ExclusiveCommandGroup
 
getSelectionHandler() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the selection handler for the master list.
getSelectionHolder() - Method in class org.springframework.richclient.list.AbstractListSelectionGuard
Get the selection value holder.
getSelectionMode() - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
getSelectionMode() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
getSelectionModel() - Method in class org.springframework.richclient.components.ShuttleList
Returns the value of the current selection model.
getSelectionModel() - Method in class org.springframework.richclient.form.AbstractMasterForm
Get the selection model for the master list representation.
getSelectionModel() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Get the selection model for the master list representation.
getSelectionModel() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the selection model.
getService(Class) - Method in interface org.springframework.richclient.application.ApplicationServices
Returns the application service of the requested type (class).
getService(Class) - Method in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
getService(Class) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Get a service of the indicated type.
getService(Class) - Method in class org.springframework.richclient.application.support.StaticApplicationServices
 
getServiceClass() - Method in exception org.springframework.richclient.application.ServiceNotFoundException
Returns class of the application service that could not be located.
getServiceForClassType(Class) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Get the implementation of a service by using the decapitalized shortname of the serviceType class name.
getServices() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getSettings() - Method in class org.springframework.richclient.preference.PreferenceDialog
 
getSettings() - Method in class org.springframework.richclient.preference.PreferencePage
 
getSettings(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getSettings(String) - Method in interface org.springframework.richclient.settings.Settings
 
getSettingsFactory() - Method in class org.springframework.richclient.settings.SettingsManager
Returns the settings factory.
getSettingsManager() - Method in class org.springframework.richclient.preference.PreferenceManager
 
getSeverity() - Method in class org.springframework.richclient.core.DefaultMessage
 
getSeverity() - Method in interface org.springframework.richclient.core.Message
Return the Severity of this message, possibly null.
getSeverity() - Method in class org.springframework.rules.reporting.PropertyResults
 
getSeverity() - Method in interface org.springframework.rules.reporting.ValidationResults
 
getSeverity() - Method in class org.springframework.rules.reporting.ValueValidationResults
 
getSharedCommands() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getSharedCommands() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getSharedCommands() - Method in class org.springframework.richclient.application.support.ApplicationWindowCommandManager
 
getShowMenuBar() - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
getShowMenuBar() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
getShowOkCancel() - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinding
 
getShowPageCommandLabel() - Method in interface org.springframework.richclient.application.PageDescriptor
 
getShowPageCommandLabel() - Method in class org.springframework.richclient.application.support.AbstractPageDescriptor
 
getShowStatusBar() - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
getShowStatusBar() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
getShowToolBar() - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
getShowToolBar() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
getShowViewCommandLabel() - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
getShowViewCommandLabel() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
getShowViewCommandLabel() - Method in interface org.springframework.richclient.application.ViewDescriptor
 
getSimplePropertyValue(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Retrieve the value of a simple property (non-indexed).
getSimplePropertyValue(String) - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
getSize() - Method in class org.springframework.binding.value.support.ListListModel
 
getSize() - Method in class org.springframework.binding.value.support.ObservableEventList
 
getSize() - Method in class org.springframework.richclient.list.AbstractFilteredListModel
 
getSize() - Method in class org.springframework.richclient.list.FilteredListModel
Returns the size of the elements which passes the filter constraint.
getSortComparator() - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Get the comparator to use for sorting the table.
getSortLevel(int) - Method in class org.springframework.richclient.table.ColumnSortList
 
getSortLevels() - Method in class org.springframework.richclient.table.ColumnSortList
 
getSortOrder() - Method in class org.springframework.richclient.table.ColumnToSort
 
getSource() - Method in class org.springframework.richclient.form.binding.support.DecoratedControlBinding
 
getSourceClasses() - Method in class org.springframework.richclient.convert.support.CollectionConverter
 
getSourceClasses() - Method in class org.springframework.richclient.convert.support.GlazedListModelConverter
 
getSourceClasses() - Method in class org.springframework.richclient.convert.support.ListModelConverter
 
getSourceObject() - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
getSourceValueModels() - Method in interface org.springframework.binding.value.DerivedValueModel
Returns an array of all values models that are used to derive the value represented by this value model.
getSourceValueModels() - Method in class org.springframework.binding.value.support.AbstractDerivedValueModel
 
getSourceValueModels() - Method in class org.springframework.binding.value.support.TypeConverter
 
getSourceValues() - Method in class org.springframework.binding.value.support.AbstractDerivedValueModel
Convenience method to extract values from all sourceValueModels that influence the derived value.
getSpi(String) - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
getSplashScreen() - Method in class org.springframework.richclient.application.splash.MustangSplashScreen
Returns the java.awt.SplashScreen implementation that has been set at startup.
getSplitPane() - Method in class org.springframework.richclient.settings.support.SplitPaneMemento
 
getStackTraceString(Throwable) - Method in class org.springframework.richclient.exceptionhandling.EmailNotifierErrorReporter
 
getStandardDialogBorder() - Static method in class org.springframework.richclient.util.GuiStandardUtils
 
getStartDirectory() - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
getStartingPage() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the first page to be shown in this wizard.
getStartingPage() - Method in interface org.springframework.richclient.wizard.Wizard
Returns the first page to be shown in this wizard.
getStartingPageId() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
getState() - Method in class org.springframework.richclient.samples.simple.domain.Address
 
getStaticMethod(String, Class, Class[]) - Static method in class org.springframework.richclient.util.ClassUtils
 
getStatusBar() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getStatusBar() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Create the statusBar for the application.
getStatusBar() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getStatusBar() - Method in class org.springframework.richclient.application.support.AbstractView
 
getStatusBar() - Method in class org.springframework.richclient.progress.ListStatusBarUpdater
Method getStatusBar.
getStatusBarText(String) - Method in class org.springframework.richclient.form.builder.support.AbstractFormComponentStatusBarInterceptor
 
getString(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
getString(String) - Method in interface org.springframework.richclient.settings.Settings
 
getString() - Method in class org.springframework.rules.constraint.Like
 
getSymbol() - Method in class org.springframework.rules.constraint.Operator
 
getTab(int) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
getTab(DialogPage) - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
getTabLayoutPolicy() - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPageFactory
 
getTable() - Method in class org.springframework.richclient.settings.support.TableMemento
 
getTable() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Returns the created JTable.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.BeanTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.BooleanTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.FormatTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.LabeledEnumTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.RowIndexColumnCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.TigerEnumTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.renderer.TimeTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.table.support.ResizeTableColumnSupport
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.springframework.richclient.util.AbstractCellRenderer
 
getTableListModel() - Method in class org.springframework.richclient.list.TableListCellRenderer
 
getTableModel() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Get the data model for the table.
getTableSorter() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Returns the sorter which is used to sort the content of the table
getTabPlacement() - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPageFactory
 
getTarget() - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getTarget() - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
getTargetClass() - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Returns the class used to introspect members.
getTargetClass() - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
getTargetClasses() - Method in class org.springframework.richclient.convert.support.CollectionConverter
 
getTargetClasses() - Method in class org.springframework.richclient.convert.support.GlazedListModelConverter
 
getTargetClasses() - Method in class org.springframework.richclient.convert.support.ListModelConverter
 
getTargetException() - Method in class org.springframework.richclient.util.SwingWorker
 
getText() - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
getText() - Method in class org.springframework.richclient.command.AbstractCommand
Returns the text from the default faceDescriptor or the default text of the CommandButtonLabelInfo#BLANK_BUTTON_LABEL#getText().
getText() - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
Returns the displayable text.
getText() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns the label text specified by this descriptor.
getText() - Method in class org.springframework.richclient.core.LabelInfo
Returns the text to be displayed by the label.
getTextComponent(JComponent) - Method in class org.springframework.richclient.text.TextComponentInterceptor
Converts the given component to a JTextComponent.
getTextFieldColumns() - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Returns the default column count for new text fields (including formatted text and password fields)
getTextForeground(boolean) - Method in class org.springframework.richclient.control.SimpleInternalFrame
Determines and answers the header's text foreground color.
getTextKey() - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
getTextValue(Object) - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumListRenderer
 
getTextValue(Object) - Method in class org.springframework.richclient.list.BeanPropertyValueListRenderer
 
getTextValue(Object) - Method in class org.springframework.richclient.list.TextValueListRenderer
Template method to convert cell value into a String.
getThrowableClass() - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
getTimeout() - Method in class org.springframework.richclient.util.SwingWorker
Override to return a timeout period, in milliseconds.
getTimestamp() - Method in class org.springframework.richclient.core.DefaultMessage
 
getTimestamp() - Method in interface org.springframework.richclient.core.Message
Timestamp in long format of the message creation.
getTitle() - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
getTitle() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
getTitle() - Method in class org.springframework.richclient.control.SimpleInternalFrame
Returns the frame's title text.
getTitle() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
getTitle() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns the title of this dialog.
getTitle() - Method in class org.springframework.richclient.dialog.control.Tab
 
getTitle() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns this dialog page's title.
getTitle() - Method in class org.springframework.richclient.dialog.TitlePane
 
getTitle() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns the window title for the container that host this wizard.
getTitle() - Method in interface org.springframework.richclient.wizard.Wizard
Returns the window title string for this wizard.
getTitlePaneImage() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
getTitlePaneTitle() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
getToolBar() - Method in interface org.springframework.richclient.application.ApplicationWindow
 
getToolBar() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getToolBar() - Method in class org.springframework.richclient.control.SimpleInternalFrame
Returns the current toolbar, null if none has been set before.
getToolBarButtonConfigurer() - Method in class org.springframework.richclient.command.AbstractCommand
 
getToolBarButtonConfigurer() - Method in interface org.springframework.richclient.command.CommandServices
 
getToolBarButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getToolBarButtonConfigurer() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getToolBarButtonFactory() - Method in class org.springframework.richclient.command.AbstractCommand
 
getToolBarButtonFactory() - Method in interface org.springframework.richclient.command.CommandServices
 
getToolBarButtonFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
getToolBarButtonFactory() - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
getToolBarCommandGroup() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Create the toolBar for the application.
getToolBarCommandGroup() - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
getTooltip() - Method in class org.springframework.richclient.dialog.control.Tab
 
getTowns(ListSelectionBindingDialog.Country) - Method in class org.springframework.richclient.samples.showcase.binding.ListSelectionBindingDialog
 
getTree() - Method in class org.springframework.richclient.settings.support.TreeMemento
 
getTreeCellRenderer() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
getTreeCellRenderer() - Method in class org.springframework.richclient.samples.petclinic.ui.VetManagerView
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage.PageTitleCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.springframework.richclient.tree.BeanTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.springframework.richclient.tree.FocusableTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.springframework.richclient.util.AbstractCellRenderer
 
getTreeControlWidth() - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Get the width of the tree component to use in the final control construction.
getTreeModelListeners() - Method in class org.springframework.richclient.tree.AbstractTreeModel
Returns an array of all the tree model listeners registered on this model.
getType(String) - Method in interface org.springframework.richclient.command.CommandRegistry
Returns the type of the command with the given identifier, if it is contained in the registry.
getType(String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
Returns the type of the command with the given identifier, if it is contained in the registry.
getType(String) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Returns the type of the command with the given identifier, if it is contained in the registry.
getType() - Method in class org.springframework.rules.constraint.IfTrue
 
getType() - Method in class org.springframework.rules.constraint.Like
 
getType() - Method in class org.springframework.rules.constraint.MethodInvokingConstraint
 
getType() - Method in class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
 
getType() - Method in class org.springframework.rules.constraint.Required
 
getType() - Method in class org.springframework.rules.constraint.StringLengthConstraint
 
getType() - Method in interface org.springframework.rules.reporting.TypeResolvable
Returns this object's logical type identifier.
getType() - Method in class org.springframework.rules.reporting.TypeResolvableSupport
 
getUIIndex(Tab) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
getUnfilteredTableModel(JTable) - Static method in class org.springframework.richclient.table.TableUtils
Returns the innermost table model associated with this table; if layers of table model filters are wrapping it.
getUnfilteredTableModel(TableModel) - Static method in class org.springframework.richclient.table.TableUtils
 
getUpdatesEnabled() - Method in class org.springframework.richclient.table.TableUpdater
 
getUpperLeftColor() - Method in class org.springframework.richclient.control.GradientPanel
 
getURL() - Method in class org.springframework.richclient.image.AwtImageResource
 
getUser() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
getUser() - Method in class org.springframework.richclient.settings.jdbc.StaticUserNameProvider
 
getUser() - Method in interface org.springframework.richclient.settings.jdbc.UserNameProvider
 
getUserMetadata(String) - Method in interface org.springframework.binding.form.FieldMetadata
Returns custom metadata that may be associated with this property.
getUserMetadata(String) - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
getUserMetadata(String) - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
getUserMetadata(String, String) - Method in interface org.springframework.binding.PropertyMetadataAccessStrategy
Returns custom metadata that may be associated with the specified property path.
getUserMetadataFor(String, String) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
Subclasses may override this method to supply user metadata for the specified propertyPath and key.
getUsername() - Method in class org.springframework.richclient.security.LoginDetails
 
getUsername() - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
getUserNameProvider() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettingsFactory
 
getUserSettings() - Method in class org.springframework.richclient.settings.SettingsManager
Returns the user settings, i.e.
getValidatingCommandFaceDescriptorId() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getValidatingFormModelCommand() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
getValidationListeners(String) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
getValidationMessage(BasicValidationRule) - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
getValidationMessage(ValidationResults) - Method in class org.springframework.richclient.form.SimpleValidationResultsReporter
Get the message that should be reported.
getValidationResults() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
getValidationResults() - Method in interface org.springframework.binding.form.ValidatingFormModel
Returns the ValidationResultsModel which encapsulates the set of validation messages currently active against this form model.
getValidationResultsReporters() - Method in class org.springframework.richclient.form.AbstractForm
 
getValidationResultsReporters() - Method in interface org.springframework.richclient.form.Form
Returns the list of ValidationResultsReporters of this Form.
getValidator() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
getValidator() - Method in interface org.springframework.binding.form.ValidatingFormModel
Get the validator that will be used to validate the form model.
getValue() - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
getValue() - Method in class org.springframework.binding.value.support.BufferedValueModel
Returns the wrappedModel value if no value has been set since the last commit or flush, and returns the buffered value otherwise.
getValue() - Method in class org.springframework.binding.value.support.GrowableIndexAdapter
 
getValue() - Method in class org.springframework.binding.value.support.MapKeyAdapter
 
getValue() - Method in class org.springframework.binding.value.support.MessageFormatValueModel
 
getValue() - Method in class org.springframework.binding.value.support.MethodInvokingDerivedValueModel
 
getValue() - Method in class org.springframework.binding.value.support.RefreshableValueHolder
Returns this model's value.
getValue() - Method in class org.springframework.binding.value.support.TypeConverter
Returns this model's value.
getValue() - Method in class org.springframework.binding.value.support.ValueHolder
 
getValue() - Method in interface org.springframework.binding.value.ValueModel
Returns this model's value.
getValue() - Method in class org.springframework.richclient.dialog.CloseAction
 
getValue(String) - Method in class org.springframework.richclient.form.AbstractForm
 
getValue() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
getValue(String) - Method in interface org.springframework.richclient.form.Form
Convenience method to get the value of a specific property from the inner formModel.
getValue() - Method in class org.springframework.richclient.image.ArrowIcon.Direction
 
getValue() - Method in class org.springframework.richclient.image.IconSize
Returns the size value in pixels.
getValue() - Method in class org.springframework.richclient.list.ListSelectionValueModelAdapter
 
getValue() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
getValue() - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
getValue() - Method in class org.springframework.richclient.swing.BigDecimalTextField
Parses a number from the inputField and will adjust it's class if needed.
getValue() - Method in class org.springframework.richclient.table.SortOrder
 
getValueAt(int, int) - Method in interface org.springframework.richclient.list.TableListModel
 
getValueAt(int, int) - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
getValueAt(int, int) - Method in class org.springframework.richclient.table.BaseTableModel
getValueAt(int, int) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
getValueAtInternal(Object, int) - Method in class org.springframework.richclient.table.BaseTableModel
Subclasses must implement this method to return the value at the given column index for the given object.
getValueAtInternal(Object, int) - Method in class org.springframework.richclient.table.BeanTableModel
 
getValueAtInternal(Object, int) - Method in class org.springframework.richclient.table.ListTableModel
 
getValueChangeDetector() - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
getValueChangeDetector() - Method in class org.springframework.binding.value.support.AbstractValueModel
Get the installed value change detector.
getValueChangeDetector() - Method in class org.springframework.binding.value.support.TypeConverter
 
getValueFromMapForClass(Class, Map) - Static method in class org.springframework.richclient.util.ClassUtils
Given a Mapwhere the keys are Classes, search the map for the closest match of the key to the typeClass.
getValueModel(String) - Method in interface org.springframework.binding.form.FormModel
Returns a value model that holds the value of the specified form property.
getValueModel(String, Class) - Method in interface org.springframework.binding.form.FormModel
Returns a type converting value model for the given form property.
getValueModel(String) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getValueModel(String, Class) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
getValueModel() - Method in class org.springframework.binding.value.support.AbstractValueModelAdapter
 
getValueModel(String) - Method in class org.springframework.richclient.form.AbstractForm
 
getValueModel() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
 
getValueModel(String) - Method in interface org.springframework.richclient.form.Form
Convenience method to get the valueModel of a specific property from the inner formModel.
getValueModel() - Method in class org.springframework.richclient.selection.binding.support.ValueModel2EventListBridge
Returns the ValueModel.
getValueToCommit() - Method in class org.springframework.binding.value.support.BufferedCollectionValueModel
 
getValueToCommit() - Method in class org.springframework.binding.value.support.BufferedValueModel
Provides a hook that allows for modification of the value that is committed to the underlying value model.
getVersion() - Method in interface org.springframework.richclient.application.ApplicationDescriptor
Returns a string used to idetify the version of the applicaiton.
getVersion() - Method in class org.springframework.richclient.application.support.DefaultApplicationDescriptor
 
getVetoableChangeListeners() - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
getVetoableChangeListeners(String) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
getView(String) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
getViewBinding(JScrollPane, FormModel, String, Map) - Method in class org.springframework.richclient.form.binding.swing.ScrollPaneBinder
 
getViewDescriptor(String) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
getViewDescriptor(String) - Method in class org.springframework.richclient.application.support.BeanFactoryViewDescriptorRegistry
Returns the view descriptor with the given identifier, or null if no such bean definition with the given name exists in the current application context.
getViewDescriptor(String) - Method in interface org.springframework.richclient.application.ViewDescriptorRegistry
Returns the view descriptor with the given identifier, or null if no such descriptor exists in the registry.
getViewDescriptors() - Method in class org.springframework.richclient.application.support.BeanFactoryViewDescriptorRegistry
Returns an array of all the view descriptors in the registry.
getViewDescriptors() - Method in class org.springframework.richclient.application.support.MultiViewPageDescriptor
 
getViewDescriptors() - Method in interface org.springframework.richclient.application.ViewDescriptorRegistry
Returns an array of all the view descriptors in the registry.
getViewFactory() - Method in class org.springframework.richclient.text.SynchronousHTMLEditorKit
 
getViewPrototypeBeanName() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
getViolatedConstraint() - Method in class org.springframework.rules.reporting.PropertyResults
 
getViolatedConstraint() - Method in interface org.springframework.rules.reporting.ValidationResults
 
getViolatedConstraint() - Method in class org.springframework.rules.reporting.ValueValidationResults
 
getViolatedCount() - Method in interface org.springframework.rules.reporting.BeanValidationResults
 
getViolatedCount() - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
getViolatedCount() - Method in class org.springframework.rules.reporting.PropertyResults
 
getViolatedCount() - Method in interface org.springframework.rules.reporting.ValidationResults
 
getViolatedCount() - Method in class org.springframework.rules.reporting.ValueValidationResults
 
getWebAppContextUrl() - Method in class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
Uses the jnlp API to determine the webapp context.
getWindow() - Method in interface org.springframework.richclient.application.ApplicationPage
 
getWindow() - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
getWindow() - Method in interface org.springframework.richclient.application.PageComponentContext
 
getWindow() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
getWindow() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
getWindow() - Method in class org.springframework.richclient.application.support.DefaultViewContext
 
getWindow() - Method in class org.springframework.richclient.settings.support.WindowMemento
 
getWindowCommandManager() - Method in class org.springframework.richclient.application.support.AbstractView
 
getWindowConfigurer() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
getWindowControl() - Method in class org.springframework.richclient.application.support.AbstractView
 
getWindowForComponent(Component) - Static method in class org.springframework.richclient.dialog.ApplicationDialog
--jh-- This method is copied from JOptionPane.
getWindowManager() - Method in class org.springframework.richclient.application.Application
 
getWindows() - Method in class org.springframework.richclient.application.WindowManager
Returns this window manager's set of windows.
getWizard() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
getWizard() - Method in interface org.springframework.richclient.wizard.WizardPage
Returns the wizard that hosts this wizard page.
getWorkPhone() - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
getWrappedTemplate() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
 
getWrappedValueModel() - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
getWrappedValueModel() - Method in class org.springframework.binding.value.support.BufferedValueModel
Returns the wrappedModel, i.e.
getWrappedValueModel() - Method in interface org.springframework.binding.value.support.ValueModelWrapper
Returns the ValueModel wrapped by this ValueModelWrapper.
getWritePropertyAccessor(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Return the write accessor for the given property.
getYesKey() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
getZip() - Method in class org.springframework.richclient.samples.simple.domain.Address
 
giveFocusTo(PageComponent) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
giveFocusTo(PageComponent) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
giveFocusTo(PageComponent) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
giveFocusTo(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
This method must transfer the focus to the given PageComponent.
giveFocusTo(PageComponent) - Method in class org.springframework.richclient.application.support.DefaultApplicationPage
 
giveFocusTo(PageComponent) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
GlazedListModelConverter - Class in org.springframework.richclient.convert.support
supports converting EventLists to ListModel
GlazedListModelConverter() - Constructor for class org.springframework.richclient.convert.support.GlazedListModelConverter
 
GlazedTableModel - Class in org.springframework.richclient.table.support
TableModel that accepts a EventList.
GlazedTableModel(String[]) - Constructor for class org.springframework.richclient.table.support.GlazedTableModel
 
GlazedTableModel(Class, EventList, String[]) - Constructor for class org.springframework.richclient.table.support.GlazedTableModel
Constructor using the provided row data and column property names.
GlazedTableModel(EventList, String[]) - Constructor for class org.springframework.richclient.table.support.GlazedTableModel
Constructor using the given model data and a null model Id.
GlazedTableModel(EventList, String[], String) - Constructor for class org.springframework.richclient.table.support.GlazedTableModel
Fully specified Constructor.
GlazedTableModel.DefaultAdvancedTableFormat - Class in org.springframework.richclient.table.support
This inner class can be used by derived implementations to use an AdvancedTableFormat instead of the default WritableTableFormat created by GlazedTableModel.createTableFormat().
GlazedTableModel.DefaultAdvancedTableFormat() - Constructor for class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
 
GlazedTableModel.DefaultTableFormat - Class in org.springframework.richclient.table.support
This inner class is the default TableFormat constructed.
GlazedTableModel.DefaultTableFormat() - Constructor for class org.springframework.richclient.table.support.GlazedTableModel.DefaultTableFormat
 
GLOBAL_PROPERTY - Static variable in interface org.springframework.binding.validation.ValidationMessage
The property name for messages that have a global scope i.e.
GlobalCommandIds - Class in org.springframework.richclient.command.support
Static constants for well-known, global Commands.
GLUE_MEMBER_CODE - Static variable in class org.springframework.richclient.command.CommandGroupFactoryBean
The string that represents a glue component, to be used between other members of the command group.
GlueGroupMember - Class in org.springframework.richclient.command
A member of a CommandGroup that represents a 'glue' component between other members of the group.
GlueGroupMember() - Constructor for class org.springframework.richclient.command.GlueGroupMember
Creates a new uninitialized GlueGroupMember.
GMT_DATE - Static variable in class org.springframework.richclient.table.renderer.TableRenderers
 
GradientPanel - Class in org.springframework.richclient.control
A JPanel with a nice gradient background (should be move to another package)
GradientPanel(Color, Color) - Constructor for class org.springframework.richclient.control.GradientPanel
 
GradientPanel(Color) - Constructor for class org.springframework.richclient.control.GradientPanel
 
GradientPanel() - Constructor for class org.springframework.richclient.control.GradientPanel
 
GREATER_THAN - Static variable in class org.springframework.rules.constraint.RelationalOperator
The GREATER_THAN (>) operator
GREATER_THAN_EQUAL_TO - Static variable in class org.springframework.rules.constraint.RelationalOperator
The GREATER_THAN_EQUAL_TO (>=) operator
GreaterThan - Class in org.springframework.rules.constraint
Predicate that tests if one comparable object is greater than another.
GreaterThan() - Constructor for class org.springframework.rules.constraint.GreaterThan
 
GreaterThan(Comparator) - Constructor for class org.springframework.rules.constraint.GreaterThan
 
GreaterThanEqualTo - Class in org.springframework.rules.constraint
Predicate that tests if one comparable object is greater than or equal to another.
GreaterThanEqualTo() - Constructor for class org.springframework.rules.constraint.GreaterThanEqualTo
 
GreaterThanEqualTo(Comparator) - Constructor for class org.springframework.rules.constraint.GreaterThanEqualTo
 
GridBagCellConstraints - Class in org.springframework.richclient.util
Utility functions to assist using the horridly complex Grid bag layout.
GridBagCellConstraints() - Constructor for class org.springframework.richclient.util.GridBagCellConstraints
 
GridBagLayoutBuilder - Class in org.springframework.richclient.layout
This provides an easy way to create panels using a GridBagLayout.
GridBagLayoutBuilder() - Constructor for class org.springframework.richclient.layout.GridBagLayoutBuilder
 
GridBagLayoutDebugPanel - Class in org.springframework.richclient.util
A useful class for debugging layout problems when using GridBagLayout.
GridBagLayoutDebugPanel() - Constructor for class org.springframework.richclient.util.GridBagLayoutDebugPanel
 
GridBagLayoutFormBuilder - Class in org.springframework.richclient.form.builder
 
GridBagLayoutFormBuilder(BindingFactory) - Constructor for class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
 
GridBagLayoutFormBuilder.FormModelAwareGridBagLayoutBuilder - Class in org.springframework.richclient.form.builder
 
GridBagLayoutFormBuilder.FormModelAwareGridBagLayoutBuilder() - Constructor for class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder.FormModelAwareGridBagLayoutBuilder
 
GROUP_MEMBER_PREFIX - Static variable in class org.springframework.richclient.command.CommandGroupFactoryBean
The string prefix that indicates a command group member that is another command group.
GroupContainerPopulator - Interface in org.springframework.richclient.command
A strategy interface for adding components to an underlying Container.
GroupMember - Class in org.springframework.richclient.command
A member of a CommandGroup.
GroupMember() - Constructor for class org.springframework.richclient.command.GroupMember
 
GroupMemberList - Class in org.springframework.richclient.command
 
GroupMemberList() - Constructor for class org.springframework.richclient.command.GroupMemberList
 
groupPropertyName - Variable in class org.springframework.rules.constraint.property.PropertyInGroupConstraint
 
GrowableIndexAdapter - Class in org.springframework.binding.value.support
 
GrowableIndexAdapter(boolean, ValueModel) - Constructor for class org.springframework.binding.value.support.GrowableIndexAdapter
 
gt(Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gt(Object, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gt(int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gt(long) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gt(float) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gt(double) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gt(String, Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gt(Comparable) - Method in class org.springframework.rules.factory.Constraints
 
gt(Object, Comparator) - Method in class org.springframework.rules.factory.Constraints
 
gt(int) - Method in class org.springframework.rules.factory.Constraints
 
gt(long) - Method in class org.springframework.rules.factory.Constraints
 
gt(float) - Method in class org.springframework.rules.factory.Constraints
 
gt(double) - Method in class org.springframework.rules.factory.Constraints
 
gt(String, Comparable) - Method in class org.springframework.rules.factory.Constraints
Apply a "greater than" constraint to a bean property.
gt(Comparable) - Method in class org.springframework.rules.factory.PropertyConstraints
 
gte(Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gte(Object, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gte(int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gte(long) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gte(float) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gte(double) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gte(String, Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gte(Comparable) - Method in class org.springframework.rules.factory.Constraints
 
gte(Object, Comparator) - Method in class org.springframework.rules.factory.Constraints
 
gte(int) - Method in class org.springframework.rules.factory.Constraints
 
gte(long) - Method in class org.springframework.rules.factory.Constraints
 
gte(float) - Method in class org.springframework.rules.factory.Constraints
 
gte(double) - Method in class org.springframework.rules.factory.Constraints
 
gte(String, Comparable) - Method in class org.springframework.rules.factory.Constraints
Apply a "greater than equal to" constraint to a bean property.
gte(Comparable) - Method in class org.springframework.rules.factory.PropertyConstraints
 
gteProperty(String, String, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gteProperty(String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gteProperty(String, String, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a "greater than or equal to" constraint to two properties.
gteProperty(String, String) - Method in class org.springframework.rules.factory.Constraints
Apply a "greater than or equal to" constraint to two properties.
gteProperty(String) - Method in class org.springframework.rules.factory.PropertyConstraints
 
gtProperty(String, String, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gtProperty(String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
gtProperty(String, String, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a "greater than" constraint to two properties
gtProperty(String, String) - Method in class org.springframework.rules.factory.Constraints
Apply a "greater than" constraint to two properties
gtProperty(String) - Method in class org.springframework.rules.factory.PropertyConstraints
 
Guarded - Interface in org.springframework.richclient.core
Interface to be implemented by objects that can be enabled or disabled.
GuardedActionCommandExecutor - Interface in org.springframework.richclient.command
An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
GuardedGroup - Class in org.springframework.richclient.core
 
GuardedGroup(Guarded[]) - Constructor for class org.springframework.richclient.core.GuardedGroup
 
GuiStandardUtils - Class in org.springframework.richclient.util
Utility functions that help enforce a standard look and feel in accordance with the Java Look and Feel Design Guidelines.

H

handle(Object) - Method in class org.springframework.core.closure.support.Block
Method to override in block subclasses that return no result: this method is intended encapsulate the block's processing.
handle(Object) - Method in class org.springframework.core.closure.support.IfBlock
Only invoke the wrapped closure against the provided argument if the constraint permits, else take no action.
handle() - Method in class org.springframework.core.closure.support.NoArgBlock
Block of code to be executed.
handle(Throwable) - Method in class org.springframework.richclient.exceptionhandling.AwtExceptionHandlerAdapterHack
 
handleAnchorActivated(HyperlinkEvent, String) - Method in class org.springframework.richclient.text.DefaultHyperlinkActivationHandler
Called when the user clicks on an anchor e.g.
handleDeletedObject(Object) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Handle the deletion of an object in this table.
handleEnabledChange(boolean) - Method in class org.springframework.richclient.form.AbstractForm
 
handleExternalRootEventListChange() - Method in class org.springframework.richclient.form.AbstractMasterForm
Handle the root event list being changed externally.
handleNewObject(Object) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Handle the creation of a new object.
handleOtheActivated(HyperlinkEvent) - Method in class org.springframework.richclient.text.DefaultHyperlinkActivationHandler
Called when the user clicks on a link that is neither an anchor or URL.
Handler - Class in org.springframework.richclient.image
A URL protocol handler that resolves images from an ImageSource.
Handler() - Constructor for class org.springframework.richclient.image.Handler
Creates an instance of Handler.
handleSelectionRequest(ToggleCommand, boolean) - Method in class org.springframework.richclient.command.ExclusiveCommandGroupSelectionController
 
handleSetNullFormObject() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
handleUpdatedObject(Object) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Handle an updated object in this table.
handleUrlActivated(HyperlinkEvent, URL) - Method in class org.springframework.richclient.text.DefaultHyperlinkActivationHandler
Called when the user clicks on a URL link e.g.
handleViewPropertyChange() - Method in class org.springframework.richclient.application.support.DefaultPageComponentPane
 
HAS_ERRORS_PROPERTY - Static variable in interface org.springframework.binding.validation.ValidationResultsModel
The name of the bound property hasErrors.
HAS_INFO_PROPERTY - Static variable in interface org.springframework.binding.validation.ValidationResultsModel
The name of the bound property hasInfos.
HAS_WARNINGS_PROPERTY - Static variable in interface org.springframework.binding.validation.ValidationResultsModel
The name of the bound property hasWarnings.
hasAppropriateHandler(Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
Checks if the delegate wants to handle the throwable.
hasAppropriateHandler(Throwable) - Method in interface org.springframework.richclient.exceptionhandling.delegation.ExceptionHandlerDelegate
Checks if the delegate wants to handle the throwable.
hasAppropriateHandlerPurged(Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
hasAppropriateHandlerPurged(Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate
 
hasAppropriateHandlerPurged(Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.SimpleExceptionHandlerDelegate
 
hasChanged(Object, Object) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
hasChanged(boolean, boolean) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
hasChanged(int, int) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
hasChanged(long, long) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
hasChanged(float, float) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
hasChanged(double, double) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
hasChanged(Object, Object) - Method in class org.springframework.binding.value.support.ListListModel
Determine if the provided objects are different (have changed).
hasChanged(Object, Object) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
hasChanged(boolean, boolean) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
hasChanged(int, int) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
hasErrorMessage() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
hasErrorMessage() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
hasErrors() - Method in class org.springframework.richclient.form.AbstractForm
 
hasErrors() - Method in interface org.springframework.richclient.form.Form
Returns true if the inner FormModel has errors.
hasErrors() - Method in class org.springframework.richclient.form.SimpleValidationResultsReporter
 
hasErrors() - Method in interface org.springframework.richclient.form.ValidationResultsReporter
Return the "has errors" status of the validation results model(s).
hasErrorsUpdated() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
hasGapAbove() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Return true if there is a gap row above of the current cell
hasGapToLeft() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Return true if there is a gap column to the left of the current cell
hashCode() - Method in class org.springframework.binding.form.support.AbstractFormModel.ConvertingValueModelKey
 
hashCode() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
hashCode() - Method in class org.springframework.binding.validation.support.DefaultValidationMessage
 
hashCode() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
hashCode() - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
hashCode() - Method in class org.springframework.richclient.core.DefaultMessage
 
hashCode() - Method in class org.springframework.richclient.core.LabelInfo
hashCode() - Method in class org.springframework.richclient.image.AwtImageResource
 
hashCode() - Method in class org.springframework.richclient.samples.simple.domain.Contact
Hashcode.
hasInfoMessage() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
hasInfoMessage() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
hasListeners(String) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Check if there are any listeners for a specific property.
hasListeners() - Method in class org.springframework.richclient.util.EventListenerListHelper
Returns whether or not any listeners are registered with this list.
hasMoreWork() - Method in class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
 
hasMoreWork() - Method in class org.springframework.core.closure.support.IteratorTemplate
hasRowNumbers() - Method in class org.springframework.richclient.table.BaseTableModel
Returns true if row numbers are to appear in the first column of the displayed table (default is true).
hasValueChanged(Object, Object) - Method in class org.springframework.binding.value.support.AbstractValueModel
Delegates to configured ValueChangeDetector.
hasValueChanged(Object, Object) - Method in class org.springframework.binding.value.support.BufferedCollectionValueModel
 
hasValueChanged(Object, Object) - Method in class org.springframework.binding.value.support.DefaultValueChangeDetector
Determines if there has been a change in value between the provided arguments.
hasValueChanged(Object, Object) - Method in class org.springframework.binding.value.support.EqualsValueChangeDetector
Determines if there has been a change in value between the provided arguments.
hasValueChanged(Object, Object) - Method in interface org.springframework.binding.value.ValueChangeDetector
Determine if there has been a change between two values (an old and a new value).
hasValueModel(String) - Method in interface org.springframework.binding.form.FormModel
Returns true if the form has a value model for the provided property name.
hasValueModel(String) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
hasWarningMessage() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
hasWarningMessage() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
HelpContents - Class in org.springframework.richclient.application.support
A simple implementation of a help contents frame for an application using javahelp.
HelpContents() - Constructor for class org.springframework.richclient.application.support.HelpContents
 
HelpContentsCommand - Class in org.springframework.richclient.command.support
 
HelpContentsCommand() - Constructor for class org.springframework.richclient.command.support.HelpContentsCommand
 
HibernateExceptionHandlerCommand - Class in org.springframework.richclient.samples.showcase.exceptionhandling
Throws an InvalidStateException with several InvalidValues to show the HibernateValidatorDialogExceptionHandler.
HibernateExceptionHandlerCommand() - Constructor for class org.springframework.richclient.samples.showcase.exceptionhandling.HibernateExceptionHandlerCommand
 
HibernateExceptionHandlerCommand.MyBean - Class in org.springframework.richclient.samples.showcase.exceptionhandling
Dummy bean for invalidValues.
HibernateExceptionHandlerCommand.MyBean() - Constructor for class org.springframework.richclient.samples.showcase.exceptionhandling.HibernateExceptionHandlerCommand.MyBean
 
HibernateRulesMessageInterpolator - Class in org.springframework.binding.validation.support
Custom interpolator which requires a "messageSource" bean, which is a MessageSource implementation.
HibernateRulesMessageInterpolator() - Constructor for class org.springframework.binding.validation.support.HibernateRulesMessageInterpolator
Create a new instance of the interpolator.
HibernateRulesValidator - Class in org.springframework.binding.validation.support
Validator which uses the ClassValidator of Hibernate to discover InvalidValue.
HibernateRulesValidator(ValidatingFormModel, Class) - Constructor for class org.springframework.binding.validation.support.HibernateRulesValidator
Creates a new HibernateRulesValidator without ignoring any properties.
HibernateRulesValidator(ValidatingFormModel, Class, Set<String>) - Constructor for class org.springframework.binding.validation.support.HibernateRulesValidator
Creates a new HibernateRulesValidator with additionally a set of properties that should not be validated.
HibernateValidatorDialogExceptionHandler - Class in org.springframework.richclient.exceptionhandling
Displays the validation errors to the user.
HibernateValidatorDialogExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.HibernateValidatorDialogExceptionHandler
 
hide() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Hide the dialog.
HIDE - Static variable in class org.springframework.richclient.dialog.CloseAction
Hide the dialog on close; leaving it in memory for assumed re-display at a later point.
hideProgress() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
HierarchicalFormModel - Interface in org.springframework.binding.form
Sub-interface implemented by form models that can be part of a form model hierarchy.
hints - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
htmlBlock(String) - Static method in class org.springframework.richclient.util.LabelUtils
 
HtmlFormBuilder - Class in org.springframework.richclient.form.builder
 
HtmlFormBuilder(BindingFactory, String) - Constructor for class org.springframework.richclient.form.builder.HtmlFormBuilder
 
HtmlPane - Class in org.springframework.richclient.text
An extension of JTextPane for displaying HTML with the system LaF.
HtmlPane() - Constructor for class org.springframework.richclient.text.HtmlPane
Creates a new HtmlPane.
HtmlPane(boolean) - Constructor for class org.springframework.richclient.text.HtmlPane
Creates a new HtmlPane.
hyperlinkUpdate(HyperlinkEvent) - Method in class org.springframework.richclient.application.support.AboutBox.HtmlScroller
 
hyperlinkUpdate(HyperlinkEvent) - Method in class org.springframework.richclient.text.DefaultHyperlinkActivationHandler
 

I

ICON_INFO_PROPERTY - Static variable in class org.springframework.richclient.command.config.CommandFaceDescriptor
The property name used when firing events for the iconInfo property.
ICON_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the icon for a given object.
ICON_PROPERTY - Static variable in class org.springframework.richclient.command.config.CommandFaceDescriptor
The property name used when firing events for the icon property.
ICON_PROPERTY - Static variable in class org.springframework.richclient.dialog.control.Tab
 
IconConfigurable - Interface in org.springframework.richclient.image.config
 
IconSize - Class in org.springframework.richclient.image
Enum for various supported icon sizes.
IconSource - Interface in org.springframework.richclient.image
A loader and cache for Swing ImageIcons.
iconSourceImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
ID - Static variable in class org.springframework.richclient.command.support.ExitCommand
The identifier of this command.
ID - Static variable in class org.springframework.richclient.command.support.ShowPageMenu
The identifier of this command.
ID - Static variable in class org.springframework.richclient.command.support.ShowViewMenu
The identifier of this command.
IfBlock - Class in org.springframework.core.closure.support
Only execute the specified closure if a provided constraint is also true.
IfBlock(Constraint, Closure) - Constructor for class org.springframework.core.closure.support.IfBlock
Constructor.
ifTrue(Constraint, Constraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
IfTrue - Class in org.springframework.rules.constraint
 
IfTrue(Constraint, Constraint) - Constructor for class org.springframework.rules.constraint.IfTrue
 
IfTrue(Constraint, Constraint, String) - Constructor for class org.springframework.rules.constraint.IfTrue
 
IfTrue(Constraint, Constraint, Constraint) - Constructor for class org.springframework.rules.constraint.IfTrue
 
IfTrue(Constraint, Constraint, Constraint, String) - Constructor for class org.springframework.rules.constraint.IfTrue
 
ifTrue(Constraint, Closure) - Method in class org.springframework.rules.factory.Closures
 
ifTrue(Constraint, Constraint) - Method in class org.springframework.rules.factory.Constraints
 
ifTrue(Constraint, Constraint, Constraint) - Method in class org.springframework.rules.factory.Constraints
 
ifTrue(Constraint, Constraint, String) - Method in class org.springframework.rules.factory.Constraints
 
ifTrue(Constraint, Constraint, Constraint, String) - Method in class org.springframework.rules.factory.Constraints
 
ifTrue(PropertyConstraint, PropertyConstraint) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrue(PropertyConstraint, PropertyConstraint, String) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrue(PropertyConstraint, PropertyConstraint, PropertyConstraint) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrue(PropertyConstraint, PropertyConstraint, PropertyConstraint, String) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrue(PropertyConstraint, PropertyConstraint[]) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrue(PropertyConstraint, PropertyConstraint[], String) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrue(PropertyConstraint, PropertyConstraint[], PropertyConstraint[]) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrue(PropertyConstraint, PropertyConstraint[], PropertyConstraint[], String) - Method in class org.springframework.rules.factory.Constraints
Returns a ConditionalPropertyConstraint: one property will trigger the validation of another.
ifTrueElse(Constraint, Constraint, Constraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
IMAGE_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the image for a given object.
ImageConfigurable - Interface in org.springframework.richclient.image.config
 
images() - Method in class org.springframework.richclient.image.DefaultIconSource.IconCache
 
ImageSource - Interface in org.springframework.richclient.image
A interface for retrieving images by key.
imageSourceImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
imageUpdate(Image, int, int, int, int, int) - Method in class org.springframework.richclient.image.AwtImageResource
 
importSettings(Settings, InputStream) - Method in class org.springframework.richclient.settings.SettingsManager
Import settings from an InputStream
includeThrowableClassList - Variable in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
 
IndexAdapter - Interface in org.springframework.binding.value
Adds an index aspect to the backing object mostly used by collection type backing objects.
indexOf(Object) - Method in class org.springframework.binding.value.support.ListListModel
 
indexOf(Object) - Method in class org.springframework.richclient.components.ShuttleList
Get the index of a given object in the underlying data model.
indexOf(Object) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
indexOf(Constraint) - Method in class org.springframework.rules.constraint.CompoundConstraint
 
indicesOf(Object) - Method in class org.springframework.richclient.components.ShuttleListBinding
Return an array of indices in the selectableItems for each element in the provided set.
InfiniteProgressPanel - Class in org.springframework.richclient.application.splash
Taken from a blog post by Romain Guy.
InfiniteProgressPanel() - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
InfiniteProgressPanel(String) - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
InfiniteProgressPanel(String, int) - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
InfiniteProgressPanel(String, int, float) - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
InfiniteProgressPanel(String, int, float, float) - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
InfiniteProgressPanel(String, int, float, float, int) - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
InfiniteProgressPanel.Animator - Class in org.springframework.richclient.application.splash
 
InfiniteProgressPanel.Animator(boolean) - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanel.Animator
 
InfiniteProgressPanelProgressMonitor - Class in org.springframework.richclient.application.splash
ProgressMonitor adapter implementation for the InfiniteProgressPanel.
InfiniteProgressPanelProgressMonitor(InfiniteProgressPanel) - Constructor for class org.springframework.richclient.application.splash.InfiniteProgressPanelProgressMonitor
 
INFO - Static variable in class org.springframework.richclient.core.Severity
Info-level severity.
INFO_LABEL - Static variable in class org.springframework.richclient.core.Severity
The label associated with the info level.
inGroup(Set) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
inGroup(Object[]) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
inGroup(String, Object[]) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
InGroup - Class in org.springframework.rules.constraint
A constraint that tests if an argument is one of a group.
InGroup(Set) - Constructor for class org.springframework.rules.constraint.InGroup
 
InGroup(Object[]) - Constructor for class org.springframework.rules.constraint.InGroup
 
inGroup(Set) - Method in class org.springframework.rules.factory.Constraints
Returns a 'in' group (or set) constraint.
inGroup(Object[]) - Method in class org.springframework.rules.factory.Constraints
Returns a 'in' group (or set) constraint.
inGroup(int[]) - Method in class org.springframework.rules.factory.Constraints
Returns a 'in' group (or set) constraint.
inGroup(String, Object[]) - Method in class org.springframework.rules.factory.Constraints
Returns a 'in' group (or set) constraint appled to the provided property.
init() - Method in class org.springframework.binding.form.support.DefaultFormModel
Initialization of DefaultFormModel.
init() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
init() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Hook called in constructor.
init() - Method in class org.springframework.richclient.form.AbstractForm
Hook called when constructing the Form.
init() - Method in class org.springframework.richclient.samples.petclinic.domain.InMemoryClinic
 
init() - Method in class org.springframework.richclient.samples.showcase.binding.ListSelectionBindingDialog
 
init() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Initialize our internal values.
init() - Static method in class org.springframework.richclient.util.FontSizeAdjuster
 
initalizeAdaptedValue() - Method in class org.springframework.binding.value.support.AbstractValueModelAdapter
Must be called to initialize the adapted value.
initCommandGroupMembers(CommandGroup) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Iterates over the collection of encoded members and adds them to the given command group.
initDefaultEditors() - Method in class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
Initialize the default property editors, covering primitive and other basic value types.
initializeClass(Class) - Static method in class org.springframework.richclient.util.ClassUtils
Intializes the specified class if not initialized already.
InitialView - Class in org.springframework.richclient.samples.showcase
This class defines the initial view to be presented in the archetypeapplication.
InitialView() - Constructor for class org.springframework.richclient.samples.showcase.InitialView
 
InitialView - Class in org.springframework.richclient.samples.simple.ui
This class defines the initial view to be presented in the sample application.
InitialView() - Constructor for class org.springframework.richclient.samples.simple.ui.InitialView
 
initLicenseTextPane() - Method in class org.springframework.richclient.application.setup.SetupLicenseWizardPage
Create the html pane and update its contents.
initNewWindowCommandBarFactory() - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
initPageValidationReporter() - Method in class org.springframework.richclient.dialog.FormBackedDialogPage
 
initPageValidationReporter() - Method in class org.springframework.richclient.preference.FormBackedPreferencePage
 
initPageValidationReporter() - Method in class org.springframework.richclient.wizard.FormBackedWizardPage
 
initRules() - Method in class org.springframework.richclient.security.LoginDetails
Initialize the field constraints for our properties.
initRules() - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
initRules() - Method in class org.springframework.rules.Rules
 
initViewDescriptor() - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
Subclasses may override this method to perform intialization after properties have been set.
initWindowConfigurer() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
initWindowControl(JFrame) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
inLink - Variable in class org.springframework.richclient.form.builder.HtmlFormBuilder
 
InMemoryClinic - Class in org.springframework.richclient.samples.petclinic.domain
Provides an in-memory PetClinic business object.
InMemoryClinic() - Constructor for class org.springframework.richclient.samples.petclinic.domain.InMemoryClinic
 
InputApplicationDialog - Class in org.springframework.richclient.dialog
Simple input application dialog consisting of a label and a text field for accepting input.
InputApplicationDialog(Object, String) - Constructor for class org.springframework.richclient.dialog.InputApplicationDialog
 
InputApplicationDialog(Object, String, boolean) - Constructor for class org.springframework.richclient.dialog.InputApplicationDialog
 
InputApplicationDialog(ValidatingFormModel, String) - Constructor for class org.springframework.richclient.dialog.InputApplicationDialog
 
InputApplicationDialog() - Constructor for class org.springframework.richclient.dialog.InputApplicationDialog
 
InputApplicationDialog(String, Window) - Constructor for class org.springframework.richclient.dialog.InputApplicationDialog
 
InputApplicationDialog(String, Window, CloseAction) - Constructor for class org.springframework.richclient.dialog.InputApplicationDialog
 
inRange(String, Comparable, Comparable, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
inRange(String, Comparable, Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
inRange(String, Object, Object, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a inclusive "range" constraint to a bean property.
inRange(String, Comparable, Comparable) - Method in class org.springframework.rules.factory.Constraints
Apply a inclusive "range" constraint to a bean property.
inRange(Comparable, Comparable) - Method in class org.springframework.rules.factory.PropertyConstraints
 
inRangeProperties(String, String, String, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
inRangeProperties(String, String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
inRangeProperties(String, String, String, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a inclusive "range" constraint between two other properties to a bean property.
inRangeProperties(String, String, String) - Method in class org.springframework.rules.factory.Constraints
Apply a inclusive "range" constraint between two other properties to a bean property.
inRangeProperties(String, String) - Method in class org.springframework.rules.factory.PropertyConstraints
 
insertElementAt(Object, int) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
insertString(int, String, AttributeSet) - Method in class org.springframework.richclient.list.ComboBoxAutoCompletion
 
insertUpdate(DocumentEvent) - Method in class org.springframework.binding.value.swing.AsYouTypeTextComponentAdapter
 
insertUpdate(DocumentEvent) - Method in class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
InsetsIcon - Class in org.springframework.richclient.image
Code taken from http://www.jroller.com/santhosh/entry/beautify_swing_applications_toolbar_with
InsetsIcon(Icon) - Constructor for class org.springframework.richclient.image.InsetsIcon
 
InsetsIcon(Icon, Insets) - Constructor for class org.springframework.richclient.image.InsetsIcon
 
install(JTable) - Static method in class org.springframework.richclient.table.support.ResizeTableColumnSupport
Installs resize support on the given table.
installCustomizableFocusTraversalPolicy() - Static method in class org.springframework.richclient.util.CustomizableFocusTraversalPolicy
Installs an instance of CustomizableFocusTraversalPolicy as the default focus traversal policy.
installDefaultRenderers(JTable) - Static method in class org.springframework.richclient.table.TableUtils
 
installEventList(EventList) - Method in class org.springframework.richclient.form.AbstractMasterForm
Install an EventList for use as our master list data.
installFocusOrder(List) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Install the specified focus order.
installImageUrlHandler(ImageSource) - Static method in class org.springframework.richclient.image.Handler
Installs this class as a handler for the "image:" protocol.
installLaFStyleSheet() - Method in class org.springframework.richclient.text.HtmlPane
Applies the current LaF font setting to the document.
installSelectionHandler() - Method in class org.springframework.richclient.form.AbstractMasterForm
Install our selection handler.
InstallWizard - Class in org.springframework.richclient.samples.showcase.wizard
 
InstallWizard() - Constructor for class org.springframework.richclient.samples.showcase.wizard.InstallWizard
 
INSTANCE - Static variable in class org.springframework.binding.validation.support.EmptyValidationResults
The singleton instance of this class.
INSTANCE - Static variable in class org.springframework.binding.validation.ValidationMessageComparator
A shared default instance of this comparator.
instance() - Static method in class org.springframework.core.closure.support.Algorithms
Singleton instance accessor
instance() - Static method in class org.springframework.richclient.application.Application
Return the single application instance.
instance() - Static method in class org.springframework.richclient.application.ApplicationServicesLocator
Return the single ApplicationServicesLocator instance.
INSTANCE - Static variable in class org.springframework.richclient.progress.BusyIndicator.BusyGlassPanel
 
instance() - Static method in class org.springframework.richclient.progress.BusyIndicator.BusyGlassPanel
 
INSTANCE - Static variable in class org.springframework.richclient.table.ToStringComparator
 
instance() - Static method in class org.springframework.rules.closure.Maximum
Returns the shared instance--this is possible as the default functor for this class is immutable and stateless.
instance() - Static method in class org.springframework.rules.closure.Minimum
Returns the shared instance--this is possible as the default functor for this class is immutable and stateless.
instance() - Static method in class org.springframework.rules.closure.StringLength
Returns the shared StringLength instance--this is possible as the default instance is immutable and stateless.
instance() - Static method in class org.springframework.rules.closure.StringTrimmer
Returns the shared StringTrimmer instance--this is possible as the default instance is immutable and stateless.
INSTANCE - Static variable in class org.springframework.rules.constraint.EqualTo
 
instance() - Static method in class org.springframework.rules.constraint.EqualTo
 
instance(Comparator) - Static method in class org.springframework.rules.constraint.EqualTo
 
INSTANCE - Static variable in class org.springframework.rules.constraint.GreaterThan
 
instance() - Static method in class org.springframework.rules.constraint.GreaterThan
 
instance(Comparator) - Static method in class org.springframework.rules.constraint.GreaterThan
 
INSTANCE - Static variable in class org.springframework.rules.constraint.GreaterThanEqualTo
 
instance() - Static method in class org.springframework.rules.constraint.GreaterThanEqualTo
 
instance(Comparator) - Static method in class org.springframework.rules.constraint.GreaterThanEqualTo
 
INSTANCE - Static variable in class org.springframework.rules.constraint.LessThan
 
instance() - Static method in class org.springframework.rules.constraint.LessThan
 
instance(Comparator) - Static method in class org.springframework.rules.constraint.LessThan
 
INSTANCE - Static variable in class org.springframework.rules.constraint.LessThanEqualTo
 
instance() - Static method in class org.springframework.rules.constraint.LessThanEqualTo
 
instance(Comparator) - Static method in class org.springframework.rules.constraint.LessThanEqualTo
 
instance() - Static method in class org.springframework.rules.constraint.Required
returns the required instance
instance() - Static method in class org.springframework.rules.factory.Closures
 
instance() - Static method in class org.springframework.rules.factory.Constraints
 
INSTANCE - Static variable in class org.springframework.rules.support.NumberComparator
 
interceptBinding(Binding) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
interceptorFactories - Variable in class org.springframework.richclient.form.builder.support.ChainedInterceptorFactory
 
InterceptorOverlayHelper - Class in org.springframework.richclient.form.builder.support
Helper class to attach overlay components to form components.
INTERNAL - Static variable in class org.springframework.richclient.settings.SettingsManager
 
internalContains(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
internalContains(String) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
internalContains(String) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
internalContains(String) - Method in class org.springframework.richclient.settings.TransientSettings
 
internalContains(String) - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
internalCreateChild(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
internalCreateChild(String) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
internalCreateChild(String) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
internalCreateChild(String) - Method in class org.springframework.richclient.settings.TransientSettings
 
internalCreateChild(String) - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
internalGet(String) - Method in class org.springframework.richclient.settings.AbstractSettings
Return null if no value found for key
internalGet(String) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
internalGet(String) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
internalGet(String) - Method in class org.springframework.richclient.settings.TransientSettings
 
internalGet(String) - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
internalGetChildSettings() - Method in class org.springframework.richclient.settings.AbstractSettings
Should return the names of the child settings initially in this settings instance, i.e.
internalGetChildSettings() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
internalGetChildSettings() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
internalGetChildSettings() - Method in class org.springframework.richclient.settings.TransientSettings
 
internalGetChildSettings() - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
internalRemove(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
internalRemove(String) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
internalRemove(String) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
internalRemove(String) - Method in class org.springframework.richclient.settings.TransientSettings
 
internalRemove(String) - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
internalRemoveSettings() - Method in class org.springframework.richclient.settings.AbstractSettings
 
internalRemoveSettings() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
internalRemoveSettings() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
internalRemoveSettings() - Method in class org.springframework.richclient.settings.TransientSettings
 
internalRemoveSettings() - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
internalSet(String, String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
internalSet(String, String) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
internalSet(String, String) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
internalSet(String, String) - Method in class org.springframework.richclient.settings.TransientSettings
 
internalSet(String, String) - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
internalSetEnabled(boolean) - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
Internal method to set the enabled state.
interpolate(String, Validator, MessageInterpolator) - Method in class org.springframework.binding.validation.support.HibernateRulesMessageInterpolator
Retrieve the message for the validator.
interrupt() - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
interrupt() - Method in class org.springframework.richclient.table.TableUpdater
 
interrupt() - Method in class org.springframework.richclient.util.SwingWorker
Stops the worker and sets the exception to InterruptedException.
intervalAdded(ListDataEvent) - Method in class org.springframework.richclient.list.AbstractFilteredListModel
 
intervalAdded(ListDataEvent) - Method in class org.springframework.richclient.list.FilteredListModel
 
intervalAdded(ListDataEvent) - Method in class org.springframework.richclient.list.SortedListModel
 
intervalRemoved(ListDataEvent) - Method in class org.springframework.richclient.list.AbstractFilteredListModel
 
intervalRemoved(ListDataEvent) - Method in class org.springframework.richclient.list.FilteredListModel
 
intervalRemoved(ListDataEvent) - Method in class org.springframework.richclient.list.SortedListModel
 
invalidate() - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
InvalidGroupMemberEncodingException - Exception in org.springframework.richclient.command
Indicates that an encoded string specifying a command group member type is not valid.
InvalidGroupMemberEncodingException(String, String) - Constructor for exception org.springframework.richclient.command.InvalidGroupMemberEncodingException
Creates a new InvalidGroupMemberEncodingException with the given detail message and encoded string.
InvalidGroupMemberException - Exception in org.springframework.richclient.command
Indicates that an object is not a valid member of a CommandGroup.
InvalidGroupMemberException(Class, Class) - Constructor for exception org.springframework.richclient.command.InvalidGroupMemberException
Creates a new InvalidGroupMemberException.
InvalidGroupMemberException(String, Class, Class) - Constructor for exception org.springframework.richclient.command.InvalidGroupMemberException
Creates a new InvalidGroupMemberException.
InvalidGroupMemberException(String, Class, Class, Throwable) - Constructor for exception org.springframework.richclient.command.InvalidGroupMemberException
Creates a new InvalidGroupMemberException.
IS_CREATING_PROPERTY - Static variable in class org.springframework.richclient.form.AbstractMasterForm
Property name for indicating changes in our "is creating new object" state.
isAllowedMember(AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroup
 
isAllowedMember(AbstractCommand) - Method in class org.springframework.richclient.command.ExclusiveCommandGroup
 
isAllowsEmptySelection() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
 
isAnonymous() - Method in class org.springframework.richclient.command.AbstractCommand
Returns true if this command doesn't have an Id.
isAProperty(Class, String) - Static method in class org.springframework.richclient.util.ClassUtils
Is the given name a property in the class? In other words, does it have a setter and/or a getter method?
isAttached(AbstractButton) - Method in class org.springframework.richclient.command.AbstractCommand
Returns true if the provided button is attached to the default CommandFaceButtonManager.
isAttachedTo(AbstractButton) - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
isAuthorized() - Method in class org.springframework.richclient.command.AbstractCommand
Returns true if the command is authorized.
isAuthorized() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Get the authorized state.
isAuthorized() - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
Get the authorized state.
isAuthorized() - Method in interface org.springframework.richclient.core.Authorizable
Get the authorized state.
isAutoGrow() - Method in class org.springframework.binding.value.support.GrowableIndexAdapter
 
isAutoHideEnabled() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
isAutoSortEnabled() - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
isBlank() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Returns true if no command label information is provided by this descriptor.
isBuffered() - Method in interface org.springframework.binding.form.FormModel
Does this form model buffer changes?
isBuffered() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
isBuffering() - Method in class org.springframework.binding.value.support.BufferedValueModel
Returns whether this model buffers a value or not, that is, whether a value has been assigned since the last commit or flush.
isCanceled() - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanelProgressMonitor
 
isCanceled() - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
isCanceled() - Method in class org.springframework.richclient.progress.NullProgressMonitor
 
isCanceled() - Method in class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
isCanceled() - Method in interface org.springframework.richclient.progress.ProgressMonitor
Returns true if the user does some UI action to cancel this operation.
isCellEditable(int, int) - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
isCellEditable(int, int) - Method in class org.springframework.richclient.table.BaseTableModel
isCellEditable(int, int) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
isCellEditableInternal(Object, int) - Method in class org.springframework.richclient.table.BaseTableModel
Subclasses may override this method to determine if the cell at the specified row and column position can be edited.
isCellEditableInternal(Object, int) - Method in class org.springframework.richclient.table.BeanTableModel
 
isCheckBoxProperty(String) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptor
 
isClearPasswordOnFailure() - Method in class org.springframework.richclient.security.LoginCommand
Get the "clear password on failure" setting.
isClosable() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
 
isClosable() - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
isCloseEnabled() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
isCloseOnCancel() - Method in class org.springframework.richclient.security.LoginCommand
Get the "close on cancel" setting.
isCommittable() - Method in interface org.springframework.binding.form.FormModel
Returns true if the changes held by this form are able to be committed.
isCommittable() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
isCommittable() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
isCompoundRule() - Method in class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
isCompoundRule() - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
 
isCompoundRule() - Method in class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
 
isCompoundRule() - Method in class org.springframework.rules.constraint.property.NegatedPropertyConstraint
 
isCompoundRule() - Method in class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
 
isCompoundRule() - Method in class org.springframework.rules.constraint.property.PropertiesConstraint
 
isCompoundRule() - Method in interface org.springframework.rules.constraint.property.PropertyConstraint
Does this property constraint effect more than one property?
isCompoundRule() - Method in class org.springframework.rules.constraint.property.RequiredIfOthersPresent
 
isCompoundRule() - Method in class org.springframework.rules.constraint.property.UniquePropertyValueConstraint
 
isConfirmDelete() - Method in class org.springframework.richclient.form.AbstractMasterForm
Return confirm delete setting.
isControlCreated() - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
isControlCreated() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
isControlCreated() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns true if the JDialog is constructed.
isControlCreated() - Method in class org.springframework.richclient.factory.AbstractControlFactory
Returns true if the control for this factory has been created.
isCurrentPage() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
isDefault(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
isDefault(String) - Method in interface org.springframework.richclient.settings.Settings
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.NegatedPropertyConstraint
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.PropertiesConstraint
 
isDependentOn(String) - Method in interface org.springframework.rules.constraint.property.PropertyConstraint
Returns true if this property constraint is dependent on the provided propertyName for test evaluation; that is, it should be retested when propertyName changes.
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.PropertyInGroupConstraint
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.RequiredIfOthersPresent
 
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.RequiredIfTrue
Determine if this rule is dependent on the given property name.
isDependentOn(String) - Method in class org.springframework.rules.constraint.property.UniquePropertyValueConstraint
 
isDirty() - Method in interface org.springframework.binding.form.FieldMetadata
Returns whether or not the property is dirty.
isDirty() - Method in interface org.springframework.binding.form.FormModel
Returns true if any of the value models holding properties of this form have been modified since the last call to either commit or revert or since the last change of the form backing object.
isDirty() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
isDirty() - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
isDirty() - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
isDirty() - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
isDirty() - Method in interface org.springframework.binding.value.support.DirtyTrackingValueModel
Returns true if value held by this model has changed since the last call to reset or the last time a value came up from the inner model.
isDirty() - Method in interface org.springframework.richclient.core.Dirtyable
 
isDirty() - Method in class org.springframework.richclient.form.AbstractForm
 
isDisplaysInputDialog() - Method in class org.springframework.richclient.command.ActionCommand
 
isDockable() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
 
isEditable() - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
isEditable(Object, int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultTableFormat
 
isEditable(Object, int) - Method in class org.springframework.richclient.table.support.GlazedTableModel
May be overridden to achieve control over editable columns.
isEditingNewFormObject() - Method in class org.springframework.richclient.form.AbstractForm
 
isEmpty() - Method in class org.springframework.binding.value.support.ListListModel
 
isEmpty() - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Returns true if this expansion point has no members.
isEmpty() - Method in class org.springframework.richclient.util.EventListenerListHelper
Returns true if there are no listeners registered with this list.
isEnabled() - Method in interface org.springframework.binding.form.FieldMetadata
Returns whether or not the property is enabled.
isEnabled() - Method in interface org.springframework.binding.form.FormModel
A form can be enabled/disabled which reflects a global state on the associated valueModels and their metaData.
isEnabled() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
isEnabled() - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
isEnabled() - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
isEnabled() - Method in class org.springframework.richclient.command.AbstractCommand
Returns true if the command is enabled and AbstractCommand.isAuthorized().
isEnabled() - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
 
isEnabled() - Method in class org.springframework.richclient.control.MessageReportingOverlay
Returns whether this overlay is enabled (=visible) or not
isEnabled() - Method in interface org.springframework.richclient.core.Guarded
Indicates if the object is in an enabled state.
isEnabled() - Method in class org.springframework.richclient.core.GuardedGroup
 
isEnabled() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
isEnabled() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns whether this Dialog is enabled.
isEnabled() - Method in class org.springframework.richclient.dialog.control.Tab
 
isEnabled() - Method in class org.springframework.richclient.form.AbstractForm
 
isEnabled() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
Is the bound property in the enabled state.
isEnableShadow() - Method in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
isEndingSeparator() - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Returns true if the visual representation of this expansion point will include a trailing separator.
isEnumeration(FormModel, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
isExclusive() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Returns the value of the flag that indicates whether or not this factory produces an exclusive command group.
isExclusiveGroupMember() - Method in class org.springframework.richclient.command.ToggleCommand
 
isExtensionListInDescription() - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Returns whether the extension list (*.jpg, *.gif, ...) should show up in the human readable description.
isFaceConfigured() - Method in class org.springframework.richclient.command.AbstractCommand
Returns true if this command has a default faceDescriptor.
isFaceConfigured() - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
isFieldAccessEnabled() - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Returns whether this PropertyAccessor should inspect fields.
isFieldProtected(FormModel, String) - Static method in class org.springframework.binding.form.support.UserMetadata
tests if the usermetadata of the field has a boolean value true for the key "org.springframework.binding.support.ProtectedField"
isFinished() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
 
isFloatEnabled() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
isFloatingEnabled() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
isGroupingUsed() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
isIconifiable() - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
isInclusive() - Method in class org.springframework.rules.constraint.Range
 
isIndeterminate() - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
 
isIndexedProperty(String) - Static method in class org.springframework.richclient.beans.PropertyAccessorUtils
Tests whether the specified property path denotes an indexed property.
isLeadingSeparator() - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Returns true if the visual representation of this expansion point will include a leading separator.
isLoaded() - Static method in class org.springframework.richclient.application.Application
 
isLoaded() - Static method in class org.springframework.richclient.application.ApplicationServicesLocator
Check if an instance is available.
isLocallyDefined(KeyStroke) - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
isMaximizable() - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
isMaximizeEnabled() - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
isMessageShowing() - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
isMessageShowing() - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
isMessageShowing() - Method in interface org.springframework.richclient.dialog.MessagePane
Is this pane currently showing a message?
isMessageShowing() - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
isMessageShowing() - Method in class org.springframework.richclient.dialog.TitlePane
 
isMultipleColumnSort() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
 
isNestedProperty(String) - Static method in class org.springframework.richclient.beans.PropertyAccessorUtils
 
isOpaque() - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
isOpen() - Method in class org.springframework.richclient.image.AwtImageResource
 
isPageComplete() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
isPageComplete() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns whether this page is complete or not.
isParseIntegerOnly() - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
isPinnable() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
 
isPrimitiveArray(Class) - Static method in class org.springframework.richclient.util.ClassUtils
Check if the given class represents a primitive array.
isPropertyConversionExecutorAvailable() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
isRangeConstraint() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
isReadable(String) - Method in interface org.springframework.binding.PropertyMetadataAccessStrategy
Determine if the given property is readable.
isReadableProperty(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
isReadableProperty(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
isReadOnly() - Method in interface org.springframework.binding.form.FieldMetadata
Returns whether or not the property is read only.
isReadOnly() - Method in interface org.springframework.binding.form.FormModel
A form can be set as readOnly which reflects a global state on the valueModels and their metaData.
isReadOnly() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
isReadOnly() - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
isReadOnly() - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
isReadOnly() - Method in interface org.springframework.binding.value.DerivedValueModel
Returns true if the implementation does not support calls setValue.
isReadOnly() - Method in class org.springframework.binding.value.support.AbstractDerivedValueModel
A derived valueModel is always readOnly.
isReadOnly() - Method in class org.springframework.binding.value.support.TypeConverter
 
isReadOnly() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
Is the bound property in the read only state.
isResizable() - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
isRoot() - Method in class org.springframework.richclient.settings.AbstractSettings
 
isRoot() - Method in interface org.springframework.richclient.settings.Settings
 
isRootFrame() - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
 
isRunning() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
 
isSaveAsSupported() - Method in interface org.springframework.richclient.core.Saveable
 
isSaveOnCloseRecommended() - Method in interface org.springframework.richclient.core.Saveable
 
isSelected() - Method in class org.springframework.richclient.command.ToggleCommand
Returns true if the command is selected.
isSelected() - Method in class org.springframework.richclient.control.SimpleInternalFrame
Answers if the panel is currently selected (or in other words active) or not.
isSelectedItemACollection() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
isSelectedItemAnArray() - Method in class org.springframework.richclient.components.ShuttleListBinding
Determine if the selected item type can be multi-valued (is a collection or an array.
isShadowBorder() - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Returns whether the splash screen will be rendered with a shadow border.
isShowing() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Returns true if the JDialog is showing.
isShowLabel() - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
isShowProgressLabel() - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
Returns the flag that determines whether or not the progress bar will display updated textual info as it is provided by the progress monitor.
isShowText() - Method in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
isShowText() - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
isSimpleScalar(Class) - Static method in class org.springframework.richclient.util.ClassUtils
Does the provided bean class represent a simple scalar property? A simple scalar property is considered a value property; that is, it is not another bean.
isSingleton() - Method in class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Always returns true.
isSingleton() - Method in class org.springframework.richclient.factory.AbstractControlFactory
Returns true (the default) if this factory is to create a single instance of its control.
isSorted(int) - Method in class org.springframework.richclient.table.ColumnSortList
 
isStopped() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
 
isStrictNullHandlingEnabled() - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
isTextBelowIcon() - Method in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
isTypeMatch(String, Class) - Method in interface org.springframework.richclient.command.CommandRegistry
Returns true if the command with the given identifier is assignable to the given type.
isTypeMatch(String, Class) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
Returns true if the command with the given identifier is assignable to the given type.
isTypeMatch(String, Class) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Returns true if the command with the given identifier is assignable to the given type.
isUserInRole(String) - Method in interface org.springframework.richclient.security.ApplicationSecurityManager
Determine if the currently authenticated user has the role provided.
isUserInRole(String) - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Determine if the currently authenticated user has the role provided.
isUserLoggedIn() - Method in interface org.springframework.richclient.security.ApplicationSecurityManager
Return if a user is currently logged in, meaning that a previous call to doLogin resulted in a valid authentication request.
isUserLoggedIn() - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Return if a user is currently logged in, meaning that a previous call to doLogin resulted in a valid authentication request.
isValidating() - Method in class org.springframework.binding.form.support.DefaultFormModel
Is this form model currently validating?
isValidating() - Method in interface org.springframework.binding.form.ValidatingFormModel
Is this form model currently validating?
isVisible() - Method in class org.springframework.richclient.command.AbstractCommand
Returns true if the command is visible.
isVisible() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
isVisible() - Method in class org.springframework.richclient.dialog.control.Tab
 
isVisible() - Method in interface org.springframework.richclient.dialog.DialogPage
Returns the visibility of this dialog page.
isVisible(JTable) - Method in class org.springframework.richclient.table.VisibleTableModelEvent
 
isWritable() - Method in class org.springframework.binding.value.support.ObservableEventList
Gets whether the source EventList is writable via this API.
isWritableProperty(String) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
isWritableProperty(String) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
isWriteable(String) - Method in interface org.springframework.binding.PropertyMetadataAccessStrategy
Determine if the given property is writeable.
itemStateChanged(ItemEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
itemStateChanged(ItemEvent) - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinding.SelectionListener
 
iterator() - Method in class org.springframework.binding.value.support.ListListModel
 
iterator() - Method in class org.springframework.core.closure.support.ClosureChain
Return an iterator over the aggregated predicates.
iterator() - Method in class org.springframework.richclient.command.GroupMemberList
 
iterator() - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
iterator() - Method in class org.springframework.richclient.util.EventListenerListHelper
Returns an iterator over the list of listeners registered with this list.
iterator() - Method in class org.springframework.rules.constraint.CompoundConstraint
Return an iterator over the aggregated constraints.
iterator() - Method in class org.springframework.rules.constraint.InGroup
returns an iterator of the group elements
iterator() - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
Return an iterator over the aggregated predicates.
iterator() - Method in class org.springframework.rules.Rules
 
IteratorTemplate - Class in org.springframework.core.closure.support
Simple process template that iterates over elements.
IteratorTemplate(Collection) - Constructor for class org.springframework.core.closure.support.IteratorTemplate
Constructor.
IteratorTemplate(Iterator) - Constructor for class org.springframework.core.closure.support.IteratorTemplate
Constructor.

J

JCalendarDateFieldBinder - Class in org.springframework.richclient.form.binding.swing.date
 
JCalendarDateFieldBinder() - Constructor for class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinder
 
JCalendarDateFieldBinding - Class in org.springframework.richclient.form.binding.swing.date
Binds a Date to a JCalendar JDateChooser
JCalendarDateFieldBinding(JDateChooser, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinding
 
JdbcSettings - Class in org.springframework.richclient.settings.jdbc
 
JdbcSettings(DataSource, String, Integer, String) - Constructor for class org.springframework.richclient.settings.jdbc.JdbcSettings
 
JdbcSettings(JdbcSettings, DataSource, String, Integer, String) - Constructor for class org.springframework.richclient.settings.jdbc.JdbcSettings
 
JdbcSettingsFactory - Class in org.springframework.richclient.settings.jdbc
 
JdbcSettingsFactory() - Constructor for class org.springframework.richclient.settings.jdbc.JdbcSettingsFactory
 
JGoodiesLooksConfigurer - Class in org.springframework.richclient.application.config
 
JGoodiesLooksConfigurer() - Constructor for class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
JGoodiesLooksConfigurer(UIManagerConfigurer) - Constructor for class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
JnlpPropertyPlaceholderConfigurer - Class in org.springframework.richclient.jnlp
Subclass of PropertyPlaceholderConfigurer that resolves the following properties as placeholders: jnlp.webAppContextUrl the webAppContextUrl, for example http://domain.com/petclinic/

JnlpPropertyPlaceholderConfigurer() - Constructor for class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
 
JXDatePickerDateFieldBinder - Class in org.springframework.richclient.form.binding.swing.date
 
JXDatePickerDateFieldBinder() - Constructor for class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinder
 
JXDatePickerDateFieldBinding - Class in org.springframework.richclient.form.binding.swing.date
Binds a Date to a JXDatePicker
JXDatePickerDateFieldBinding(JXDatePicker, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinding
 
JXErrorDialogException - Exception in org.springframework.richclient.samples.showcase.exceptionhandling
Simple exception to use with the JXErrorDialogExceptionHandler.
JXErrorDialogException() - Constructor for exception org.springframework.richclient.samples.showcase.exceptionhandling.JXErrorDialogException
 
JXErrorDialogException(String) - Constructor for exception org.springframework.richclient.samples.showcase.exceptionhandling.JXErrorDialogException
 
JXErrorDialogException(String, Throwable) - Constructor for exception org.springframework.richclient.samples.showcase.exceptionhandling.JXErrorDialogException
 
JXErrorDialogExceptionHandler - Class in org.springframework.richclient.exceptionhandling
Error handler based on the JXErrorPane found in the swingx project.
JXErrorDialogExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.JXErrorDialogExceptionHandler
 
JXErrorDialogExceptionHandlerCommand - Class in org.springframework.richclient.samples.showcase.exceptionhandling
Command throwing the specific JXErrorDialogException that should be caught by the JXErrorDialogExceptionHandler.
JXErrorDialogExceptionHandlerCommand() - Constructor for class org.springframework.richclient.samples.showcase.exceptionhandling.JXErrorDialogExceptionHandlerCommand
 

K

keyReleased(KeyEvent) - Method in class org.springframework.richclient.list.EditableComboBoxAutoCompletion
Handle a key release event.
keysSpi() - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 

L

label(int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
label(int, int, Insets) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
LABEL_INDEX - Static variable in interface org.springframework.richclient.form.FormBuilder
 
LABEL_INFO_PROPERTY - Static variable in class org.springframework.richclient.command.config.CommandFaceDescriptor
The property name used when firing events for the labelInfo property.
LABEL_KEY - Static variable in class org.springframework.richclient.context.support.LabelConfigurableBeanPostProcessor
The key fragment used to retrieve the label for a given object.
LABEL_PROVIDER_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
LabelBinder - Class in org.springframework.richclient.form.binding.swing
 
LabelBinder() - Constructor for class org.springframework.richclient.form.binding.swing.LabelBinder
 
LabelBinding - Class in org.springframework.richclient.form.binding.swing
 
LabelBinding(JLabel, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.LabelBinding
 
LabelConfigurable - Interface in org.springframework.richclient.core
An object that can be labeled; where a label consists of text and mnemonic.
LabelConfigurableBeanPostProcessor - Class in org.springframework.richclient.context.support
 
LabelConfigurableBeanPostProcessor(MessageSource) - Constructor for class org.springframework.richclient.context.support.LabelConfigurableBeanPostProcessor
 
LABELED_INDEX - Static variable in interface org.springframework.richclient.form.FormBuilder
 
LabeledEnumComboBoxEditor - Class in org.springframework.richclient.list
ComboBoxEditor that wraps another editor, but performs conversion between CodedEnum s and Strings.
LabeledEnumComboBoxEditor(MessageSource, ComboBoxEditor) - Constructor for class org.springframework.richclient.list.LabeledEnumComboBoxEditor
Constructs a new CodedEnumComboBoxEditor instance.
LabeledEnumListRenderer - Class in org.springframework.richclient.list
Renders a enumeration in a list.
LabeledEnumListRenderer() - Constructor for class org.springframework.richclient.list.LabeledEnumListRenderer
 
LabeledEnumListRenderer(MessageSource) - Constructor for class org.springframework.richclient.list.LabeledEnumListRenderer
 
labeledEnumResolverImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
LabeledEnumTableCellRenderer - Class in org.springframework.richclient.table.renderer
 
LabeledEnumTableCellRenderer() - Constructor for class org.springframework.richclient.table.renderer.LabeledEnumTableCellRenderer
 
LabeledObjectSupport - Class in org.springframework.richclient.core
A convenient super class for objects that can be labeled for display in a GUI.
LabeledObjectSupport() - Constructor for class org.springframework.richclient.core.LabeledObjectSupport
 
labelGapCol() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a label component gap column.
LabelInfo - Class in org.springframework.richclient.core
An immutable parameter object consisting of the text, mnemonic character and mnemonic character index that may be associated with a labeled component.
LabelInfo(String) - Constructor for class org.springframework.richclient.core.LabelInfo
Creates a new LabelInfo with the given text and no specified mnemonic.
LabelInfo(String, int) - Constructor for class org.springframework.richclient.core.LabelInfo
Creates a new LabelInfo with the given text and mnemonic character.
LabelInfo(String, int, int) - Constructor for class org.springframework.richclient.core.LabelInfo
Creates a new LabelInfo with the given text, mnemonic character and mnemonic index.
LabelOrientation - Class in org.springframework.richclient.layout
 
LabelProvider - Interface in org.springframework.richclient.selection.binding.support
Strategy interface to determine the text for a given item.
LabelProviderListCellRenderer - Class in org.springframework.richclient.selection.binding.support
ListCellRenderer implementation that uses a LabelProvider to render the text.
LabelProviderListCellRenderer(LabelProvider) - Constructor for class org.springframework.richclient.selection.binding.support.LabelProviderListCellRenderer
 
LabelUtils - Class in org.springframework.richclient.util
Static utility class for parsing label information from a string.
LabelUtils() - Constructor for class org.springframework.richclient.util.LabelUtils
 
LARGE - Static variable in class org.springframework.richclient.image.EmptyIcon
Convenience object for large icons, whose size matches the size of large icons in Sun's graphics repository.
LARGE - Static variable in class org.springframework.richclient.image.IconSize
The standard 24 pixel "large" icon.
LARGE_ICON_INFO_PROPERTY - Static variable in class org.springframework.richclient.command.config.CommandFaceDescriptor
The property name used when firing events for the largeIconInfo property.
LARGE_ICON_PROPERTY - Static variable in class org.springframework.richclient.command.config.CommandFaceDescriptor
The property name used when firing events for the largeIcon property.
lastIndexOf(Object) - Method in class org.springframework.binding.value.support.ListListModel
 
LayoutBuilder - Interface in org.springframework.richclient.layout
LayoutBuilders exist to make it easier to do component layouts.
layoutContainer(Container) - Method in class org.springframework.richclient.util.OverlayHelper.SingleComponentLayoutManager
 
layoutDockables(DockingDesktop) - Method in interface org.springframework.richclient.application.docking.vldocking.VLDockingLayoutBuilder
 
LazyGroupMember - Class in org.springframework.richclient.command
A GroupMember implementation that can be used as a placeholder for lazily initialized commands.
LazyGroupMember(CommandGroup, String) - Constructor for class org.springframework.richclient.command.LazyGroupMember
Creates a new LazyGroupMember belonging to the given command group and managing a lazily initialized command with the given id.
LEFT - Static variable in class org.springframework.richclient.layout.LabelOrientation
 
LEFT - Static variable in class org.springframework.richclient.util.Alignment
 
LEFT_INSETS - Static variable in class org.springframework.richclient.util.GridBagCellConstraints
 
leftDecoration - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
LESS_THAN - Static variable in class org.springframework.rules.constraint.RelationalOperator
The LESS_THAN (<) operator
LESS_THAN_EQUAL_TO - Static variable in class org.springframework.rules.constraint.RelationalOperator
The LESS_THAN_EQUAL_TO (<=) operator
LessThan - Class in org.springframework.rules.constraint
Predicate that tests if one comparable object is less than another.
LessThan() - Constructor for class org.springframework.rules.constraint.LessThan
 
LessThan(Comparator) - Constructor for class org.springframework.rules.constraint.LessThan
 
LessThanEqualTo - Class in org.springframework.rules.constraint
Predicate that tests if one comparable object is less than or equal to another.
LessThanEqualTo() - Constructor for class org.springframework.rules.constraint.LessThanEqualTo
 
LessThanEqualTo(Comparator) - Constructor for class org.springframework.rules.constraint.LessThanEqualTo
 
LifecycleApplicationEvent - Class in org.springframework.richclient.application.event
Application event that communicates lifecycle changes in application objects.
LifecycleApplicationEvent(String, Object) - Constructor for class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
like(String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
like(String, Like.LikeType, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
Like - Class in org.springframework.rules.constraint
A like constraint, supporting "starts with%", "%ends with", and "%contains%".
Like(Like.LikeType, String) - Constructor for class org.springframework.rules.constraint.Like
 
Like(String) - Constructor for class org.springframework.rules.constraint.Like
 
like(String) - Method in class org.springframework.rules.factory.Constraints
Returns a 'like' constraint.
like(String, Like.LikeType, String) - Method in class org.springframework.rules.factory.Constraints
Return a 'like' constraint applied as a value constraint to the provided property.
Like.LikeType - Class in org.springframework.rules.constraint
 
LIKE_COMMITCOMMAND - Static variable in class org.springframework.richclient.form.FormGuard
Guard-registration mask-pattern indicating enabled() will be set just like is the case for the commit command.
LIKE_NEWFORMOBJCOMMAND - Static variable in class org.springframework.richclient.form.FormGuard
Guard-registration mask-pattern indicating enabled() will be set just like is the case for the new-form command.
LIKE_REVERTCOMMAND - Static variable in class org.springframework.richclient.form.FormGuard
Guard-registration mask-pattern indicating enabled() will be set just like is the case for the revert command.
ListBinder - Class in org.springframework.richclient.form.binding.swing
 
ListBinder() - Constructor for class org.springframework.richclient.form.binding.swing.ListBinder
 
ListBinder(String[]) - Constructor for class org.springframework.richclient.form.binding.swing.ListBinder
 
ListBinder(Class, String[]) - Constructor for class org.springframework.richclient.form.binding.swing.ListBinder
 
ListBinding - Class in org.springframework.richclient.form.binding.swing
 
ListBinding(JList, FormModel, String, Class) - Constructor for class org.springframework.richclient.form.binding.swing.ListBinding
 
ListBinding.SelectionListener - Class in org.springframework.richclient.form.binding.swing
 
ListBinding.SelectionListener() - Constructor for class org.springframework.richclient.form.binding.swing.ListBinding.SelectionListener
 
ListBinding.ValueModelListener - Class in org.springframework.richclient.form.binding.swing
 
ListBinding.ValueModelListener() - Constructor for class org.springframework.richclient.form.binding.swing.ListBinding.ValueModelListener
 
listChanged(ListEvent) - Method in class org.springframework.binding.value.support.ObservableEventList
 
listenerList - Variable in class org.springframework.binding.value.support.ObservableEventList
 
ListItemUpDownButtonPanel - Class in org.springframework.richclient.control
 
ListItemUpDownButtonPanel(JList) - Constructor for class org.springframework.richclient.control.ListItemUpDownButtonPanel
 
listIterator() - Method in class org.springframework.binding.value.support.ListListModel
 
listIterator(int) - Method in class org.springframework.binding.value.support.ListListModel
 
ListListModel - Class in org.springframework.binding.value.support
 
ListListModel() - Constructor for class org.springframework.binding.value.support.ListListModel
 
ListListModel(List) - Constructor for class org.springframework.binding.value.support.ListListModel
 
ListListModel(List, Comparator) - Constructor for class org.springframework.binding.value.support.ListListModel
 
ListModelConverter - Class in org.springframework.richclient.convert.support
 
ListModelConverter() - Constructor for class org.springframework.richclient.convert.support.ListModelConverter
 
ListMultipleSelectionGuard - Class in org.springframework.richclient.list
This class applies a guard to a Guarded object that only enables the guarded object if the provided list selection model value holder has one or more item selected.
ListMultipleSelectionGuard(ValueModel, Guarded) - Constructor for class org.springframework.richclient.list.ListMultipleSelectionGuard
Constructor.
ListMultipleSelectionGuard(ValueModel, Guarded, int) - Constructor for class org.springframework.richclient.list.ListMultipleSelectionGuard
Constructor.
ListSelectionBindingDialog - Class in org.springframework.richclient.samples.showcase.binding
 
ListSelectionBindingDialog() - Constructor for class org.springframework.richclient.samples.showcase.binding.ListSelectionBindingDialog
 
ListSelectionDialog - Class in org.springframework.richclient.selection.dialog
A ListSelectionDialog can be used to select an item from a list.
ListSelectionDialog(String, List) - Constructor for class org.springframework.richclient.selection.dialog.ListSelectionDialog
 
ListSelectionDialog(String, Window, List) - Constructor for class org.springframework.richclient.selection.dialog.ListSelectionDialog
 
ListSelectionDialog(String, Window, EventList) - Constructor for class org.springframework.richclient.selection.dialog.ListSelectionDialog
 
ListSelectionDialogBinder - Class in org.springframework.richclient.selection.binding
Binder for SelectField.
ListSelectionDialogBinder() - Constructor for class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
ListSelectionDialogBinding - Class in org.springframework.richclient.selection.binding
Binding for selection objects in a form.
ListSelectionDialogBinding(SelectField, FormModel, String) - Constructor for class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
ListSelectionListenerSupport - Class in org.springframework.richclient.table
Helper class used when listening to selection events on a JTable or a JList.
ListSelectionListenerSupport() - Constructor for class org.springframework.richclient.table.ListSelectionListenerSupport
 
ListSelectionValueModelAdapter - Class in org.springframework.richclient.list
Class to adapt the selection model of a list into a value model.
ListSelectionValueModelAdapter(ListSelectionModel) - Constructor for class org.springframework.richclient.list.ListSelectionValueModelAdapter
Constructor.
ListSingleSelectionGuard - Class in org.springframework.richclient.list
This class applies a guard to a Guarded object that only enables the guarded object if the provided list selection model value holder has exactly one item selected.
ListSingleSelectionGuard(ValueModel, Guarded) - Constructor for class org.springframework.richclient.list.ListSingleSelectionGuard
Constructor.
ListStatusBarUpdater - Class in org.springframework.richclient.progress
ListSelectionListenerSupport implementation that updates the statusbar of the application.
ListStatusBarUpdater(StatusBar) - Constructor for class org.springframework.richclient.progress.ListStatusBarUpdater
Constructs a new TableStatusBarUpdater instance.
ListTableModel - Class in org.springframework.richclient.table
Designed to display object arrays / lists in a list for multi-column tables, or just plain objects for single column table.
ListTableModel() - Constructor for class org.springframework.richclient.table.ListTableModel
 
ListTableModel(List) - Constructor for class org.springframework.richclient.table.ListTableModel
 
ListUtils - Class in org.springframework.richclient.list
 
load(Algorithms) - Static method in class org.springframework.core.closure.support.Algorithms
Load the shared instance
load(Application) - Static method in class org.springframework.richclient.application.Application
Load the single application instance.
load(ApplicationServicesLocator) - Static method in class org.springframework.richclient.application.ApplicationServicesLocator
Load the single ApplicationServicesLocator instance.
load() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
load() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
load() - Method in interface org.springframework.richclient.settings.Settings
 
load() - Method in class org.springframework.richclient.settings.TransientSettings
 
load() - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
load(EqualTo) - Static method in class org.springframework.rules.constraint.EqualTo
 
load(GreaterThan) - Static method in class org.springframework.rules.constraint.GreaterThan
 
load(GreaterThanEqualTo) - Static method in class org.springframework.rules.constraint.GreaterThanEqualTo
 
load(LessThan) - Static method in class org.springframework.rules.constraint.LessThan
 
load(LessThanEqualTo) - Static method in class org.springframework.rules.constraint.LessThanEqualTo
 
load(Closures) - Static method in class org.springframework.rules.factory.Closures
 
load(Constraints) - Static method in class org.springframework.rules.factory.Constraints
 
loadFieldFace(String, Object) - Method in class org.springframework.binding.form.support.CachingFieldFaceSource
Loads the FieldFace for the given field path and context id.
loadFieldFace(String, String) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
 
loadFieldFace(String, Object) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
 
LOADING_APP_CONTEXT_KEY - Static variable in class org.springframework.richclient.application.ProgressMonitoringBeanFactoryPostProcessor
The message key used to retrieve the message to be sent to the progress monitor when the application context begins loading.
LOADING_BEAN_KEY - Static variable in class org.springframework.richclient.application.ProgressMonitoringBeanFactoryPostProcessor
The message key used to retrieve the message to be sent to the progress monitor for each bean that is loaded.
loadLayout() - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage
 
loadMessage(String) - Method in class org.springframework.richclient.context.support.AbstractConfigurableBeanPostProcessor
Attempts to load the message corresponding to the given message code using this instance's MessageSource and locale.
LOCAL_DATE - Static variable in class org.springframework.richclient.table.renderer.TableRenderers
 
log - Variable in class org.springframework.richclient.form.binding.support.AbstractBinder
 
LOG_MESSAGE - Static variable in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
 
logException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
Log an exception
logger - Variable in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
logger - Variable in class org.springframework.binding.value.support.AbstractValueModel
 
logger - Static variable in class org.springframework.binding.value.support.AbstractValueModelAdapter
 
logger - Variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Class logger, available to subclasses.
logger - Variable in class org.springframework.richclient.application.splash.AbstractSplashScreen
 
logger - Variable in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
logger - Variable in class org.springframework.richclient.application.support.ApplicationServicesAccessor
 
logger - Variable in class org.springframework.richclient.command.CommandGroupFactoryBean
Class logger, available to subclasses.
logger - Variable in class org.springframework.richclient.command.GroupMember
Class logger, available to subclasses.
logger - Variable in class org.springframework.richclient.command.support.DefaultCommandRegistry
Class logger, available to subclasses.
logger - Static variable in class org.springframework.richclient.command.support.MethodInvokingActionCommandExecutor
 
logger - Variable in class org.springframework.richclient.core.LabeledObjectSupport
 
logger - Variable in class org.springframework.richclient.dialog.ApplicationDialog
 
logger - Variable in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
 
logger - Variable in class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
 
logger - Static variable in class org.springframework.richclient.image.DefaultIconSource
 
logger - Static variable in class org.springframework.richclient.image.DefaultImageSource
 
logger - Variable in class org.springframework.richclient.list.AbstractFilteredListModel
 
logger - Static variable in class org.springframework.richclient.security.RemotingSecurityConfigurer
 
logger - Variable in class org.springframework.richclient.table.AbstractTableModelFilter
 
logger - Static variable in class org.springframework.rules.reporting.DefaultMessageTranslator
 
logger - Static variable in class org.springframework.rules.reporting.ValidationResultsBuilder
 
logger - Static variable in class org.springframework.rules.reporting.ValidationResultsCollector
 
logger - Variable in class org.springframework.rules.support.DefaultRulesSource
 
LogicalOperator - Class in org.springframework.rules.constraint
Type-safe enums for various conditional or logical operators.
login() - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
LoginAware - Interface in org.springframework.richclient.security
A Spring managed bean implementing this interface will be automatically notified of any user login or logout activities.
LoginCommand - Class in org.springframework.richclient.security
Provides a login interface to the user.
LoginCommand() - Constructor for class org.springframework.richclient.security.LoginCommand
Constructor.
LoginDetails - Class in org.springframework.richclient.security
This class provides a bean suitable for use in a login form, providing properties for storing the user name and password.
LoginDetails() - Constructor for class org.springframework.richclient.security.LoginDetails
Constructor.
LoginEvent - Class in org.springframework.richclient.security
Event fired when a user logs in.
LoginEvent(Authentication) - Constructor for class org.springframework.richclient.security.LoginEvent
 
LoginForm - Class in org.springframework.richclient.security
This class provides a simple form for capturing a username and password from the user.
LoginForm() - Constructor for class org.springframework.richclient.security.LoginForm
Constructor.
logLevel - Variable in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
 
LogLevel - Enum in org.springframework.richclient.exceptionhandling
This enum is not available in Logging commons, but it should be.
logout() - Static method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
LogoutCommand - Class in org.springframework.richclient.security
Provides a command to log the current user out.
LogoutCommand() - Constructor for class org.springframework.richclient.security.LogoutCommand
 
LogoutEvent - Class in org.springframework.richclient.security
Event fired when a user logs out.
LogoutEvent(Authentication) - Constructor for class org.springframework.richclient.security.LogoutEvent
 
LookupViewDescriptor - Class in org.springframework.richclient.application.support
An implementation of ViewDescriptor that instantiates new Views by looking them up in a Spring BeanFactory.
LookupViewDescriptor() - Constructor for class org.springframework.richclient.application.support.LookupViewDescriptor
 
lt(Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lt(Comparable, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lt(int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lt(long) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lt(float) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lt(double) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lt(String, Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lt(Comparable) - Method in class org.springframework.rules.factory.Constraints
 
lt(Comparable, Comparator) - Method in class org.springframework.rules.factory.Constraints
 
lt(int) - Method in class org.springframework.rules.factory.Constraints
 
lt(long) - Method in class org.springframework.rules.factory.Constraints
 
lt(float) - Method in class org.springframework.rules.factory.Constraints
 
lt(double) - Method in class org.springframework.rules.factory.Constraints
 
lt(String, Comparable) - Method in class org.springframework.rules.factory.Constraints
Apply a "less than" constraint to a bean property.
lt(Comparable) - Method in class org.springframework.rules.factory.PropertyConstraints
 
lte(Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lte(Object, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lte(int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lte(long) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lte(float) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lte(double) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lte(String, Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lte(Comparable) - Method in class org.springframework.rules.factory.Constraints
 
lte(Object, Comparator) - Method in class org.springframework.rules.factory.Constraints
 
lte(int) - Method in class org.springframework.rules.factory.Constraints
 
lte(long) - Method in class org.springframework.rules.factory.Constraints
 
lte(float) - Method in class org.springframework.rules.factory.Constraints
 
lte(double) - Method in class org.springframework.rules.factory.Constraints
 
lte(String, Comparable) - Method in class org.springframework.rules.factory.Constraints
Apply a "less than equal to" constraint to a bean property.
lte(Comparable) - Method in class org.springframework.rules.factory.PropertyConstraints
 
lteProperty(String, String, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lteProperty(String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
lteProperty(String, String, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a "less than or equal to" constraint to two properties.
lteProperty(String, String) - Method in class org.springframework.rules.factory.Constraints
Apply a "less than or equal to" constraint to two properties.
lteProperty(String) - Method in class org.springframework.rules.factory.PropertyConstraints
 
ltProperty(String, String, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
ltProperty(String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
ltProperty(String, String, Comparator) - Method in class org.springframework.rules.factory.Constraints
Apply a "less than" constraint to two properties.
ltProperty(String, String) - Method in class org.springframework.rules.factory.Constraints
Apply a "less than" constraint to two properties.
ltProperty(String) - Method in class org.springframework.rules.factory.PropertyConstraints
 

M

MacOSXSplashScreen - Class in org.springframework.richclient.application.splash
MacOSX style splash screen inspired by a blog post by Romain Guy.
MacOSXSplashScreen() - Constructor for class org.springframework.richclient.application.splash.MacOSXSplashScreen
 
main(String[]) - Static method in class org.springframework.richclient.context.test.Tester
 
main(String[]) - Static method in class org.springframework.richclient.samples.petclinic.PetClinicClientServer
 
main(String[]) - Static method in class org.springframework.richclient.samples.petclinic.PetClinicStandalone
 
main(String[]) - Static method in class org.springframework.richclient.samples.showcase.ShowcaseMain
Main routine for the simple sample application.
main(String[]) - Static method in class org.springframework.richclient.samples.simple.app.SimpleApp
Main routine for the simple sample application.
main(String[]) - Static method in class org.springframework.richclient.samples.vldocking.app.SimpleVLDockingApp
Main routine for the simple sample application.
main(String[]) - Static method in class org.springframework.richclient.util.BrowserLauncher
Deprecated.  
makeAccessible(Member) - Static method in class org.springframework.richclient.util.ReflectionUtils
 
makeCompactGrid(Container, int, int, int, int, int, int) - Static method in class org.springframework.richclient.util.SpringLayoutUtils
Aligns the first rows*cols components of parent in a grid.
makeCompactGridWithStandardBorder(JPanel, int, int) - Static method in class org.springframework.richclient.util.SpringLayoutUtils
%DOC one sentence summary caption%.
makeGrid(Container, int, int, int, int, int, int) - Static method in class org.springframework.richclient.util.SpringLayoutUtils
Aligns the first rows*cols components of parent in a grid.
managesCommand(String) - Method in class org.springframework.richclient.command.ComponentGroupMember
Searches through the component and nested components in order to see if the command with supplied id exists in this component.
managesCommand(String) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Subclasses must implement this method to indicate whether or not they manage a command with the given id.
managesCommand(String) - Method in class org.springframework.richclient.command.GlueGroupMember
Always returns false.
managesCommand(String) - Method in class org.springframework.richclient.command.GroupMember
Subclasses must implement this method to indicate whether or not they manage a command with the given id.
managesCommand(String) - Method in class org.springframework.richclient.command.LazyGroupMember
Subclasses must implement this method to indicate whether or not they manage a command with the given id.
managesCommand(String) - Method in class org.springframework.richclient.command.SeparatorGroupMember
Always returns false.
managesCommand(String) - Method in class org.springframework.richclient.command.SimpleGroupMember
Subclasses must implement this method to indicate whether or not they manage a command with the given id.
MapKeyAdapter - Class in org.springframework.binding.value.support
 
MapKeyAdapter(ValueModel, Object) - Constructor for class org.springframework.binding.value.support.MapKeyAdapter
 
MAX_LABEL_LENGTH - Static variable in class org.springframework.richclient.core.UIConstants
Maximum length for some JLabels, beyond which the text will be truncated.
MAX_SORT_LEVELS - Static variable in class org.springframework.richclient.table.ColumnSortList
 
Maximum - Class in org.springframework.rules.closure
Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
Maximum() - Constructor for class org.springframework.rules.closure.Maximum
 
maxLength(int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
maxLength(int) - Method in class org.springframework.rules.factory.Constraints
Returns a maxlength constraint.
maybeChangeSelection(int) - Method in class org.springframework.richclient.form.AbstractMasterForm.ListSelectionHandler
Deal with a change in the selected index.
maybeCreateNewObject() - Method in class org.springframework.richclient.form.AbstractMasterForm
Deal with the user invoking a "new object" command.
maybeDeleteSelectedItems() - Method in class org.springframework.richclient.form.AbstractMasterForm
Maybe delete the selected items.
memberIterator() - Method in class org.springframework.richclient.command.CommandGroup
 
membersChanged(CommandGroupEvent) - Method in interface org.springframework.richclient.command.CommandGroupListener
 
Memento - Interface in org.springframework.richclient.settings.support
 
MementoFactory - Interface in org.springframework.richclient.settings.support
 
MenuElementUtils - Class in org.springframework.richclient.util
 
MenuFactory - Interface in org.springframework.richclient.factory
Marker for menu factories.
menuFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
MenuItemButtonConfigurer - Class in org.springframework.richclient.command.config
CommandButtonConfigurer implementation for menu items.
MenuItemButtonConfigurer() - Constructor for class org.springframework.richclient.command.config.MenuItemButtonConfigurer
 
Messagable - Interface in org.springframework.richclient.dialog
An interface to be implemented by objects that are capable of receiving messages to be provided to the user.
Message - Interface in org.springframework.richclient.core
An interface to be implemented by classes that represent a user-oriented message and are capable of rendering themselves on GUI components.
MESSAGE_PROPERTY - Static variable in interface org.springframework.richclient.dialog.Messagable
The name of the message property, to be used for publishing update events.
MessageCodeStrategy - Interface in org.springframework.binding.form.support
MessageKeyStrategy is used by MessageSourceFieldFaceSource to create the codes for resolving messages.
MessageDialog - Class in org.springframework.richclient.dialog
Dialog for showing an message to the user.
MessageDialog(String, Message) - Constructor for class org.springframework.richclient.dialog.MessageDialog
Constructs a new dialog.
MessageDialog(String, Window, Message) - Constructor for class org.springframework.richclient.dialog.MessageDialog
Constructs a new dialog.
MessageDialog(String, String) - Constructor for class org.springframework.richclient.dialog.MessageDialog
Constructs a new dialog, the message is converted to an information message
MessageDialog(String, Window, String) - Constructor for class org.springframework.richclient.dialog.MessageDialog
Constructs a new dialog, the message is converted to an information message
MessageFormatValueModel - Class in org.springframework.binding.value.support
A value model that takes a set of "argument" ValueModels, formats their values into strings, and then inserts these formatted strings into the provided pattern at the appropriate places.
MessageFormatValueModel(String, ValueModel) - Constructor for class org.springframework.binding.value.support.MessageFormatValueModel
Constructs a new MessageFormatValueModel with a single argument.
MessageFormatValueModel(String, ValueModel[]) - Constructor for class org.springframework.binding.value.support.MessageFormatValueModel
Constructs a new MessageFormatValueModel with a group of arguments.
MessagePane - Interface in org.springframework.richclient.dialog
Interface to be implemented by GUI panes capable of rendering messages to the user.
MessageReportingOverlay - Class in org.springframework.richclient.control
Component which can be used as an overlay for an other component to the content of a message.
MessageReportingOverlay() - Constructor for class org.springframework.richclient.control.MessageReportingOverlay
 
MessagesDialogException - Exception in org.springframework.richclient.samples.showcase.exceptionhandling
Simple exception to use with the MessagesDialogExceptionHandler.
MessagesDialogException() - Constructor for exception org.springframework.richclient.samples.showcase.exceptionhandling.MessagesDialogException
 
MessagesDialogException(String) - Constructor for exception org.springframework.richclient.samples.showcase.exceptionhandling.MessagesDialogException
 
MessagesDialogException(String, Throwable) - Constructor for exception org.springframework.richclient.samples.showcase.exceptionhandling.MessagesDialogException
 
MessagesDialogExceptionHandler - Class in org.springframework.richclient.exceptionhandling
Displays a message to the user which is fetched from the I18N files based on the class and superclasses of the throwable.
MessagesDialogExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
 
MessagesDialogExceptionHandlerCommand - Class in org.springframework.richclient.samples.showcase.exceptionhandling
Command throwing the specific MessagesDialogException that should be caught by the MessagesDialogExceptionHandler.
MessagesDialogExceptionHandlerCommand() - Constructor for class org.springframework.richclient.samples.showcase.exceptionhandling.MessagesDialogExceptionHandlerCommand
 
messageSourceAccessor - Variable in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
messageSourceAccessorImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
MessageSourceFieldFaceSource - Class in org.springframework.binding.form.support
An implementation of FieldFaceSource that resolves the FieldFace from the MessageSourceAccessor provided to the setMessageSourceAccessor method or from the ApplicationServices singleton if none is provided.
MessageSourceFieldFaceSource() - Constructor for class org.springframework.binding.form.support.MessageSourceFieldFaceSource
Constructs a new MessageSourcePropertyFaceDescriptorSource.
messageSourceImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
MessageTranslator - Interface in org.springframework.rules.reporting
A message translator which translates validation results into a human readable form.
MessageTranslatorFactory - Interface in org.springframework.rules.reporting
A factory which creates instances of MessageTranslator
messageTranslatorFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
method(Object, String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
method(Object, String, String) - Method in class org.springframework.rules.factory.Constraints
Returns a constraint whose test is determined by a boolean method on a target object.
MethodInvokingActionCommandExecutor - Class in org.springframework.richclient.command.support
An implementation of ActionCommandExecutor that delegates job execution to a specified (static or non-static) method for command execution.
MethodInvokingActionCommandExecutor() - Constructor for class org.springframework.richclient.command.support.MethodInvokingActionCommandExecutor
 
MethodInvokingConstraint - Class in org.springframework.rules.constraint
A adapter that can adapt a method on an object that accepts a single argument and returns a boolean result a UnaryPredicate.
MethodInvokingConstraint(Object, String) - Constructor for class org.springframework.rules.constraint.MethodInvokingConstraint
Creates a MethodInvokingConstraint for the provided target object - the constraint logic is encapsulated within the specified method name.
MethodInvokingConstraint(Object, String, String) - Constructor for class org.springframework.rules.constraint.MethodInvokingConstraint
 
MethodInvokingConstraint(Object, String, Class) - Constructor for class org.springframework.rules.constraint.MethodInvokingConstraint
 
MethodInvokingConstraint(Object, String, Class, String) - Constructor for class org.springframework.rules.constraint.MethodInvokingConstraint
 
MethodInvokingDerivedValueModel - Class in org.springframework.binding.value.support
A value model that derives it's value from the result of invoking a method.
MethodInvokingDerivedValueModel(Object, String, ValueModel[]) - Constructor for class org.springframework.binding.value.support.MethodInvokingDerivedValueModel
 
MinimizeAllCommand - Class in org.springframework.richclient.application.mdi.contextmenu
Minimizes all JInternalFrames in a given JDesktopPane.
MinimizeAllCommand(JDesktopPane) - Constructor for class org.springframework.richclient.application.mdi.contextmenu.MinimizeAllCommand
 
Minimum - Class in org.springframework.rules.closure
Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
Minimum() - Constructor for class org.springframework.rules.closure.Minimum
 
minimumLayoutSize(Container) - Method in class org.springframework.richclient.util.OverlayHelper.SingleComponentLayoutManager
 
minLength(int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
minLength(int) - Method in class org.springframework.rules.factory.Constraints
Returns a minlength constraint.
MNEMONIC_PROPERTY - Static variable in class org.springframework.richclient.dialog.control.Tab
 
modalDialog - Variable in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
MODEL_KEY - Static variable in class org.springframework.richclient.components.ShuttleListBinder
 
MODIFIED - Static variable in class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
MODIFIERS_PARAMETER_KEY - Static variable in class org.springframework.richclient.command.ActionCommand
 
MonitoringSplashScreen - Interface in org.springframework.richclient.application.splash
A MonitoringSplashScreen can be used to provide feedback of the application startup phase
mouseClicked(MouseEvent) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
mouseClicked(MouseEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
mouseEntered(MouseEvent) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
mouseEntered(MouseEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
mouseExited(MouseEvent) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
mouseExited(MouseEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
mousePressed(MouseEvent) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
mousePressed(MouseEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
mousePressed(MouseEvent) - Method in class org.springframework.richclient.text.TextComponentPopup
 
mousePressed(MouseEvent) - Method in class org.springframework.richclient.util.PopupMenuMouseListener
 
mouseReleased(MouseEvent) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
mouseReleased(MouseEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
mouseReleased(MouseEvent) - Method in class org.springframework.richclient.text.TextComponentPopup
 
mouseReleased(MouseEvent) - Method in class org.springframework.richclient.util.PopupMenuMouseListener
 
moveAllLeftToRight() - Method in class org.springframework.richclient.components.ShuttleList
Move all the source items to the chosen side.
moveAllRightToLeft() - Method in class org.springframework.richclient.components.ShuttleList
Move all the chosen items back to the source side.
moveLeftToRight() - Method in class org.springframework.richclient.components.ShuttleList
Move the selected items in the source list to the chosen list.
moveRightToLeft() - Method in class org.springframework.richclient.components.ShuttleList
Move the selected items in the chosen list to the source list.
MultiViewPageDescriptor - Class in org.springframework.richclient.application.support
Base class for PageDescriptor implementations that support multiple PageComponents
MultiViewPageDescriptor() - Constructor for class org.springframework.richclient.application.support.MultiViewPageDescriptor
 
MustangSplashScreen - Class in org.springframework.richclient.application.splash
SplashScreen implementation that delegates to a java.awt.SplashScreen implementation.
MustangSplashScreen() - Constructor for class org.springframework.richclient.application.splash.MustangSplashScreen
 
MutablePropertyAccessStrategy - Interface in org.springframework.binding
An extension of the base property access strategy interface that allows for mutable operations.
MutableTableModel - Interface in org.springframework.richclient.table
A table model whose contents can change.

N

NachoCalendarDateFieldBinder - Class in org.springframework.richclient.form.binding.swing.date
Binds a Date to a NachoCalendar DateField
NachoCalendarDateFieldBinder() - Constructor for class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinder
 
NachoCalendarDateFieldBinding - Class in org.springframework.richclient.form.binding.swing.date
Binds a Date to a NachoCalendar DateField
NachoCalendarDateFieldBinding(DateField, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinding
 
needsPreviousAndNextButtons() - Method in class org.springframework.richclient.wizard.AbstractWizard
Returns whether this wizard needs Previous and Next buttons.
needsPreviousAndNextButtons() - Method in interface org.springframework.richclient.wizard.Wizard
Returns whether this wizard needs Previous and Next buttons.
negated() - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
NegatedPropertyConstraint - Class in org.springframework.rules.constraint.property
 
NegatedPropertyConstraint(PropertyConstraint) - Constructor for class org.springframework.rules.constraint.property.NegatedPropertyConstraint
 
negation() - Method in class org.springframework.rules.constraint.Operator
 
negativeSign - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
NewOwnerWizard - Class in org.springframework.richclient.samples.petclinic.ui
 
NewOwnerWizard() - Constructor for class org.springframework.richclient.samples.petclinic.ui.NewOwnerWizard
 
newPageFormModel(String) - Method in class org.springframework.richclient.form.CompoundForm
 
newPropertyAccessStrategy(ValueModel) - Method in interface org.springframework.binding.MutablePropertyAccessStrategy
Return a new MutablePropertyAccessStrategy for the given valueModel.
newPropertyAccessStrategy(ValueModel) - Method in class org.springframework.binding.support.AbstractPropertyAccessStrategy
 
newPropertyAccessStrategy(ValueModel) - Method in class org.springframework.binding.support.BeanPropertyAccessStrategy
 
newPropertyAccessStrategy(ValueModel) - Method in class org.springframework.binding.support.ClassPropertyAccessStrategy
 
newPropertyAccessStrategy(ValueModel) - Method in class org.springframework.binding.support.ObjectPropertyAccessStrategy
 
newSingleLineResultsReporter(Messagable) - Method in class org.springframework.richclient.form.AbstractForm
Construct the validation results reporter for this form and attach it to the provided Guarded object.
newSingleLineResultsReporter(Messagable) - Method in class org.springframework.richclient.form.AbstractMasterForm
When the results reporter is setup on the master form, we need to capture it and forward it on to the detail form as well.
newSingleLineResultsReporter(Messagable) - Method in interface org.springframework.richclient.form.Form
Create a ValidationResultsReporter for this form, sending input to the given Messagable.
NewWindowCommand - Class in org.springframework.richclient.command.support
 
NewWindowCommand() - Constructor for class org.springframework.richclient.command.support.NewWindowCommand
 
nextLine() - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Ends the current line and starts a new one
nextLine() - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Ends the current line and starts a new one
NO_AUTHENTICATION - Static variable in class org.springframework.richclient.security.ClientSecurityEvent
This token is used when the real authentication token is null and it needs to be used as the source of an event.
NO_KEYSTROKE_MASK - Static variable in class org.springframework.richclient.core.UIConstants
Symbolic name for absence of keystroke mask.
NoArgBlock - Class in org.springframework.core.closure.support
Simple implementation of AbstractClosure: makes it easy to just execute a block of code without any additional parameters.
NoArgBlock() - Constructor for class org.springframework.core.closure.support.NoArgBlock
 
noElementsNull(Object[], String) - Static method in class org.springframework.richclient.util.Assert
Confirms that the given array is not null and that all of its elements are not null also.
noFocusBorder - Static variable in class org.springframework.richclient.list.TableListCellRenderer
 
NoSuchImageResourceException - Exception in org.springframework.richclient.image
Indicates that a image resource could not be found from an underlying data source.
NoSuchImageResourceException(Object) - Constructor for exception org.springframework.richclient.image.NoSuchImageResourceException
Creates an exception message indicating the specified imageKey did not map to a valid resource.
NoSuchImageResourceException(Object, Throwable) - Constructor for exception org.springframework.richclient.image.NoSuchImageResourceException
Creates an exception message indicating the specified imageKey did not map to a valid resource.
not(Constraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
not(PropertyConstraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
Not - Class in org.springframework.rules.constraint
"Nots" another unary constraint (the inverse) by using composition.
Not() - Constructor for class org.springframework.rules.constraint.Not
Creates a UnaryNot in temporary invalid state - please use only if you have to, the well-formed constructor is much preferred.
Not(Constraint) - Constructor for class org.springframework.rules.constraint.Not
Creates a UnaryNot
not(Constraint) - Method in class org.springframework.rules.factory.Constraints
Negate the specified constraint.
not(PropertyConstraint) - Method in class org.springframework.rules.factory.Constraints
Negate a bean property expression.
notifyTableChanged() - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
notifyUserAboutException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
notifyUserAboutException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
Notify user about an exception
notifyUserAboutException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.JXErrorDialogExceptionHandler
Shows the JXErrorPane to the user.
notifyUserAboutException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.SilentExceptionHandler
Does nothing.
nrOfDecimals - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
nrOfNonDecimals - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
NullProgressMonitor - Class in org.springframework.richclient.progress
ProgressMonitor implementation that does nothing.
NullProgressMonitor() - Constructor for class org.springframework.richclient.progress.NullProgressMonitor
 
NumberBinder - Class in org.springframework.richclient.form.binding.swing
Binder for numeric fields.
NumberBinder() - Constructor for class org.springframework.richclient.form.binding.swing.NumberBinder
Default constructor.
NumberBinder(Class) - Constructor for class org.springframework.richclient.form.binding.swing.NumberBinder
Constructor taking the requiredSourceClass for this binder.
NumberBinding - Class in org.springframework.richclient.form.binding.swing
Binding to handle Numbers.
NumberBinding(Class, BigDecimalTextField, boolean, String, String, BigDecimal, int, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.NumberBinding
Creates a NumberBinding.
NumberComparator - Class in org.springframework.rules.support
Comparator for comparing Number instances.
NumberConversionDialog - Class in org.springframework.richclient.samples.showcase.conversion
 
NumberConversionDialog() - Constructor for class org.springframework.richclient.samples.showcase.conversion.NumberConversionDialog
 
numberField - Variable in class org.springframework.richclient.form.binding.swing.NumberBinding
 

O

objectIs(Class) - Method in class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
ObjectNameResolver - Interface in org.springframework.rules.reporting
Implementations of this interface are capable to resolve a given field name to a user friendly display name
ObjectPropertyAccessStrategy - Class in org.springframework.binding.support
An implementation of MutablePropertyAccessStrategy that provides access to the properties of any object.
ObjectPropertyAccessStrategy(Object) - Constructor for class org.springframework.binding.support.ObjectPropertyAccessStrategy
Creates a new instance of ObjectPropertyAccessStrategy that will provide access to the properties of the provided object.
ObjectPropertyAccessStrategy(ValueModel) - Constructor for class org.springframework.binding.support.ObjectPropertyAccessStrategy
Creates a new instance of ObjectPropertyAccessStrategy that will provide access to the object contained by the provided value model.
ObjectPropertyAccessStrategy(ValueModel, boolean) - Constructor for class org.springframework.binding.support.ObjectPropertyAccessStrategy
Creates a new instance of ObjectPropertyAccessStrategy that will provide access to the object contained by the provided value model.
ObjectPropertyAccessStrategy(ValueModel, boolean, boolean) - Constructor for class org.springframework.binding.support.ObjectPropertyAccessStrategy
Creates a new instance of ObjectPropertyAccessStrategy that will provide access to the object contained by the provided value model.
ObjectPropertyAccessStrategy(ObjectPropertyAccessStrategy, String) - Constructor for class org.springframework.binding.support.ObjectPropertyAccessStrategy
Creates a child instance of ObjectPropertyAccessStrategy that will delegate to its parent for property access.
ObservableEventList - Class in org.springframework.binding.value.support
This class provides an implementation of EventList that also implements the ObservableList interface so that it can be used by an AbstractForm as the list of editable objects.
ObservableEventList(EventList) - Constructor for class org.springframework.binding.value.support.ObservableEventList
Creates a ObservableEventList on the specified source event list.
ObservableList - Interface in org.springframework.binding.value.support
Simple sub interface that combines List and ListModel.
ON_ENABLED - Static variable in class org.springframework.richclient.form.FormGuard
Guard-registration mask-bit indicating enabled() will be set only if the formmodel is enabled.
ON_ISDIRTY - Static variable in class org.springframework.richclient.form.FormGuard
Guard-registration mask-bit indicating enabled() will be set only if the formmodel has changes (is dirty).
ON_NOERRORS - Static variable in class org.springframework.richclient.form.FormGuard
Guard-registration mask-bit indicating enabled() will be set only if the formmodel has no errors.
ON_SUBMIT - Static variable in class org.springframework.binding.value.swing.ValueCommitPolicy
 
onAboutToShow() - Method in class org.springframework.richclient.application.support.AboutBox.AboutDialog
 
onAboutToShow() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Template lifecycle method invoked right before the dialog is to become visible.
onAboutToShow() - Method in class org.springframework.richclient.dialog.FormBackedDialogPage
 
onAboutToShow() - Method in class org.springframework.richclient.dialog.MessageDialog
 
onAboutToShow() - Method in class org.springframework.richclient.preference.FormBackedPreferencePage
 
onAboutToShow() - Method in class org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog
 
onAboutToShow() - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
onAboutToShow(MouseEvent) - Method in class org.springframework.richclient.util.PopupMenuMouseListener
Called before the popup menu becomes visible.
onAboutToShow() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
onAboutToShow() - Method in class org.springframework.richclient.wizard.FormBackedWizardPage
 
onAboutToShow() - Method in class org.springframework.richclient.wizard.WizardDialog
 
onAboutToShow() - Method in interface org.springframework.richclient.wizard.WizardPage
 
onAdded() - Method in class org.springframework.richclient.command.GroupMember
Subclasses may override to be notified when they are added to a command group.
onAdded() - Method in class org.springframework.richclient.command.LazyGroupMember
Subclasses may override to be notified when they are added to a command group.
onAdded() - Method in class org.springframework.richclient.command.SimpleGroupMember
Subclasses may override to be notified when they are added to a command group.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
We need to deliver all application events down to the child command contexts that have been created.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.richclient.application.support.ApplicationEventRedispatcher
Handle an application event, dispatch it to all our delegates.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.richclient.samples.simple.ui.ContactView
Handle an application event.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.richclient.security.RemotingSecurityConfigurer
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Handle an application event.
onApply() - Method in class org.springframework.richclient.preference.PreferencePage
Must store the preference values in the PreferenceStore.
onBack() - Method in class org.springframework.richclient.wizard.WizardDialog
 
onButtonAttached(AbstractButton) - Method in class org.springframework.richclient.command.AbstractCommand
Additional code to execute when attaching a button.
onButtonAttached(AbstractButton) - Method in class org.springframework.richclient.command.ActionCommand
 
onButtonAttached(AbstractButton) - Method in class org.springframework.richclient.command.ToggleCommand
Additional code to execute when attaching a button.
onButtonDetached() - Method in class org.springframework.richclient.command.AbstractCommand
Implement this to add custom code executed when detaching a button.
onCancel() - Method in class org.springframework.richclient.application.setup.SetupWizard
 
onCancel() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Handle a dialog cancellation request.
onCancel() - Method in class org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog
 
onCancel() - Method in class org.springframework.richclient.wizard.AbstractWizard
Subclasses can override this method to perform processing when the wizard receives a cancel request.
onCancel() - Method in class org.springframework.richclient.wizard.WizardDialog
 
onCommandsCreated(ApplicationWindow) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right after commands are initialized.
onCommandsCreated(ApplicationWindow) - Method in class org.springframework.richclient.samples.petclinic.PetClinicLifecycleAdvisor
When commands are created, lookup the login command and execute it.
onCommandsCreated(ApplicationWindow) - Method in class org.springframework.richclient.samples.showcase.ShowcaseLifecycleAdvisor
Called just after the command context has been internalized.
onCommandsCreated(ApplicationWindow) - Method in class org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor
Called just after the command context has been internalized.
onConfirm() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
onConfirm() - Method in class org.springframework.richclient.samples.showcase.dialog.BasicConfirmationDialog
 
onDefaults() - Method in class org.springframework.richclient.preference.PreferencePage
 
onDeselection() - Method in class org.springframework.richclient.command.ToggleCommand
Convenience hook method for processing a deselection action.
onDeselection() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.StateSynchronizingToggleCommand
 
onDoubleClick() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Handle a double click on a row of the table.
ONE_SPACE - Static variable in class org.springframework.richclient.core.UIConstants
The Java look and Feel standard for one screen space between GUI Components.
onEmptySelection() - Method in class org.springframework.richclient.control.ListItemUpDownButtonPanel
 
onFinish() - Method in class org.springframework.richclient.application.setup.SetupWizard
 
onFinish() - Method in class org.springframework.richclient.application.support.AboutBox.AboutDialog
 
onFinish() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Request invocation of the action taken when the user hits the OK (finish) button.
onFinish() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
onFinish() - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
onFinish(Object) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
onFinish() - Method in class org.springframework.richclient.dialog.MessageDialog
 
onFinish() - Method in class org.springframework.richclient.preference.PreferenceDialog
 
onFinish() - Method in class org.springframework.richclient.preference.PreferencePage
Notification that the user clicked the OK button on the PreferenceDialog.
onFinish() - Method in class org.springframework.richclient.samples.petclinic.ui.NewOwnerWizard
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.binding.DerivedValueModelDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.binding.ListSelectionBindingDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.command.ToolbarSample
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.component.ShuttleSortableTableDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.conversion.NumberConversionDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.dialog.BasicApplicationDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.dialog.BasicTitledApplicationDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterTitledApplicationDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.validation.BasicRegExpConstraintDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog
 
onFinish() - Method in class org.springframework.richclient.samples.showcase.wizard.InstallWizard
 
onFinish() - Method in class org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog
 
onFinish() - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
onFinish() - Method in class org.springframework.richclient.wizard.AbstractWizard
Subclasses must implement this method to perform any processing when the wizard receives a finish request.
onFinish() - Method in class org.springframework.richclient.wizard.WizardDialog
 
onInitialized() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Template lifecycle method invoked after the dialog control is initialized.
onInitialized() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
onLogout(Authentication) - Method in class org.springframework.richclient.security.LogoutCommand
Can be extended by subclasses to perform additional logout processing, such as notifying a server etc.
onMatchingElement(Object) - Method in class org.springframework.richclient.list.FilteredComboBoxListModel
 
onMatchingElement(Object) - Method in class org.springframework.richclient.list.FilteredListModel
Called to notify that an element has matched the filter constraint.
onMultiSelection(int[]) - Method in class org.springframework.richclient.progress.ListStatusBarUpdater
 
onMultiSelection(TreePath[]) - Method in class org.springframework.richclient.progress.TreeStatusBarUpdater
 
onMultiSelection(int[]) - Method in class org.springframework.richclient.table.ListSelectionListenerSupport
Called when multiple rows are selected.
onMultiSelection(TreePath[], TreePath[]) - Method in class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
onMultiSelection(TreePath[]) - Method in class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
onNext() - Method in class org.springframework.richclient.wizard.WizardDialog
 
onNoSelection() - Method in class org.springframework.richclient.form.AbstractMasterForm.ListSelectionHandler
Called when nothing gets selected.
onNoSelection() - Method in class org.springframework.richclient.progress.ListStatusBarUpdater
 
onNoSelection() - Method in class org.springframework.richclient.progress.TreeStatusBarUpdater
 
onNoSelection() - Method in class org.springframework.richclient.table.ListSelectionListenerSupport
Called when nothing gets selected.
onNoSelection(TreePath[]) - Method in class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
onNoSelection() - Method in class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
onPageSelected(DialogPage, boolean) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
onPerformCancel(Wizard, boolean) - Method in interface org.springframework.richclient.wizard.WizardListener
Invoked immediately after a wizard's performCancel method is invoked.
onPerformFinish(Wizard, boolean) - Method in interface org.springframework.richclient.wizard.WizardListener
Invoked immediately after a wizard's performFinish method is invoked.
onPopulated() - Method in interface org.springframework.richclient.command.GroupContainerPopulator
Called to perform any required actions once the container has been populated.
onPopulated() - Method in class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
onPopulated() - Method in class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
 
onPopulated() - Method in class org.springframework.richclient.command.support.SimpleGroupContainerPopulator
Default implementation, no action is performed.
onPostExecute() - Method in class org.springframework.richclient.command.ActionCommand
 
onPostStartup() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right after the applicationWindow is created.
onPostStartup() - Method in class org.springframework.richclient.samples.showcase.ShowcaseLifecycleAdvisor
Called when the application has fully started.
onPostStartup() - Method in class org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor
Called when the application has fully started.
onPreExecute() - Method in class org.springframework.richclient.command.ActionCommand
 
onPreInitialize(Application) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right after the application has been created.
onPreStartup() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right before the applicationWindow is created.
onPreStartup() - Method in class org.springframework.richclient.samples.petclinic.PetClinicLifecycleAdvisor
Show a setup wizard before actual applicationWindow is created.
onPreWindowClose(ApplicationWindow) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Check if the ApplicationWindow can close.
onPreWindowClose(ApplicationWindow) - Method in class org.springframework.richclient.samples.showcase.ShowcaseLifecycleAdvisor
Called when the window is being closed.
onPreWindowClose(ApplicationWindow) - Method in class org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor
Called when the window is being closed.
onPreWindowOpen(ApplicationWindowConfigurer) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right before the application opens a window.
onPreWindowOpen(ApplicationWindowConfigurer) - Method in class org.springframework.richclient.samples.petclinic.PetClinicLifecycleAdvisor
Additional window configuration before it is created.
onPreWindowOpen(ApplicationWindowConfigurer) - Method in class org.springframework.richclient.samples.showcase.ShowcaseLifecycleAdvisor
This method is called prior to the opening of an application window.
onPreWindowOpen(ApplicationWindowConfigurer) - Method in class org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor
This method is called prior to the opening of an application window.
onRemoved() - Method in class org.springframework.richclient.command.GroupMember
Subclasses may override to be notified when they are removed from the group they belong to.
onRemoved() - Method in class org.springframework.richclient.command.LazyGroupMember
Subclasses may override to be notified when they are removed from the group they belong to.
onRemoved() - Method in class org.springframework.richclient.command.SimpleGroupMember
Subclasses may override to be notified when they are removed from the group they belong to.
onSelect(Object) - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
onSelection(boolean) - Method in class org.springframework.richclient.command.ToggleCommand
Hook method to perform the toggle action.
onSelection() - Method in class org.springframework.richclient.command.ToggleCommand
Convenience hook method for processing a selection action.
onSelection() - Method in class org.springframework.richclient.control.ListItemUpDownButtonPanel
 
onSelection() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.StateSynchronizingToggleCommand
 
onShutdown() - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right afther the application is closed.
onSingleSelection(int) - Method in class org.springframework.richclient.form.AbstractMasterForm.ListSelectionHandler
Called when the user selects a single row.
onSingleSelection(int) - Method in class org.springframework.richclient.progress.ListStatusBarUpdater
 
onSingleSelection(TreePath) - Method in class org.springframework.richclient.progress.TreeStatusBarUpdater
 
onSingleSelection(int) - Method in class org.springframework.richclient.table.ListSelectionListenerSupport
Called when the user selects a single row.
onSingleSelection(TreePath) - Method in class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
onWindowActivated() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Template lifecycle method invoked when the dialog is activated.
onWindowClosing() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Template lifecycle method invoked when the dialog's window is closing.
onWindowCreated(ApplicationWindow) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right after the window (JFrame) of the application is created.
onWindowCreated(ApplicationWindow) - Method in class org.springframework.richclient.samples.showcase.ShowcaseLifecycleAdvisor
Called after the actual window control has been created.
onWindowCreated(ApplicationWindow) - Method in class org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor
Called after the actual window control has been created.
onWindowGainedFocus() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Template lifecycle method invoked when the dialog gains focus.
onWindowLostFocus() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Template lifecycle method invoked when the dialog loses focus.
onWindowOpened(ApplicationWindow) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Hook called right after the window (JFrame) of the application is shown (setVisible(true)).
onWindowOpened(ApplicationWindow) - Method in class org.springframework.richclient.samples.showcase.ShowcaseLifecycleAdvisor
Called immediately after making the window visible.
onWindowOpened(ApplicationWindow) - Method in class org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor
Called immediately after making the window visible.
onWrappedValueChanged() - Method in class org.springframework.binding.value.support.BufferedValueModel
Called when the value held by the wrapped value model changes.
openConnection(URL) - Method in class org.springframework.richclient.image.Handler
 
openEditor(Object) - Method in interface org.springframework.richclient.application.ApplicationPage
 
openEditor(Object) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
openURL(URL) - Static method in class org.springframework.richclient.util.BrowserLauncher
Deprecated. Attempts to open the default web browser to the given URL.
openWindow(String) - Method in class org.springframework.richclient.application.Application
 
Operator - Class in org.springframework.rules.constraint
 
Operator(String, String) - Constructor for class org.springframework.rules.constraint.Operator
 
OptimizedTableCellRenderer - Class in org.springframework.richclient.table.renderer
Deprecated. OptimizedTableCellRenderer messes up cell rendering see http://opensource.atlassian.com/projects/spring/browse/RCP-354
OptimizedTableCellRenderer() - Constructor for class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
or(Constraint, Constraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
OR - Static variable in class org.springframework.rules.constraint.LogicalOperator
The OR operator
Or - Class in org.springframework.rules.constraint
A "or" compound constraint (aka disjunction).
Or() - Constructor for class org.springframework.rules.constraint.Or
Creates a empty UnaryOr disjunction.
Or(Constraint, Constraint) - Constructor for class org.springframework.rules.constraint.Or
"Ors" two constraints.
Or(Constraint[]) - Constructor for class org.springframework.rules.constraint.Or
"Ors" the specified constraints.
or(Constraint, Constraint) - Method in class org.springframework.rules.factory.Constraints
OR two constraints.
org.springframework.binding - package org.springframework.binding
Base interfaces for property read/write access.
org.springframework.binding.form - package org.springframework.binding.form
FormModel related interfaces.
org.springframework.binding.form.support - package org.springframework.binding.form.support
 
org.springframework.binding.format.support - package org.springframework.binding.format.support
 
org.springframework.binding.support - package org.springframework.binding.support
Implementations of the property access interfaces providing basic bean/class access.
org.springframework.binding.validation - package org.springframework.binding.validation
Validation interfaces.
org.springframework.binding.validation.support - package org.springframework.binding.validation.support
 
org.springframework.binding.value - package org.springframework.binding.value
Core value model interfaces, for accessing values from abritrary sources.
org.springframework.binding.value.support - package org.springframework.binding.value.support
Supporting value model and value holder implementations.
org.springframework.binding.value.swing - package org.springframework.binding.value.swing
 
org.springframework.core.closure - package org.springframework.core.closure
Closure and constraint function object interfaces.
org.springframework.core.closure.support - package org.springframework.core.closure.support
Closure and constraint function object core support implementations.
org.springframework.richclient.application - package org.springframework.richclient.application
Base application interfaces/classes.
org.springframework.richclient.application.config - package org.springframework.richclient.application.config
 
org.springframework.richclient.application.docking.flexdock - package org.springframework.richclient.application.docking.flexdock
 
org.springframework.richclient.application.docking.vldocking - package org.springframework.richclient.application.docking.vldocking
 
org.springframework.richclient.application.event - package org.springframework.richclient.application.event
 
org.springframework.richclient.application.mdi - package org.springframework.richclient.application.mdi
 
org.springframework.richclient.application.mdi.contextmenu - package org.springframework.richclient.application.mdi.contextmenu
 
org.springframework.richclient.application.setup - package org.springframework.richclient.application.setup
 
org.springframework.richclient.application.splash - package org.springframework.richclient.application.splash
 
org.springframework.richclient.application.statusbar - package org.springframework.richclient.application.statusbar
 
org.springframework.richclient.application.statusbar.support - package org.springframework.richclient.application.statusbar.support
 
org.springframework.richclient.application.support - package org.springframework.richclient.application.support
 
org.springframework.richclient.application.tabbed - package org.springframework.richclient.application.tabbed
 
org.springframework.richclient.beans - package org.springframework.richclient.beans
 
org.springframework.richclient.command - package org.springframework.richclient.command
 
org.springframework.richclient.command.config - package org.springframework.richclient.command.config
 
org.springframework.richclient.command.support - package org.springframework.richclient.command.support
 
org.springframework.richclient.components - package org.springframework.richclient.components
 
org.springframework.richclient.context - package org.springframework.richclient.context
 
org.springframework.richclient.context.support - package org.springframework.richclient.context.support
 
org.springframework.richclient.context.test - package org.springframework.richclient.context.test
 
org.springframework.richclient.control - package org.springframework.richclient.control
 
org.springframework.richclient.convert.support - package org.springframework.richclient.convert.support
 
org.springframework.richclient.core - package org.springframework.richclient.core
Basic interfaces/classes used throughout the richclient.
org.springframework.richclient.dialog - package org.springframework.richclient.dialog
 
org.springframework.richclient.dialog.control - package org.springframework.richclient.dialog.control
 
org.springframework.richclient.dialog.support - package org.springframework.richclient.dialog.support
 
org.springframework.richclient.exceptionhandling - package org.springframework.richclient.exceptionhandling
Provides exception handlers to deal with uncaught exceptions.
org.springframework.richclient.exceptionhandling.delegation - package org.springframework.richclient.exceptionhandling.delegation
Contains classes that can analyze and delegate a throwable to the appropriate exception handler.
org.springframework.richclient.factory - package org.springframework.richclient.factory
 
org.springframework.richclient.filechooser - package org.springframework.richclient.filechooser
 
org.springframework.richclient.form - package org.springframework.richclient.form
 
org.springframework.richclient.form.binding - package org.springframework.richclient.form.binding
 
org.springframework.richclient.form.binding.support - package org.springframework.richclient.form.binding.support
 
org.springframework.richclient.form.binding.swing - package org.springframework.richclient.form.binding.swing
 
org.springframework.richclient.form.binding.swing.date - package org.springframework.richclient.form.binding.swing.date
 
org.springframework.richclient.form.builder - package org.springframework.richclient.form.builder
 
org.springframework.richclient.form.builder.support - package org.springframework.richclient.form.builder.support
 
org.springframework.richclient.image - package org.springframework.richclient.image
Provides a image and icon loading library using resource-bundle style key lookup.
org.springframework.richclient.image.config - package org.springframework.richclient.image.config
 
org.springframework.richclient.jnlp - package org.springframework.richclient.jnlp
 
org.springframework.richclient.layout - package org.springframework.richclient.layout
 
org.springframework.richclient.list - package org.springframework.richclient.list
 
org.springframework.richclient.preference - package org.springframework.richclient.preference
 
org.springframework.richclient.progress - package org.springframework.richclient.progress
 
org.springframework.richclient.samples.petclinic - package org.springframework.richclient.samples.petclinic
 
org.springframework.richclient.samples.petclinic.domain - package org.springframework.richclient.samples.petclinic.domain
 
org.springframework.richclient.samples.petclinic.exceptionhandling - package org.springframework.richclient.samples.petclinic.exceptionhandling
 
org.springframework.richclient.samples.petclinic.ui - package org.springframework.richclient.samples.petclinic.ui
 
org.springframework.richclient.samples.petclinic.ui.binder - package org.springframework.richclient.samples.petclinic.ui.binder
 
org.springframework.richclient.samples.showcase - package org.springframework.richclient.samples.showcase
 
org.springframework.richclient.samples.showcase.binding - package org.springframework.richclient.samples.showcase.binding
 
org.springframework.richclient.samples.showcase.command - package org.springframework.richclient.samples.showcase.command
 
org.springframework.richclient.samples.showcase.component - package org.springframework.richclient.samples.showcase.component
 
org.springframework.richclient.samples.showcase.conversion - package org.springframework.richclient.samples.showcase.conversion
 
org.springframework.richclient.samples.showcase.dialog - package org.springframework.richclient.samples.showcase.dialog
 
org.springframework.richclient.samples.showcase.exceptionhandling - package org.springframework.richclient.samples.showcase.exceptionhandling
 
org.springframework.richclient.samples.showcase.util - package org.springframework.richclient.samples.showcase.util
 
org.springframework.richclient.samples.showcase.validation - package org.springframework.richclient.samples.showcase.validation
 
org.springframework.richclient.samples.showcase.wizard - package org.springframework.richclient.samples.showcase.wizard
 
org.springframework.richclient.samples.simple.app - package org.springframework.richclient.samples.simple.app
 
org.springframework.richclient.samples.simple.domain - package org.springframework.richclient.samples.simple.domain
 
org.springframework.richclient.samples.simple.ui - package org.springframework.richclient.samples.simple.ui
 
org.springframework.richclient.samples.vldocking.app - package org.springframework.richclient.samples.vldocking.app
 
org.springframework.richclient.script - package org.springframework.richclient.script
 
org.springframework.richclient.security - package org.springframework.richclient.security
Integrates Acegi Security System for Spring into RCP.
org.springframework.richclient.security.remoting - package org.springframework.richclient.security.remoting
 
org.springframework.richclient.security.support - package org.springframework.richclient.security.support
 
org.springframework.richclient.selection.binding - package org.springframework.richclient.selection.binding
 
org.springframework.richclient.selection.binding.support - package org.springframework.richclient.selection.binding.support
 
org.springframework.richclient.selection.dialog - package org.springframework.richclient.selection.dialog
 
org.springframework.richclient.settings - package org.springframework.richclient.settings
 
org.springframework.richclient.settings.j2seprefs - package org.springframework.richclient.settings.j2seprefs
 
org.springframework.richclient.settings.jdbc - package org.springframework.richclient.settings.jdbc
 
org.springframework.richclient.settings.support - package org.springframework.richclient.settings.support
 
org.springframework.richclient.settings.xml - package org.springframework.richclient.settings.xml
 
org.springframework.richclient.swing - package org.springframework.richclient.swing
 
org.springframework.richclient.table - package org.springframework.richclient.table
 
org.springframework.richclient.table.renderer - package org.springframework.richclient.table.renderer
 
org.springframework.richclient.table.support - package org.springframework.richclient.table.support
 
org.springframework.richclient.text - package org.springframework.richclient.text
 
org.springframework.richclient.tree - package org.springframework.richclient.tree
 
org.springframework.richclient.util - package org.springframework.richclient.util
Misc common utility classes (mostly static-utility) that aim to reduce repeat coding.
org.springframework.richclient.wizard - package org.springframework.richclient.wizard
 
org.springframework.rules - package org.springframework.rules
Core interfaces for the expression and function object/rules library.
org.springframework.rules.closure - package org.springframework.rules.closure
Out of the box functions that address common needs.
org.springframework.rules.constraint - package org.springframework.rules.constraint
Out of the box predicates that address common needs such as comparison and composition.
org.springframework.rules.constraint.property - package org.springframework.rules.constraint.property
Out of the box predicates and constraint building blocks involving bean properties.
org.springframework.rules.factory - package org.springframework.rules.factory
Factories for creating rules.
org.springframework.rules.metadata - package org.springframework.rules.metadata
 
org.springframework.rules.reporting - package org.springframework.rules.reporting
Rules result reporting interfaces and classes.
org.springframework.rules.support - package org.springframework.rules.support
 
overlay - Variable in class org.springframework.richclient.util.OverlayHelper
 
overlayClipper - Variable in class org.springframework.richclient.util.OverlayHelper
 
OverlayHelper - Class in org.springframework.richclient.util
A helper class that attaches one component (the overlay) on top of another component.
OverlayHelper(JComponent, JComponent, int, int, int) - Constructor for class org.springframework.richclient.util.OverlayHelper
 
OverlayHelper.SingleComponentLayoutManager - Class in org.springframework.richclient.util
 
OverlayHelper.SingleComponentLayoutManager(Component) - Constructor for class org.springframework.richclient.util.OverlayHelper.SingleComponentLayoutManager
 
overlayTarget - Variable in class org.springframework.richclient.util.OverlayHelper
 
OverlayValidationInterceptorFactory - Class in org.springframework.richclient.form.builder.support
Adds an "overlay" to a component that is triggered by a validation event.
OverlayValidationInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.OverlayValidationInterceptorFactory
 
OverlayValidationInterceptorFactory.OverlayValidationInterceptor - Class in org.springframework.richclient.form.builder.support
 
OverlayValidationInterceptorFactory.OverlayValidationInterceptor(FormModel) - Constructor for class org.springframework.richclient.form.builder.support.OverlayValidationInterceptorFactory.OverlayValidationInterceptor
 
OwnerAddressForm - Class in org.springframework.richclient.samples.petclinic.ui
 
OwnerAddressForm(FormModel) - Constructor for class org.springframework.richclient.samples.petclinic.ui.OwnerAddressForm
 
OwnerGeneralForm - Class in org.springframework.richclient.samples.petclinic.ui
 
OwnerGeneralForm(FormModel) - Constructor for class org.springframework.richclient.samples.petclinic.ui.OwnerGeneralForm
 
OwnerManagerView - Class in org.springframework.richclient.samples.petclinic.ui
Shows the owners and their pets in a tree structure.
OwnerManagerView() - Constructor for class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 

P

PAGE_COMPLETE_PROPERTY - Static variable in interface org.springframework.richclient.dialog.DialogPage
 
pageClosed(ApplicationPage) - Method in interface org.springframework.richclient.application.PageListener
Notifies this listener that the given page has been closed.
PageComponent - Interface in org.springframework.richclient.application
A page component is displayed within an area on the page associated with an application window.
PageComponentContext - Interface in org.springframework.richclient.application
 
PageComponentDescriptor - Interface in org.springframework.richclient.application
Metadata about a page component; a page component is effectively a singleton page component definition.
PageComponentListener - Interface in org.springframework.richclient.application
 
PageComponentListenerAdapter - Class in org.springframework.richclient.application.support
 
PageComponentListenerAdapter() - Constructor for class org.springframework.richclient.application.support.PageComponentListenerAdapter
 
PageComponentPane - Interface in org.springframework.richclient.application
A PageComponentPane is a container that holds the PageComponent's control, and can add extra decorations (add a toolbar, a border, ...)
PageComponentPaneFactory - Interface in org.springframework.richclient.application
Service interface for creating PageComponentPanes.
pageComponentPaneFactoryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
PageDescriptor - Interface in org.springframework.richclient.application
 
PageDescriptorRegistry - Interface in org.springframework.richclient.application
A registry for PageDescriptor definitions.
pageDescriptorRegistryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
PageLayoutBuilder - Interface in org.springframework.richclient.application
 
PageListener - Interface in org.springframework.richclient.application
Client interface for listening to page lifecycle events.
pageOpened(ApplicationPage) - Method in interface org.springframework.richclient.application.PageListener
Notifies this listener that the given page has been opened.
paint(Graphics) - Method in class org.springframework.richclient.control.ShadowBorderFrame
 
paint(Graphics) - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.springframework.richclient.control.ShadowBorder
 
paintComponent(Graphics) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
paintComponent(Graphics) - Method in class org.springframework.richclient.application.splash.SimpleSplashScreen.ImageCanvas
 
paintComponent(Graphics) - Method in class org.springframework.richclient.control.GradientPanel
 
paintComponent(Graphics) - Method in class org.springframework.richclient.text.HtmlPane
 
paintComponent(Graphics) - Method in class org.springframework.richclient.util.GridBagLayoutDebugPanel
 
paintIcon(Component, Graphics, int, int) - Method in class org.springframework.richclient.image.ArrowIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.springframework.richclient.image.EmptyIcon
This implementation is empty, and paints nothing.
paintIcon(Component, Graphics, int, int) - Method in class org.springframework.richclient.image.InsetsIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.springframework.richclient.image.ShadowedIcon
 
ParameterizableActionCommandExecutor - Interface in org.springframework.richclient.command
Sub-interface of command delegate that allows for parameterization of the command invocation.
ParameterizedBinaryConstraint - Class in org.springframework.rules.constraint
A unary constraint adapting a binary constraint that uses a parameterized constant value as the second argument when testing.
ParameterizedBinaryConstraint(BinaryConstraint, Object) - Constructor for class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Creates a ParameterizedBinaryPredicate that binds the provided parameter constant as the second argument to the constraint during tests.
ParameterizedBinaryConstraint(BinaryConstraint, short) - Constructor for class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Convenience constructor for short parameters.
ParameterizedBinaryConstraint(BinaryConstraint, byte) - Constructor for class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Convenience constructor for byte parameters.
ParameterizedBinaryConstraint(BinaryConstraint, int) - Constructor for class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Convenience constructor for integer parameters.
ParameterizedBinaryConstraint(BinaryConstraint, float) - Constructor for class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Convenience constructor for float parameters.
ParameterizedBinaryConstraint(BinaryConstraint, double) - Constructor for class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Convenience constructor for double parameters.
ParameterizedBinaryConstraint(BinaryConstraint, boolean) - Constructor for class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Convenience constructor for boolean parameters.
ParameterizedPropertyConstraint - Class in org.springframework.rules.constraint.property
A constraint that returns the result of a boolean expression that tests a variable bean property value against a constant parameter value.
ParameterizedPropertyConstraint(String, BinaryConstraint, Object) - Constructor for class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
Creates a BeanPropertyExpressionTester.
ParameterizedPropertyConstraint(String, Constraint) - Constructor for class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
 
ParentChildFormDialog - Class in org.springframework.richclient.samples.showcase.binding
 
ParentChildFormDialog() - Constructor for class org.springframework.richclient.samples.showcase.binding.ParentChildFormDialog
 
parentStateChanged(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.AbstractFormModel
Events from the parent form model that have side-effects on this form model should be handled here.
parentStateChanged(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.DefaultFormModel
Events from the parent form model that have side-effects on this form model should be handled here.
parentStateChangeHandler - Variable in class org.springframework.binding.form.support.AbstractFormModel
 
parse(String, ParsePosition) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
parse(String) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
parseObject(String) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
PASTE - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
PatchedJFormattedTextField - Class in org.springframework.richclient.control
 
PatchedJFormattedTextField() - Constructor for class org.springframework.richclient.control.PatchedJFormattedTextField
 
PatchedJFormattedTextField(Object) - Constructor for class org.springframework.richclient.control.PatchedJFormattedTextField
 
PatchedJFormattedTextField(Format) - Constructor for class org.springframework.richclient.control.PatchedJFormattedTextField
 
PatchedJFormattedTextField(JFormattedTextField.AbstractFormatter) - Constructor for class org.springframework.richclient.control.PatchedJFormattedTextField
 
PatchedJFormattedTextField(JFormattedTextField.AbstractFormatterFactory) - Constructor for class org.springframework.richclient.control.PatchedJFormattedTextField
 
PatchedJFormattedTextField(JFormattedTextField.AbstractFormatterFactory, Object) - Constructor for class org.springframework.richclient.control.PatchedJFormattedTextField
 
pauseScrolling() - Method in class org.springframework.richclient.application.support.AboutBox.HtmlScroller
Pauses the scoller.
performCancel() - Method in class org.springframework.richclient.wizard.AbstractWizard
Performs any required processing when the wizard is cancelled, and then fires an appropriate event to any wizard listeners listening to this wizard.
performCancel() - Method in interface org.springframework.richclient.wizard.Wizard
Performs any actions appropriate in response to the user having pressed the Cancel button, or refuse if canceling now is not permitted.
performFinish() - Method in class org.springframework.richclient.wizard.AbstractWizard
Performs any required processing when the wizard receives a finish request, and then fires an appropriate event to any wizard listeners listening to this wizard.
performFinish() - Method in interface org.springframework.richclient.wizard.Wizard
Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted.
performHelp() - Method in class org.springframework.richclient.dialog.AbstractDialogPage
This default implementation of an AbstractDialogPage method does nothing.
performHelp() - Method in interface org.springframework.richclient.dialog.DialogPage
Notifies that help has been requested for this dialog page.
PERSONAL - Static variable in class org.springframework.richclient.samples.simple.domain.ContactType
Indicates a personal contact.
PET_FORM_PAGE - Static variable in class org.springframework.richclient.samples.petclinic.ui.PetForm
 
PetClinicClientServer - Class in org.springframework.richclient.samples.petclinic
Main driver that starts the pet clinic rich client sample application.
PetClinicClientServer() - Constructor for class org.springframework.richclient.samples.petclinic.PetClinicClientServer
 
PetClinicLifecycleAdvisor - Class in org.springframework.richclient.samples.petclinic
Custom application lifecycle implementation that configures the petclinic app at well defined points within its lifecycle.
PetClinicLifecycleAdvisor() - Constructor for class org.springframework.richclient.samples.petclinic.PetClinicLifecycleAdvisor
 
PetClinicStandalone - Class in org.springframework.richclient.samples.petclinic
Main driver that starts the pet clinic rich client sample application.
PetClinicStandalone() - Constructor for class org.springframework.richclient.samples.petclinic.PetClinicStandalone
 
PetClinicValidationRulesSource - Class in org.springframework.richclient.samples.petclinic.domain
 
PetClinicValidationRulesSource() - Constructor for class org.springframework.richclient.samples.petclinic.domain.PetClinicValidationRulesSource
 
PetForm - Class in org.springframework.richclient.samples.petclinic.ui
 
PetForm(FormModel, boolean) - Constructor for class org.springframework.richclient.samples.petclinic.ui.PetForm
 
PetTypeBinder - Class in org.springframework.richclient.samples.petclinic.ui.binder
 
PetTypeBinder() - Constructor for class org.springframework.richclient.samples.petclinic.ui.binder.PetTypeBinder
 
pop(boolean) - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
populateBindings(Bindings, JComponent) - Method in class org.springframework.richclient.script.ScriptedView
Populates the bindings that will be passed to the script.
popupMenuCanceled(PopupMenuEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
popupMenuCanceled(PopupMenuEvent) - Method in class org.springframework.richclient.util.RefreshingPopupMenuListener
 
PopupMenuMouseListener - Class in org.springframework.richclient.util
Convenient listener that will show a popup menu when it receives a popup trigger.
PopupMenuMouseListener() - Constructor for class org.springframework.richclient.util.PopupMenuMouseListener
Creates a new PopupMenuMouseListener.
PopupMenuMouseListener(JPopupMenu) - Constructor for class org.springframework.richclient.util.PopupMenuMouseListener
Creates a new PopupMenuMouseListener that will show the provided popup.
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class org.springframework.richclient.util.RefreshingPopupMenuListener
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class org.springframework.richclient.command.support.ToggleButtonPopupListener
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class org.springframework.richclient.util.RefreshingPopupMenuListener
 
postCommit(FormModel) - Method in interface org.springframework.binding.form.CommitListener
Called just after a form model is commited.
postCommit() - Method in class org.springframework.binding.form.support.AbstractFormModel
Hook for subclasses to intercept after a successful commit has finished.
postCommit(FormModel) - Method in class org.springframework.binding.form.support.CommitListenerAdapter
 
postCommit(FormModel) - Method in class org.springframework.richclient.form.AbstractDetailForm
Commit this forms data back to the master table.
postCommit(FormModel) - Method in class org.springframework.richclient.form.AbstractForm
 
postConstraintApplied() - Method in class org.springframework.richclient.list.FilteredComboBoxListModel
 
postConstraintApplied() - Method in class org.springframework.richclient.list.FilteredListModel
Called to notify that the constraint was applied to all elements.
postExecution(ActionCommand) - Method in interface org.springframework.richclient.command.ActionCommandInterceptor
Will be called after successfull execution of an action command.
postExecution(ActionCommand) - Method in class org.springframework.richclient.command.support.ActionCommandInterceptorAdapter
 
postLogin() - Method in class org.springframework.richclient.security.LoginCommand
Called to give subclasses control after a successful login.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
A default implemenation, performing no operation.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.richclient.context.support.LabelConfigurableBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.richclient.context.support.TitleConfigurableBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.richclient.application.ProgressMonitoringBeanFactoryPostProcessor
Notifies this instance's associated progress monitor of progress made while processing the given bean factory.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.richclient.context.support.DefaultRichClientApplicationContext
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Configures the given object.
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.richclient.context.support.LabelConfigurableBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.richclient.context.support.TitleConfigurableBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
 
postProcessNewConvertingValueModel(String, Class, ValueModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
Provides a hook for subclasses to perform some processing after a new converting value model has been added to this form model.
postProcessNewConvertingValueModel(String, Class, ValueModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
postProcessNewValueModel(String, ValueModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
Provides a hook for subclasses to perform some processing after a new value model has been added to this form model.
postProcessNewValueModel(String, ValueModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
preCommit(FormModel) - Method in interface org.springframework.binding.form.CommitListener
Called just before a form model is about to commit.
preCommit() - Method in class org.springframework.binding.form.support.AbstractFormModel
Hook for subclasses to intercept before a commit.
preCommit(FormModel) - Method in class org.springframework.binding.form.support.CommitListenerAdapter
 
preCommit(FormModel) - Method in class org.springframework.richclient.form.AbstractForm
 
preExecution(ActionCommand) - Method in interface org.springframework.richclient.command.ActionCommandInterceptor
Will be called before the action command is executed.
preExecution(ActionCommand) - Method in class org.springframework.richclient.command.support.ActionCommandInterceptorAdapter
 
PreferenceCommand - Class in org.springframework.richclient.preference
 
PreferenceCommand() - Constructor for class org.springframework.richclient.preference.PreferenceCommand
 
PreferenceDialog - Class in org.springframework.richclient.preference
 
PreferenceDialog() - Constructor for class org.springframework.richclient.preference.PreferenceDialog
 
PreferenceDialog(String) - Constructor for class org.springframework.richclient.preference.PreferenceDialog
 
PreferenceManager - Class in org.springframework.richclient.preference
Manages the PreferenceStore and the PreferenceDialog.
PreferenceManager() - Constructor for class org.springframework.richclient.preference.PreferenceManager
 
PreferencePage - Class in org.springframework.richclient.preference
 
PreferencePage(String) - Constructor for class org.springframework.richclient.preference.PreferencePage
 
PreferencePage(String, boolean) - Constructor for class org.springframework.richclient.preference.PreferencePage
 
PreferencesSettings - Class in org.springframework.richclient.settings.j2seprefs
Settings implementation using the J2SE Preferences API.
PreferencesSettings(String) - Constructor for class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
Create the root.
PreferencesSettings(PreferencesSettings, String) - Constructor for class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
Create a child with the given name.
PreferencesSettings(Preferences) - Constructor for class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
PreferencesSettingsFactory - Class in org.springframework.richclient.settings.j2seprefs
Settings factory that uses J2SE Preferences.
PreferencesSettingsFactory() - Constructor for class org.springframework.richclient.settings.j2seprefs.PreferencesSettingsFactory
 
preferredLayoutSize(Container) - Method in class org.springframework.richclient.util.OverlayHelper.SingleComponentLayoutManager
 
prepareBackingCollection(Collection) - Method in class org.springframework.binding.value.support.BufferedCollectionValueModel
Prepare the backing collection for installation into the buffered list model.
prepareBackingCollection(Collection) - Method in class org.springframework.binding.value.support.DeepCopyBufferedCollectionValueModel
Prepare the backing collection for installation into the listListModel.
prepareConnection(HttpURLConnection, int) - Method in class org.springframework.richclient.security.remoting.BasicAuthHttpInvokerRequestExecutor
Called every time a HTTP invocation is made.
prepareDialogPage(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Prepare a dialog page - Add our property listeners and configure the control's look.
prepareValueModel(ValueModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
Prepare the provided value model for use in this form model.
prepareWindowForView(JFrame, ApplicationWindowConfigurer) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
preProcessNewConvertingValueModel(String, Class, ValueModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
Provides a hook for subclasses to optionally decorate a new converting value model added to this form model.
preProcessNewConvertingValueModel(String, Class, ValueModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
preProcessNewValueModel(String, ValueModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
Provides a hook for subclasses to optionally decorate a new value model added to this form model.
preProcessNewValueModel(String, ValueModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
present() - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
present(String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
present() - Static method in class org.springframework.rules.constraint.Required
returns the present instance
present() - Method in class org.springframework.rules.factory.Constraints
 
present(String) - Method in class org.springframework.rules.factory.Constraints
Returns a present bean property expression.
PRESSED_ICON_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the pressed icon for a given object.
printSizes(Component) - Static method in class org.springframework.richclient.util.SpringLayoutUtils
A debugging utility that prints to stdout the component's minimum, preferred, and maximum sizes.
processComponent(String, JComponent) - Method in interface org.springframework.richclient.form.builder.FormComponentInterceptor
Perform some kind of processing on the component.
processComponent(String, JComponent) - Method in class org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
 
processComponent(String, JComponent) - Method in class org.springframework.richclient.form.builder.support.AbstractFormComponentStatusBarInterceptor
 
processComponent(String, JComponent) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptor
 
processComponent(String, JComponent) - Method in class org.springframework.richclient.form.builder.support.DirtyIndicatorInterceptor
 
processComponent(String, JComponent) - Method in class org.springframework.richclient.form.builder.support.OverlayValidationInterceptorFactory.OverlayValidationInterceptor
 
processComponent(String, JComponent) - Method in class org.springframework.richclient.list.ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
 
processComponent(String, JTextComponent) - Method in class org.springframework.richclient.text.SelectAllFormComponentInterceptorFactory.SelectAllFormComponentInterceptor
 
processComponent(String, JTextComponent) - Method in class org.springframework.richclient.text.TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor
 
processComponent(String, JComponent) - Method in class org.springframework.richclient.text.TextComponentInterceptor
 
processComponent(String, JTextComponent) - Method in class org.springframework.richclient.text.TextComponentInterceptor
Process the text component.
processDialogPage(DialogPage) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
processing() - Method in class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
 
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class org.springframework.richclient.control.PatchedJFormattedTextField
Overiding this method prevents the TextField from intercepting the Enter Key when focus is not on it.
processLabel(String, JComponent) - Method in interface org.springframework.richclient.form.builder.FormComponentInterceptor
Perform some kind of processing on the label.
processLabel(String, JComponent) - Method in class org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
 
processLabel(String, JComponent) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptor
 
ProcessStatus - Class in org.springframework.core.closure.support
Enumeration of possible process statuses.
ProgressBarProgressMonitor - Class in org.springframework.richclient.progress
ProgressMonitor implementation that delegates to a JProgressBar.
ProgressBarProgressMonitor(JProgressBar) - Constructor for class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
ProgressMonitor - Interface in org.springframework.richclient.progress
A interface for monitoring task progress.
ProgressMonitoringBeanFactoryPostProcessor - Class in org.springframework.richclient.application
A BeanFactoryPostProcessor that notifies a specified ProgressMonitor of progress made while loading a bean factory.
ProgressMonitoringBeanFactoryPostProcessor(ProgressMonitor, MessageSource) - Constructor for class org.springframework.richclient.application.ProgressMonitoringBeanFactoryPostProcessor
Creates a new ProgressMonitoringBeanFactoryPostProcessor that will report the progress of loading the beans in a bean factory to the given progress monitor, optionally providing internationalized messages.
ProgressSplashScreen - Class in org.springframework.richclient.application.splash
A lightweight splash-screen for displaying the progress of a GUI application startup process.
ProgressSplashScreen() - Constructor for class org.springframework.richclient.application.splash.ProgressSplashScreen
Creates a new ProgressSplashScreen that uses an underlying ProgressBarProgressMonitor.
PROPERTIES - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
PropertiesConstraint - Class in org.springframework.rules.constraint.property
A constraint that returns the result of a boolean expression that tests two variable bean property values.
PropertiesConstraint(String, BinaryConstraint, String) - Constructor for class org.springframework.rules.constraint.property.PropertiesConstraint
Creates a BeanPropertyExpression
PROPERTY_PASSWORD - Static variable in class org.springframework.richclient.security.LoginDetails
 
PROPERTY_PASSWORD - Static variable in class org.springframework.richclient.security.SessionDetails
Deprecated.  
PROPERTY_USERNAME - Static variable in class org.springframework.richclient.security.LoginDetails
 
PROPERTY_USERNAME - Static variable in class org.springframework.richclient.security.SessionDetails
Deprecated.  
PropertyAccessorUtils - Class in org.springframework.richclient.beans
Utility methods for classes that perform bean property access according to the PropertyAccessor interface.
PropertyAccessorUtils() - Constructor for class org.springframework.richclient.beans.PropertyAccessorUtils
 
PropertyAccessStrategy - Interface in org.springframework.binding
A strategy for accessing a domain object's properties.
PropertyAdapter - Class in org.springframework.binding.value.support
Adapts a value model to JavaBean's property.
PropertyAdapter(ValueModel, Object, String) - Constructor for class org.springframework.binding.value.support.PropertyAdapter
 
PropertyAdapter(ValueModel, MutablePropertyAccessStrategy, String) - Constructor for class org.springframework.binding.value.support.PropertyAdapter
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.AbstractFormModel.ChildStateChangeHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.AbstractFormModel.ParentStateChangeHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.DefaultFormModel.ValidatingFormValueModel.ValueChangeHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
Forwarding of known property events coming from child models.
propertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.binding.value.swing.SelectableButtonModelAdapter
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.application.support.DefaultPageComponentPane
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.command.SwingActionAdapter
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.dialog.CompositeDialogPage.ChildChangeHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.dialog.support.DialogPageUtils.PageCompleteAdapter
Handle a change in the page complete state of the dialog page
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.form.binding.swing.ListBinding.ValueModelListener
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.form.FormGuard
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.list.AbstractListSelectionGuard
Handle a change in the selectionHolder value.
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.list.DynamicComboBoxListModel
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.list.DynamicListModel
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.list.SingleListSelectionGuard
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.LogPropertyChangeListener
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm.StateSynchronizingToggleCommand
 
propertyChange(PropertyChangeEvent) - Method in class org.springframework.richclient.wizard.WizardDialog
 
PropertyChangePublisher - Interface in org.springframework.binding.value
Interface implemented by domain objects that can publish property change events.
PropertyChangeSupport - Class in org.springframework.binding.value.support
Convenience class that provides propertyChange support.
PropertyChangeSupport(Object) - Constructor for class org.springframework.binding.value.support.PropertyChangeSupport
Constructs a SwingPropertyChangeSupport object.
PropertyChangeSupportUtils - Class in org.springframework.binding.support
Consists exclusively of static convenience methods for adding and removing PropertyChangeListeners for bound JavaBean properties.
PropertyChangeSupportUtils() - Constructor for class org.springframework.binding.support.PropertyChangeSupportUtils
 
PropertyConstraint - Interface in org.springframework.rules.constraint.property
A predicate that constrains a bean property in some way.
PropertyConstraintProvider - Interface in org.springframework.rules
Interface indicating the providing of validation.
PropertyConstraints - Class in org.springframework.rules.factory
Helper class for creating and composing constraints for a single domain object property.
PropertyConstraints(String) - Constructor for class org.springframework.rules.factory.PropertyConstraints
 
PropertyInGroupConstraint - Class in org.springframework.rules.constraint.property
Property constraint which works like InGroup constraint but allows using a dynamic value list to determine if a property value is in a group of values.
PropertyInGroupConstraint(String, String) - Constructor for class org.springframework.rules.constraint.property.PropertyInGroupConstraint
 
PropertyMetadataAccessStrategy - Interface in org.springframework.binding
Simple interface for accessing metadata about a particular property.
PropertyNotSetException - Exception in org.springframework.richclient.application
Indicates that the initialization of an object has not set a required property.
PropertyNotSetException(Class, String) - Constructor for exception org.springframework.richclient.application.PropertyNotSetException
Creates a new PropertyNotSetException with the specified bean class and property name.
PropertyPresent - Class in org.springframework.rules.constraint.property
Predicate that tests if the specified bean property is "present" - that is, passes the "Required" test.
PropertyPresent(String) - Constructor for class org.springframework.rules.constraint.property.PropertyPresent
Constructs a property present predicate for the specified property.
PropertyResults - Class in org.springframework.rules.reporting
 
PropertyResults(String, Object, Constraint) - Constructor for class org.springframework.rules.reporting.PropertyResults
 
PropertyValueConstraint - Class in org.springframework.rules.constraint.property
A constraint that returns the result of a boolean expression that tests a variable bean property value against a predicate (constraint).
PropertyValueConstraint(String, Constraint) - Constructor for class org.springframework.rules.constraint.property.PropertyValueConstraint
Creates a BeanPropertyValueConstraint.
PROTECTED_FIELD - Static variable in class org.springframework.binding.form.support.UserMetadata
The name of a user metadata value which is used to determine if a value for a form field is protected and should be hidden on logging or error messages.
ProtectedField - Annotation Type in org.springframework.binding.support
marks a field as protected - usefull for password fields
PullDownMenuButtonConfigurer - Class in org.springframework.richclient.command.config
CommandButtonConfigurer for pulldown menu buttons.
PullDownMenuButtonConfigurer() - Constructor for class org.springframework.richclient.command.config.PullDownMenuButtonConfigurer
 
purge(Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
 
purge(Throwable) - Method in interface org.springframework.richclient.exceptionhandling.delegation.ExceptionPurger
Purges the throwable to unwrap it to find the most suitable throwable to evaluate or handle.
purgeOnAppropriateCheck - Variable in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
purgeOnHandling - Variable in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
push(Constraint) - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
pushAnd() - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
pushNot() - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
pushOr() - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
put(Object) - Method in class org.springframework.richclient.table.TableDataProvider
 
putSpi(String, String) - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 

Q

qualifier(String) - Static method in class org.springframework.richclient.util.ClassUtils
Returns the qualifier for a name separated by dots.

R

raiseBindingError(DefaultFormModel.ValidatingFormValueModel, Object, Exception) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
raiseValidationMessage(ValidationMessage) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
raiseValidationMessage(ValidationMessage) - Method in interface org.springframework.binding.form.ValidatingFormModel
Provide validation messages that are generated by a process separate from the standard Validator.
rampDelay - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
range(Comparable, Comparable) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
range(Comparable, Comparable, boolean) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
range(Object, Object, Comparator) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
range(Object, Object, Comparator, boolean) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
range(int, int) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
range(long, long) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
range(float, float) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
Range - Class in org.springframework.rules.constraint
A range whose edges are defined by a minimum Comparable and a maximum Comparable.
Range(Comparable, Comparable) - Constructor for class org.springframework.rules.constraint.Range
Creates a range with the specified Comparable min and max edges.
Range(Comparable, Comparable, boolean) - Constructor for class org.springframework.rules.constraint.Range
Creates a range with the specified Comparable min and max edges.
Range(Object, Object, Comparator) - Constructor for class org.springframework.rules.constraint.Range
Creates a range with the specified min and max edges.
Range(Object, Object, Comparator, boolean) - Constructor for class org.springframework.rules.constraint.Range
Creates a range with the specified min and max edges.
Range(int, int) - Constructor for class org.springframework.rules.constraint.Range
Convenience constructor for int ranges.
Range(int, int, boolean) - Constructor for class org.springframework.rules.constraint.Range
Convenience constructor for int ranges.
Range(float, float) - Constructor for class org.springframework.rules.constraint.Range
Convenience constructor for float ranges.
Range(float, float, boolean) - Constructor for class org.springframework.rules.constraint.Range
Convenience constructor for float ranges.
Range(double, double) - Constructor for class org.springframework.rules.constraint.Range
Convenience constructor for double ranges.
Range(double, double, boolean) - Constructor for class org.springframework.rules.constraint.Range
Convenience constructor for double ranges.
range(Comparable, Comparable) - Method in class org.springframework.rules.factory.Constraints
 
range(Comparable, Comparable, boolean) - Method in class org.springframework.rules.factory.Constraints
 
range(Object, Object, Comparator) - Method in class org.springframework.rules.factory.Constraints
 
range(Object, Object, Comparator, boolean) - Method in class org.springframework.rules.factory.Constraints
 
range(int, int) - Method in class org.springframework.rules.factory.Constraints
 
range(long, long) - Method in class org.springframework.rules.factory.Constraints
 
range(float, float) - Method in class org.springframework.rules.factory.Constraints
 
range(double, double) - Method in class org.springframework.rules.factory.Constraints
 
read(String) - Method in class org.springframework.richclient.settings.xml.FileSystemXmlSettingsReaderWriter
 
read(String) - Method in class org.springframework.richclient.settings.xml.StringXmlSettingsReaderWriter
 
read(String) - Method in interface org.springframework.richclient.settings.xml.XmlSettingsReaderWriter
Reads the settings with the given key from the backing store.
READ_ONLY_PROPERTY - Static variable in interface org.springframework.binding.form.FieldMetadata
The name of the bound property readOnly.
readableFileCheck() - Static method in class org.springframework.richclient.filechooser.FileChecks
 
readOnly - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
readOnly - Variable in class org.springframework.richclient.form.binding.swing.NumberBinding
 
READONLY_PROPERTY - Static variable in interface org.springframework.binding.form.FormModel
The name of the bound property readonly.
readOnlyChanged() - Method in class org.springframework.richclient.components.ShuttleListBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.support.AbstractBinding
Called when the read only state of the bound property changes.
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.FormattedTextFieldBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.LabelBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.NumberBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.TextComponentBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinding
 
readOnlyChanged() - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
ReadOnlyFieldMetadata - Class in org.springframework.binding.form.support
 
ReadOnlyFieldMetadata(FormModel, Class) - Constructor for class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
ReadOnlyFieldMetadata(FormModel, Class, Map) - Constructor for class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
readOnlyUpdated() - Method in class org.springframework.binding.form.support.AbstractFormModel
Fires the necessary property change event for changes to the readOnly property.
reallocateIndexes() - Method in class org.springframework.richclient.list.FilteredListModel
Internally called to reallocate the indexes.
reallocateIndexes() - Method in class org.springframework.richclient.list.SortedListModel
Internally called to reallocate the indexes.
rebuildAllControls() - Method in class org.springframework.richclient.command.CommandGroup
 
rebuildControls() - Method in class org.springframework.richclient.command.GroupMemberList
 
REDO - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
ReflectionAnnotationTranslator - Class in org.springframework.binding.support
Uses reflection to translate annotations into property level user metadata.
ReflectionAnnotationTranslator() - Constructor for class org.springframework.binding.support.ReflectionAnnotationTranslator
 
ReflectionUtils - Class in org.springframework.richclient.util
Utility to make class-members accessible.
ReflectionUtils() - Constructor for class org.springframework.richclient.util.ReflectionUtils
 
refresh() - Method in class org.springframework.binding.value.support.RefreshableValueHolder
Refresh te value by executing the refresh Closure.
RefreshableValueHolder - Class in org.springframework.binding.value.support
ValueModel adding a refreshable aspect.
RefreshableValueHolder(Closure) - Constructor for class org.springframework.binding.value.support.RefreshableValueHolder
Constructor supplying a refresh Closure.
RefreshableValueHolder(Closure, boolean) - Constructor for class org.springframework.binding.value.support.RefreshableValueHolder
Constructor supplying a refresh Closure that allways has to be triggered when reading the value.
RefreshableValueHolder(Closure, boolean, boolean) - Constructor for class org.springframework.binding.value.support.RefreshableValueHolder
Constructor supplying a refresh Closure that allways has to be triggered when reading the value.
RefreshingPopupMenuListener - Class in org.springframework.richclient.util
Popup menu listener that refreshes a value holder -- typically a holder holding the list's contents -- when the popup is made visible.
RefreshingPopupMenuListener(RefreshableValueHolder) - Constructor for class org.springframework.richclient.util.RefreshingPopupMenuListener
 
regexp(String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
regexp(String, String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
regexp(String) - Method in class org.springframework.rules.factory.Constraints
Creates a constraint backed by a regular expression.
regexp(String, String) - Method in class org.springframework.rules.factory.Constraints
Creates a constraint backed by a regular expression, with a type for reporting.
RegexpConstraint - Class in org.springframework.rules.constraint
A constraint based on a regular expression pattern.
RegexpConstraint(String) - Constructor for class org.springframework.rules.constraint.RegexpConstraint
Creates a RegexpConstraint with the provided regular expression pattern string.
RegexpConstraint(String, String) - Constructor for class org.springframework.rules.constraint.RegexpConstraint
Creates a RegexpConstraint with the provided regular expression pattern string and sets the type of the constraint to provide specific messages.
register(String, ActionCommandExecutor) - Method in interface org.springframework.richclient.application.PageComponentContext
Register a local handler for a global command.
register(String, ActionCommandExecutor) - Method in class org.springframework.richclient.application.support.DefaultViewContext
 
RegisterableExceptionHandler - Interface in org.springframework.richclient.exceptionhandling
An exception handler which can be registered (to for example the EDT and all threads).
registerAccelerators() - Method in class org.springframework.richclient.text.TextComponentPopup
 
registerBinderForControlType(Class, Binder) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
registerBinderForPropertyName(Class, String, Binder) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
registerBinderForPropertyType(Class, Binder) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
registerCancelCommandAsDefault() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Register the cancel button as the default dialog button.
registerCommand(AbstractCommand) - Method in interface org.springframework.richclient.command.CommandRegistry
Registers the given command with the registry.
registerCommand(AbstractCommand) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
registerCommand(AbstractCommand) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Registers the given command with the registry.
registerDefaultBinders() - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Register the default set of binders.
registerDefaultBinders() - Method in class org.springframework.richclient.form.binding.swing.SwingBinderSelectionStrategy
 
registerDefaultCommand() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Register the finish button as the default dialog button.
registerDefaultCommand(ActionCommand) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Register the provided button as the default dialog button.
registerDefaultCommand() - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
registerDefaultCommand() - Method in class org.springframework.richclient.dialog.MessageDialog
 
registerDestructionCallback(String, Runnable) - Method in class org.springframework.richclient.context.support.ApplicationWindowScope
 
registerExceptionHandler() - Method in class org.springframework.richclient.exceptionhandling.AbstractRegisterableExceptionHandler
Registers the exception handler for all threads and the event thread specifically.
registerExceptionHandler(RegisterableExceptionHandler) - Static method in class org.springframework.richclient.exceptionhandling.AwtExceptionHandlerAdapterHack
Sets the AwtExceptionHandlerAdapterHack.SUN_AWT_EXCEPTION_HANDLER_KEY system property to register this class as the event thread's exception handler.
registerExceptionHandler() - Method in class org.springframework.richclient.exceptionhandling.DefaultRegisterableExceptionHandler
Currently on registers for the event thread, not for other threads.
registerExceptionHandler() - Method in interface org.springframework.richclient.exceptionhandling.RegisterableExceptionHandler
 
registerFormModelPropertyChangeListener() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
registerGuarded(String, Guarded) - Method in class org.springframework.richclient.form.builder.support.ValidationInterceptor
Register a guarded object on a specific property.
registerLocalCommandExecutors(PageComponentContext) - Method in class org.springframework.richclient.application.support.AbstractView
Template method called once when this view is initialized; allows subclasses to register local executors for shared commands with the view context.
registerLocalCommandExecutors(PageComponentContext) - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
registerLocalCommandExecutors(PageComponentContext) - Method in class org.springframework.richclient.samples.simple.ui.ContactView
Register the local command executors to be associated with named commands.
registerMessageReceiver(String, Messagable) - Method in class org.springframework.richclient.form.builder.support.ValidationInterceptor
Register a messageReceiver on a specific property.
registerPostProcessorAction(String) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Register a post-processor action.
registerPropertyConverter(String, Converter, Converter) - Method in interface org.springframework.binding.form.FormModel
Register converters for a given property name.
registerPropertyConverter(String, Converter, Converter) - Method in class org.springframework.binding.form.support.AbstractFormModel
Register converters for a given property name.
registerSecurityControllerAlias(String, SecurityController) - Method in interface org.springframework.richclient.security.SecurityControllerManager
Register an alias for a SecurityController.
registerSecurityControllerAlias(String, SecurityController) - Method in class org.springframework.richclient.security.support.DefaultSecurityControllerManager
Register an alias for a SecurityController.
registerService(Object, Class) - Method in class org.springframework.richclient.application.support.StaticApplicationServices
 
relatedGapRow() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a new row.
RelationalOperator - Class in org.springframework.rules.constraint
Type-safe enum class for supported binary operators.
reload(IconSize) - Method in class org.springframework.richclient.image.ReloadableSizedIconSource
 
reload(IconSize) - Method in interface org.springframework.richclient.image.SizedIconSource
Reload all icons in this registry with the provided IconSize.
ReloadableSizedIconSource - Class in org.springframework.richclient.image
Default implementation of a reloadable sized icon registry.
ReloadableSizedIconSource(IconSize, ImageSource) - Constructor for class org.springframework.richclient.image.ReloadableSizedIconSource
Create a sized icon registry with icons of a specified size and icon resources to be loaded from the specified image source.
RemotingSecurityConfigurer - Class in org.springframework.richclient.security
Correctly configures the username and password on Spring's remoting proxy factory beans.
RemotingSecurityConfigurer() - Constructor for class org.springframework.richclient.security.RemotingSecurityConfigurer
 
remove(ValidationResultsModel) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
Remove the given validationResultsModel from the list of children.
remove(ValidationResultsModel) - Method in interface org.springframework.binding.validation.ValidationResultsModel
Remove the given validationResultsModel from the list of children.
remove(int) - Method in class org.springframework.binding.value.support.ListListModel
 
remove(Object) - Method in class org.springframework.binding.value.support.ListListModel
 
remove(Component) - Method in class org.springframework.richclient.application.mdi.ScrollingDesktopPane
 
remove(ApplicationWindow) - Method in class org.springframework.richclient.application.WindowManager
Removes the given window from the set of windows managed by this window manager.
remove(AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroup
 
remove(AbstractCommand, boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
remove(String, AbstractCommand) - Method in class org.springframework.richclient.command.CommandGroup
 
remove(String, AbstractCommand, boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
remove(ToggleCommand) - Method in class org.springframework.richclient.command.ExclusiveCommandGroupSelectionController
 
remove(GroupMember) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
If the given member belongs to this exponsion point, it will be removed.
remove(String) - Method in class org.springframework.richclient.context.support.ApplicationWindowScope
 
remove(int, int) - Method in class org.springframework.richclient.list.ComboBoxAutoCompletion
 
remove(int) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
remove(String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
remove(String) - Method in interface org.springframework.richclient.settings.Settings
 
remove(int) - Method in class org.springframework.richclient.table.BaseTableModel
Removes from the table model the row at the given position in the list of rows.
remove(int, int) - Method in class org.springframework.richclient.table.BaseTableModel
Removes all of the rows from firstIndex to lastIndex inclusive.
remove(int[]) - Method in class org.springframework.richclient.table.BaseTableModel
Removes the rows at each of the given positions.
remove(int) - Method in interface org.springframework.richclient.table.MutableTableModel
Removes from the table model the row at the given position in the list of rows.
remove(int, int) - Method in interface org.springframework.richclient.table.MutableTableModel
Removes all of the rows from firstIndex to lastIndex inclusive.
remove(int[]) - Method in interface org.springframework.richclient.table.MutableTableModel
Removes the rows at each of the given positions.
remove(Object) - Method in class org.springframework.richclient.util.EventListenerListHelper
Removes listener from the list of registered listeners.
remove(Constraint) - Method in class org.springframework.rules.constraint.CompoundConstraint
 
removeActionListener(ActionListener) - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
 
removeActionListener(ActionListener) - Method in class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
 
removeActionListener(ActionListener) - Method in class org.springframework.richclient.list.LabeledEnumComboBoxEditor
 
removeAll(Collection) - Method in class org.springframework.binding.value.support.ListListModel
 
removeBindings() - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
removeChangeListener(ChangeListener) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
removeChild(HierarchicalFormModel) - Method in interface org.springframework.binding.form.HierarchicalFormModel
Removes a child from this form model.
removeChild(HierarchicalFormModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
Remove a child FormModel.
removeChild(HierarchicalFormModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
removeChildForm(Form) - Method in class org.springframework.richclient.form.AbstractForm
 
removeChildForm(Form) - Method in interface org.springframework.richclient.form.Form
Remove the given Form as child from this Form.
removeCommandInterceptor(ActionCommandInterceptor) - Method in class org.springframework.richclient.command.ActionCommand
 
removeCommandInterceptor(String, ActionCommandInterceptor) - Method in interface org.springframework.richclient.command.CommandManager
 
removeCommandInterceptor(String, ActionCommandInterceptor) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
removeCommandRegistryListener(CommandRegistryListener) - Method in interface org.springframework.richclient.command.CommandRegistry
Remove the given listener from the collection of listeners that will be notified of registry events.
removeCommandRegistryListener(CommandRegistryListener) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
removeCommandRegistryListener(CommandRegistryListener) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Remove the given listener from the collection of listeners that will be notified of registry events.
removeCommitListener(CommitListener) - Method in interface org.springframework.binding.form.FormModel
Removes the specified listener to the list if listeners notified when a commit happens.
removeCommitListener(CommitListener) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
removeCommitTriggerListener(CommitTriggerListener) - Method in class org.springframework.binding.value.CommitTrigger
Removed the provided listener to the list of listeners that will be notified whenever a commit or revert event is fired.
removeControlledObject(Authorizable) - Method in interface org.springframework.richclient.security.SecurityController
Remove an object from our controlled set.
removeControlledObject(Authorizable) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Remove an object from our controlled set.
removeDockable(DockingDesktop, Dockable) - Method in interface org.springframework.richclient.application.docking.vldocking.VLDockingLayoutManager
 
removeElement(Object) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
removeElementAt(int) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
removeElipses(String) - Static method in class org.springframework.richclient.util.LabelUtils
 
removeEnabledListener(PropertyChangeListener) - Method in class org.springframework.richclient.command.AbstractCommand
Removes the given listener from the collection of listeners that will be notified when the command executor's enabled state changes.
removeEnabledListener(PropertyChangeListener) - Method in interface org.springframework.richclient.command.GuardedActionCommandExecutor
Removes the given listener from the collection of listeners that will be notified when the command executor's enabled state changes.
removeEnabledListener(PropertyChangeListener) - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
 
removeExtension(String) - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Removes the given extension.
removeFormObjectChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractForm
 
removeFormValueChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractForm
 
removeGroupListener(CommandGroupListener) - Method in class org.springframework.richclient.command.CommandGroup
 
removeGuarded(Guarded) - Method in class org.springframework.richclient.form.AbstractForm
 
removeGuarded(Guarded) - Method in interface org.springframework.richclient.form.Form
Detach the Guarded object.
removeGuarded(Guarded) - Method in class org.springframework.richclient.form.FormGuard
Removes the guarded object from the management of this FormGuard.
removeIgnoredHibernateProperty(String) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Remove a property for the Hibernate validator to ignore.
removeKeyStrokeBinding(KeyStroke) - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
removeLayoutComponent(Component) - Method in class org.springframework.richclient.util.OverlayHelper.SingleComponentLayoutManager
 
removeListDataListener(ListDataListener) - Method in class org.springframework.binding.value.support.ObservableEventList
 
removeListener(ApplicationListener) - Method in class org.springframework.richclient.application.support.ApplicationEventRedispatcher
Remove a listener from our set.
removeListSelectionListener(ListSelectionListener) - Method in class org.springframework.richclient.components.ShuttleList
Removes a listener from the list that's notified each time a change to the selection occurs.
removeMessage(ValidationMessage) - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
removeMessage(ValidationMessage) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
removeNodeSpi() - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
removePage(DialogPage) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
Remove a page from the tree.
removePage(WizardPage) - Method in class org.springframework.richclient.wizard.AbstractWizard
Removes the given page from this wizard.
removePageComponentListener(PageComponentListener) - Method in interface org.springframework.richclient.application.ApplicationPage
 
removePageComponentListener(PageComponentListener) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
removePageListener(PageListener) - Method in interface org.springframework.richclient.application.ApplicationWindow
 
removePageListener(PageListener) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
removeParent() - Method in interface org.springframework.binding.form.HierarchicalFormModel
Remove the parent form model
removeParent() - Method in class org.springframework.binding.form.support.AbstractFormModel
 
removeParent() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
removePropertyChangeListener(Object, String, PropertyChangeListener) - Static method in class org.springframework.binding.support.PropertyChangeSupportUtils
Removes a named property change listener to the given JavaBean.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.springframework.binding.value.PropertyChangePublisher
Remove the listener from all properties of this publisher.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.springframework.binding.value.PropertyChangePublisher
Remove the listener from a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.binding.value.support.PropertyChangeSupport
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.application.support.AbstractView
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.application.support.AbstractView
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.application.WindowManager
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.application.WindowManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.control.Tab
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.control.Tab
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitlePane
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.dialog.TitlePane
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractDetailForm
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.form.AbstractDetailForm
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.springframework.richclient.settings.AbstractSettings
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.springframework.richclient.settings.AbstractSettings
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.springframework.richclient.settings.Settings
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.springframework.richclient.settings.Settings
 
removeSettings() - Method in class org.springframework.richclient.settings.AbstractSettings
 
removeSettings() - Method in interface org.springframework.richclient.settings.Settings
Removes this Settings from the backing store.
removeSpi(String) - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
removeTab(Tab) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
removeTab(int) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
removeTreeModelListener(TreeModelListener) - Method in class org.springframework.richclient.tree.AbstractTreeModel
Removes a listener previously added with addTreeModelListener() .
removeUpdate(DocumentEvent) - Method in class org.springframework.binding.value.swing.AsYouTypeTextComponentAdapter
 
removeUpdate(DocumentEvent) - Method in class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
removeUserInputListener(UserInputListener) - Method in class org.springframework.richclient.swing.BigDecimalTextField
Remove a UserInputListener.
removeValidationListener(ValidationListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
removeValidationListener(String, ValidationListener) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
removeValidationListener(ValidationListener) - Method in interface org.springframework.binding.validation.ValidationResultsModel
Removes the provided validation listener.
removeValidationListener(String, ValidationListener) - Method in interface org.springframework.binding.validation.ValidationResultsModel
Removes the provided validation listener.
removeValidationListener(ValidationListener) - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
removeValidationListener(ValidationListener) - Method in class org.springframework.richclient.form.AbstractForm
 
removeValidationListener(ValidationListener) - Method in interface org.springframework.richclient.form.Form
Remove a ValidationListener.
removeValidationResultsReporter(ValidationResultsReporter) - Method in class org.springframework.richclient.form.AbstractForm
 
removeValidationResultsReporter(ValidationResultsReporter) - Method in interface org.springframework.richclient.form.Form
Remove the given ValidationResultsReporter from this Form.
removeValueChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
removeValueChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractValueModel
 
removeValueChangeListener(PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
removeValueChangeListener(PropertyChangeListener) - Method in interface org.springframework.binding.value.ValueModel
Deregisters the given PropertyChangeListener from this ValueModel.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class org.springframework.binding.value.support.AbstractPropertyChangePublisher
 
removeWizardListener(WizardListener) - Method in class org.springframework.richclient.wizard.AbstractWizard
Removes the given listener from this wizard.
removeWizardListener(WizardListener) - Method in interface org.springframework.richclient.wizard.Wizard
Removes the given listener from this wizard.
render(Object) - Method in class org.springframework.richclient.selection.binding.support.SelectField
Render the given value.
render(Object) - Method in class org.springframework.richclient.selection.binding.support.SimpleSelectField
 
RENDERER_KEY - Static variable in class org.springframework.richclient.components.ShuttleListBinder
 
RENDERER_KEY - Static variable in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
RENDERER_KEY - Static variable in class org.springframework.richclient.form.binding.swing.ListBinder
 
RENDERER_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
renderMessage(JComponent) - Method in class org.springframework.richclient.core.DefaultMessage
Renders this message on the given GUI component.
renderMessage(JComponent) - Method in interface org.springframework.richclient.core.Message
Decorate the given component with this message.
renderMessage(JComponent) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
renderQualifiedName(String) - Method in interface org.springframework.rules.reporting.BeanPropertyNameRenderer
 
renderQualifiedName(String) - Method in class org.springframework.rules.reporting.DefaultBeanPropertyNameRenderer
Renders a unqualified bean property string in the format: "parentProperty.myBeanProperty" like "ParentProperty.MyBeanProperty".
renderShortName(String) - Method in interface org.springframework.rules.reporting.BeanPropertyNameRenderer
 
renderShortName(String) - Method in class org.springframework.rules.reporting.DefaultBeanPropertyNameRenderer
Renders a unqualified bean property string in the format: "myBeanProperty" like "My Bean Property".
repaint(long, int, int, int, int) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
repaint() - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
replaceMessage(ValidationMessage, ValidationMessage) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
replaceWith(Collection) - Method in class org.springframework.binding.value.support.ListListModel
Replace this list model's items with the contents of the provided collection.
Reporter - Interface in org.springframework.richclient.samples.showcase.util
Interface indicating a reporter object.
reportError(ErrorInfo) - Method in class org.springframework.richclient.exceptionhandling.EmailNotifierErrorReporter
 
requestDefaultIn(RootPaneContainer) - Method in class org.springframework.richclient.command.ToggleCommand
 
requestFocusIn(Container) - Method in class org.springframework.richclient.command.AbstractCommand
Search for a button representing this command in the provided container and let it request the focus.
requestFocusInWindow() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerAddressForm
 
requestFocusInWindow() - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerGeneralForm
 
requestFocusInWindow() - Method in class org.springframework.richclient.samples.petclinic.ui.PetForm
 
requestFocusInWindow() - Method in class org.springframework.richclient.samples.simple.ui.ContactForm
Try to place the focus in the firstNameField whenever the initial focus is being set.
requestFocusInWindow() - Method in class org.springframework.richclient.security.LoginForm
 
requestSetSelection(boolean) - Method in class org.springframework.richclient.command.ToggleCommand
Handles the switching of the selected state.
required(Object, String) - Static method in class org.springframework.richclient.util.Assert
Assert that an object required; that is, it is not null.
required() - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
required(String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
Required - Class in org.springframework.rules.constraint
Validates a required property.
Required(String) - Constructor for class org.springframework.rules.constraint.Required
Creates a required constraint by using a custom type.
Required() - Constructor for class org.springframework.rules.constraint.Required
Default constructor which creates a required constraint by using the type required
required() - Method in class org.springframework.rules.factory.Constraints
Returns a required constraint.
required(String) - Method in class org.springframework.rules.factory.Constraints
Returns a required bean property expression.
RequiredIfOthersPresent - Class in org.springframework.rules.constraint.property
 
RequiredIfOthersPresent(String, String[]) - Constructor for class org.springframework.rules.constraint.property.RequiredIfOthersPresent
Tests that the property is required if all "other properties" are present.
RequiredIfOthersPresent(String, String[], LogicalOperator) - Constructor for class org.springframework.rules.constraint.property.RequiredIfOthersPresent
Tests that the property is required if "other properties" are present.
RequiredIfOthersPresent(String, String) - Constructor for class org.springframework.rules.constraint.property.RequiredIfOthersPresent
Tests that the property is required if all "other properties" are present.
RequiredIfOthersPresent(String, String, LogicalOperator) - Constructor for class org.springframework.rules.constraint.property.RequiredIfOthersPresent
Tests that the property is required if all or any of the "other properties" are present.
RequiredIfTrue - Class in org.springframework.rules.constraint.property
Validates a property value as 'required' if some other condition is true.
RequiredIfTrue(String, Constraint) - Constructor for class org.springframework.rules.constraint.property.RequiredIfTrue
Tests that the property is present if the provided predicate is satisified.
RequiredIfTrue(String) - Constructor for class org.springframework.rules.constraint.property.RequiredIfTrue
 
reset() - Method in interface org.springframework.binding.form.FormModel
Reset the form by replacing the form object with a newly instantiated object of the type of the current form object.
reset() - Method in class org.springframework.binding.form.support.AbstractFormModel
Complex forms with parent-child relations can use derived formModels.
reset() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Reset the ElementGenerator if possible.
RESET - Static variable in class org.springframework.core.closure.support.ProcessStatus
Process has been reset.
reset() - Method in class org.springframework.richclient.application.support.AboutBox.HtmlScroller
Resets this component to its inital state.
reset() - Method in class org.springframework.richclient.command.CommandGroup
 
reset() - Method in class org.springframework.richclient.form.AbstractForm
 
reset() - Method in interface org.springframework.richclient.form.Form
Reset the FormModel.
reset() - Method in class org.springframework.richclient.table.VisibleTableModelEvent
Invoked to indicate the visible rows/columns need to be recalculated again.
resetComparators() - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
resetComparators(Map) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
Reset the columnComparartos.
Useful when the columns of the model were changed, and by consequence their comparators.
ResizeTableColumnSupport - Class in org.springframework.richclient.table.support
Support for resizing of columns when double clicking in the resize area.
ResizeTableColumnSupport(JTable) - Constructor for class org.springframework.richclient.table.support.ResizeTableColumnSupport
Installs resize support on the given table
resolveExceptionCaption(Throwable) - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
resolveExceptionCaption(Throwable) - Method in class org.springframework.richclient.exceptionhandling.HibernateValidatorDialogExceptionHandler
 
resolveExceptionCaption(Throwable) - Method in class org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
 
resolveObjectName(String) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
resolves a field name to a user friendly display name
resolveObjectName(String) - Method in class org.springframework.binding.validation.support.RulesValidator
resolves a field name to a user friendly display name
resolveObjectName(String) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
resolveObjectName(String) - Method in interface org.springframework.rules.reporting.ObjectNameResolver
resolves a field name to a user friendly display name
resolveParentFrame() - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
resolvePlaceholder(String, Properties) - Method in class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
 
resolvePlaceholder(String) - Method in class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
Resolves the given placeholder using the jnlp properties.
RESOURCE_PREFIX - Static variable in class org.springframework.richclient.image.AwtImageResource
 
restoreState(Settings) - Method in interface org.springframework.richclient.settings.support.Memento
 
restoreState(Settings) - Method in class org.springframework.richclient.settings.support.SplitPaneMemento
 
restoreState(Settings) - Method in class org.springframework.richclient.settings.support.TableMemento
 
restoreState(Settings) - Method in class org.springframework.richclient.settings.support.TreeMemento
 
restoreState(Settings) - Method in class org.springframework.richclient.settings.support.WindowMemento
 
retainAll(Collection) - Method in class org.springframework.binding.value.support.ListListModel
 
revalidate() - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
revert() - Method in interface org.springframework.binding.form.FormModel
Reverts any dirty value models back to the original values that were loaded from the current form backing object since last call to either commit or revert or since the last change of the form backing object.
revert() - Method in class org.springframework.binding.form.support.AbstractFormModel
Revert state.
revert() - Method in class org.springframework.binding.value.CommitTrigger
Triggers a revert event.
revert() - Method in interface org.springframework.binding.value.CommitTriggerListener
Called when a revert event is fired.
revert() - Method in class org.springframework.binding.value.support.BufferedValueModel
Reverts the value held by the value model back to the value held by the wrapped value model.
revert() - Method in class org.springframework.richclient.form.AbstractForm
 
revert() - Method in class org.springframework.richclient.form.CompoundForm
 
revert() - Method in interface org.springframework.richclient.form.Form
Revert the FormModel.
revertToOriginal() - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
revertToOriginal() - Method in interface org.springframework.binding.value.support.DirtyTrackingValueModel
Reverts the value held by this model to the original value at the last call to reset or the last time a value came up from the inner model.
RichClientApplicationContext - Interface in org.springframework.richclient.context
 
RichValidator - Interface in org.springframework.binding.validation
Interface to be implemented by classes capable of incrementally validating domain objects.
RIGHT - Static variable in class org.springframework.richclient.layout.LabelOrientation
 
RIGHT - Static variable in class org.springframework.richclient.util.Alignment
 
RIGHT_INSETS - Static variable in class org.springframework.richclient.util.GridBagCellConstraints
 
RIGHT_INSETS_TWO_SPACES - Static variable in class org.springframework.richclient.util.GridBagCellConstraints
 
rightDecoration - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
ROLLOVER_ICON_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the rollover icon for a given object.
RootXmlSettings - Class in org.springframework.richclient.settings.xml
 
RootXmlSettings(Document, XmlSettingsReaderWriter) - Constructor for class org.springframework.richclient.settings.xml.RootXmlSettings
 
row() - Method in class org.springframework.richclient.form.builder.TableFormBuilder
adds a row to the form.
row() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a new row.
row(String) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a new row.
row(RowSpec) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a new row.
ROW_MAJOR_FOCUS_ORDER - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
Constant indicating row major focus traversal order.
ROWGROUPID - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
RowIndexColumnCellRenderer - Class in org.springframework.richclient.table.renderer
Renders a date/time in the standard format.
RowIndexColumnCellRenderer() - Constructor for class org.springframework.richclient.table.renderer.RowIndexColumnCellRenderer
 
rowOf(Object) - Method in class org.springframework.richclient.table.BaseTableModel
Returns the index of the first row containing the specified element, or -1 if this table model does not contain this element.
ROWS_KEY - Static variable in class org.springframework.richclient.form.binding.swing.TextAreaBinder
 
ROWSPAN - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
ROWSPEC - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
Rules - Class in org.springframework.rules
A factory for creating rules.
Rules() - Constructor for class org.springframework.rules.Rules
 
Rules(Class) - Constructor for class org.springframework.rules.Rules
 
Rules(Class, Map) - Constructor for class org.springframework.rules.Rules
 
ruleSatisfied(BasicValidationRule) - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
RulesSource - Interface in org.springframework.rules
Rules sources provide a mechanism for accessing rules associated with a bean class and specific bean properties.
rulesSourceImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
RulesValidator - Class in org.springframework.binding.validation.support
Implementation of a RichValidator which will check the formObject against rules found in a RulesSource.
RulesValidator(FormModel) - Constructor for class org.springframework.binding.validation.support.RulesValidator
Creates a RulesValidator for the given formModel.
RulesValidator(FormModel, RulesSource) - Constructor for class org.springframework.binding.validation.support.RulesValidator
Create a RulesValidator which uses the supplied RulesSource on the FormModel.
ruleViolated(BasicValidationRule) - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
run(Closure) - Method in interface org.springframework.core.closure.ClosureTemplate
Execute the template with the specific closure callback for the insertion of custom processing code.
run(Closure) - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Execute the template with the specific closure callback for the insertion of custom processing code.
run(Closure) - Method in class org.springframework.core.closure.support.AbstractElementGeneratorWorkflow
Execute the template with the specific closure callback for the insertion of custom processing code.
run() - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel.Animator
 
RUN - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
run() - Method in class org.springframework.richclient.table.TableUpdater
 
run() - Method in class org.springframework.richclient.util.SwingWorker
Calls the construct method to compute the result, and then invokes the finished method on the event dispatch thread.
runAuthorization() - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Update the authorization of all controlled objects.
RUNNING - Static variable in class org.springframework.core.closure.support.ProcessStatus
Process is running.
runPostProcessorActions(Object, boolean) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Run all the requested post-processor actions.
runUntil(Closure, Constraint) - Method in interface org.springframework.core.closure.ElementGenerator
Execute the template until the specified condition is true
runUntil(Closure, Constraint) - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Run a block of code (Closure) until a specific test (Constraint) is passed.
runWithReadLock(Runnable) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Executes the runnable with a read lock on the event list.
runWithWriteLock(Runnable) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Executes the runnable with a write lock on the event list.

S

SandboxSwingBindingFactory - Class in org.springframework.richclient.form.binding.swing
A convenient extension of SwingBindingFactory.
SandboxSwingBindingFactory(ConfigurableFormModel) - Constructor for class org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactory
Constructor.
SandboxSwingBindingFactoryProvider - Class in org.springframework.richclient.form.binding.swing
This provider constructs instances of SandboxSwingBindingFactory on demand.
SandboxSwingBindingFactoryProvider() - Constructor for class org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactoryProvider
 
SAVE - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
save() - Method in interface org.springframework.richclient.core.Saveable
 
save(ProgressMonitor) - Method in interface org.springframework.richclient.core.Saveable
 
save() - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettings
 
save() - Method in class org.springframework.richclient.settings.jdbc.JdbcSettings
 
save() - Method in interface org.springframework.richclient.settings.Settings
 
save() - Method in class org.springframework.richclient.settings.TransientSettings
 
save() - Method in class org.springframework.richclient.settings.xml.RootXmlSettings
 
save() - Method in class org.springframework.richclient.settings.xml.XmlSettings
 
SAVE_AS - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
Saveable - Interface in org.springframework.richclient.core
 
saveAs() - Method in interface org.springframework.richclient.core.Saveable
 
saveState(Settings) - Method in interface org.springframework.richclient.settings.support.Memento
 
saveState(Settings) - Method in class org.springframework.richclient.settings.support.SplitPaneMemento
 
saveState(Settings) - Method in class org.springframework.richclient.settings.support.TableMemento
 
saveState(Settings) - Method in class org.springframework.richclient.settings.support.TreeMemento
 
saveState(Settings) - Method in class org.springframework.richclient.settings.support.WindowMemento
 
scale - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
ScriptedView - Class in org.springframework.richclient.script
A View implementation that uses ScriptEngine to build its control.
ScriptedView() - Constructor for class org.springframework.richclient.script.ScriptedView
 
ScriptExecutionException - Exception in org.springframework.richclient.script
Converts ScriptException to a runtime exception.
ScriptExecutionException(String, ScriptException) - Constructor for exception org.springframework.richclient.script.ScriptExecutionException
 
ScriptIOException - Exception in org.springframework.richclient.script
Converts IOException to a runtime exception.
ScriptIOException(String, IOException) - Constructor for exception org.springframework.richclient.script.ScriptIOException
 
ScrollingDesktopManager - Class in org.springframework.richclient.application.mdi
Replaces the standard DesktopManager for JDesktopPane.
ScrollingDesktopManager(ScrollingDesktopPane) - Constructor for class org.springframework.richclient.application.mdi.ScrollingDesktopManager
 
ScrollingDesktopPane - Class in org.springframework.richclient.application.mdi
An extension of WDesktopPane that supports often used MDI functionality.
ScrollingDesktopPane() - Constructor for class org.springframework.richclient.application.mdi.ScrollingDesktopPane
 
ScrollPaneBinder - Class in org.springframework.richclient.form.binding.swing
A binder that binds a scroll pane and the scroll pane's view.
ScrollPaneBinder(BinderSelectionStrategy, Class) - Constructor for class org.springframework.richclient.form.binding.swing.ScrollPaneBinder
Constructs a new ScrollPaneBinder
ScrollPaneDecoratedBinding - Class in org.springframework.richclient.form.binding.swing
A convenience class that decorates the component produced from a source Binding with a JScrollPane.
ScrollPaneDecoratedBinding(Binding) - Constructor for class org.springframework.richclient.form.binding.swing.ScrollPaneDecoratedBinding
 
ScrollPaneDecoratedBinding(Binding, int, int) - Constructor for class org.springframework.richclient.form.binding.swing.ScrollPaneDecoratedBinding
 
ScrollPaneDecoratedBinding(Binding, JComponent) - Constructor for class org.springframework.richclient.form.binding.swing.ScrollPaneDecoratedBinding
 
scrollToRow(JTable, int) - Static method in class org.springframework.richclient.table.TableUtils
 
SecurityAwareConfigurer - Class in org.springframework.richclient.security
This class performs two main functions: It is a bean post-processor that will set the current authentication token on any newly created beans that implement AuthenticationAware. It listens for application ClientSecurityEvents and updates all the beans in the context that implement either AuthenticationAware or LoginAware according to the event received. In order for all this to take place, a singleton, non-lazy instance of this class must be defined in the Spring ApplicationContext.
SecurityAwareConfigurer() - Constructor for class org.springframework.richclient.security.SecurityAwareConfigurer
 
SecurityControllable - Interface in org.springframework.richclient.core
Interface implemented by objects whose authorized state can be controlled by a SecurityController.
SecurityController - Interface in org.springframework.richclient.security
A security controller is responsible for authorizing other Authorizable objects.
SecurityControllerManager - Interface in org.springframework.richclient.security
A SecurityControllerManager is responsible for linking a controllable object, one that implements SecurityControllable, to the appropriate SecurityController to manage it.
SecurityControllerManagerImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
SELECT_ALL - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
SELECTABLE_ITEMS_HOLDER_KEY - Static variable in class org.springframework.richclient.components.ShuttleListBinder
 
SELECTABLE_ITEMS_HOLDER_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
SELECTABLE_ITEMS_KEY - Static variable in class org.springframework.richclient.form.binding.swing.AbstractListBinder
key for defining a context dependent selectableItems value.
SelectableButtonModelAdapter - Class in org.springframework.binding.value.swing
Adapts a value model to a ButtonModel
SelectableButtonModelAdapter(ValueModel) - Constructor for class org.springframework.binding.value.swing.SelectableButtonModelAdapter
 
selectableItemsChanged() - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
selectAll() - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
 
selectAll() - Method in class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
 
selectAll() - Method in class org.springframework.richclient.list.LabeledEnumComboBoxEditor
 
SelectAllFormComponentInterceptorFactory - Class in org.springframework.richclient.text
Implements "select all" behaviour for form components.
SelectAllFormComponentInterceptorFactory() - Constructor for class org.springframework.richclient.text.SelectAllFormComponentInterceptorFactory
 
SelectAllFormComponentInterceptorFactory.SelectAllFormComponentInterceptor - Class in org.springframework.richclient.text
 
SelectAllFormComponentInterceptorFactory.SelectAllFormComponentInterceptor() - Constructor for class org.springframework.richclient.text.SelectAllFormComponentInterceptorFactory.SelectAllFormComponentInterceptor
 
selectBinder(FormModel, String) - Method in interface org.springframework.richclient.form.binding.BinderSelectionStrategy
Returns a binder for the provided form model and property name.
selectBinder(Class, FormModel, String) - Method in interface org.springframework.richclient.form.binding.BinderSelectionStrategy
Returns a binder that is capable of binding the provided control type to the provided form model and property name.
selectBinder(FormModel, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
selectBinder(Class, FormModel, String) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
SELECTED_ICON_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the selected icon for a given object.
SELECTED_ITEM_TYPE_KEY - Static variable in class org.springframework.richclient.components.ShuttleListBinder
 
SELECTED_ITEMS_HOLDER_KEY - Static variable in class org.springframework.richclient.components.ShuttleListBinder
 
SELECTED_PROPERTY - Static variable in class org.springframework.richclient.command.ToggleCommand
 
SELECTEDN_MSG_KEY - Static variable in class org.springframework.richclient.table.support.AbstractObjectTable
 
SelectField - Class in org.springframework.richclient.selection.binding.support
SelectField base class.
SelectField() - Constructor for class org.springframework.richclient.selection.binding.support.SelectField
 
SELECTION_INDEX_PROPERTY - Static variable in class org.springframework.richclient.form.AbstractMasterForm
Property name for indicating changes in our selected index.
SELECTION_MODE_KEY - Static variable in class org.springframework.richclient.form.binding.swing.ListBinder
 
selectionAllowed(int) - Method in class org.springframework.richclient.dialog.control.VetoableSingleSelectionModel
 
selectTab(Tab) - Method in class org.springframework.richclient.dialog.control.ExtTabbedPane
 
separator(String) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a separator with the given label.
separator(String, String) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a separator with the given label.
SEPARATOR_MEMBER_CODE - Static variable in class org.springframework.richclient.command.CommandGroupFactoryBean
The string that represents a separator between commands in the command group.
SeparatorGroupMember - Class in org.springframework.richclient.command
A command group member that represents a separator between other members of the group.
SeparatorGroupMember() - Constructor for class org.springframework.richclient.command.SeparatorGroupMember
Creates a new SeparatorGroupMember.
SeparatorUtils - Class in org.springframework.richclient.util
Utils class for consolidating separators on toolbars, popupmenus and menus.
ServiceNotFoundException - Exception in org.springframework.richclient.application
Indicates that an application service of a given type could not be found.
ServiceNotFoundException(Class) - Constructor for exception org.springframework.richclient.application.ServiceNotFoundException
Creates a new ServiceNotFoundException.
ServiceNotFoundException(String, Class) - Constructor for exception org.springframework.richclient.application.ServiceNotFoundException
Creates a new ServiceNotFoundException with the given detail message and nested exception.
ServiceNotFoundException(String, Class, Throwable) - Constructor for exception org.springframework.richclient.application.ServiceNotFoundException
Creates a new ServiceNotFoundException with the given detail message and nested exception.
services() - Static method in class org.springframework.richclient.application.Application
Return a global service locator for application services.
services() - Static method in class org.springframework.richclient.application.ApplicationServicesLocator
Convenience method to get the ApplicationServices by querying the currently loaded ApplicationServicesLocator.
SessionDetails - Class in org.springframework.richclient.security
Deprecated. by the creation of new ApplicationSecurityManager
SessionDetails() - Constructor for class org.springframework.richclient.security.SessionDetails
Deprecated.  
set(int, Object) - Method in class org.springframework.binding.value.support.ListListModel
Set the value of a list element at the specified index.
set(int, int) - Method in class org.springframework.richclient.table.VisibleTableModelEvent
Resets the underlying fields of the TableModelEvent.
set(int, Constraint) - Method in class org.springframework.rules.constraint.CompoundConstraint
 
set3DEnabled(boolean) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setAboutTextPath(Resource) - Method in class org.springframework.richclient.application.support.AboutBox
 
setAboutTextPath(Resource) - Method in class org.springframework.richclient.command.support.AboutCommand
Set the path to the HTML file to display.
setAccessDecisionManager(AccessDecisionManager) - Method in interface org.springframework.richclient.security.SecurityController
Set the access decision manager to use
setAccessDecisionManager(AccessDecisionManager) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Set the access decision manager to use
setActionCommand(String) - Method in class org.springframework.richclient.command.ActionCommand
 
setActiveComponent(PageComponent) - Method in interface org.springframework.richclient.application.ApplicationPage
 
setActiveComponent() - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
Overridden so it will leave iconified frames iconified.
setActiveComponent() - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
setActiveComponent(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
Activates the given PageComponent.
setActivePage(ApplicationPage) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
Set the given ApplicationPage active (visible + selected if applicable)
setActivePage(ApplicationPage) - Method in class org.springframework.richclient.application.support.DefaultApplicationWindow
 
setActivePage(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
Sets the active page of this CompositeDialogPage.
setActivePage(DialogPage) - Method in class org.springframework.richclient.dialog.TabbedDialogPage
Sets the active page of this TabbedDialogPage.
setActiveWindow(ApplicationWindow) - Method in class org.springframework.richclient.application.WindowManager
Set the currently active window.
setAddress(Address) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setAddress1(String) - Method in class org.springframework.richclient.samples.simple.domain.Address
 
setAddress2(String) - Method in class org.springframework.richclient.samples.simple.domain.Address
 
setAddress3(String) - Method in class org.springframework.richclient.samples.simple.domain.Address
 
setAge(int) - Method in class org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView.ValidPerson
 
setAlignment(int) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Sets the horizontal aligment of the BigDecimalTextField.
setAllowSelection(boolean) - Method in class org.springframework.richclient.text.HtmlPane
Set whether or not selection should be allowed in this pane.
setAllowsEmptySelection(boolean) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Sets the flag that indicates whether or not the command group produced by this factory allows no items in the group to be selected, default is false.
setAllowsEmptySelection(boolean) - Method in class org.springframework.richclient.command.ExclusiveCommandGroup
 
setAllowsEmptySelection(boolean) - Method in class org.springframework.richclient.command.ExclusiveCommandGroupSelectionController
 
setAnnotationTranslator(AnnotationTranslator) - Method in class org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategy
 
setAntiAlias(boolean) - Method in class org.springframework.richclient.text.HtmlPane
Set whether the pane should render the HTML using anti-aliasing.
setApplication(Application) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.richclient.application.Application
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the application context.
setApplicationContext(ApplicationContext) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.richclient.security.SecurityAwareConfigurer
 
setApplicationObjectConfigurer(ApplicationObjectConfigurer) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the application object configurer service implementation.
setApplicationObjectConfigurer(ApplicationObjectConfigurer) - Method in class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
setApplicationObjectConfigurerId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the application object configurer service implementation bean id
setApplicationPageFactory(ApplicationPageFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the ApplicationPage factory service implementation
setApplicationPageFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the ApplicationPage factory service implementation bean id
setApplicationSecurityManager(ApplicationSecurityManager) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the application security manager service implementation.
setApplicationSecurityManagerId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the application security manager service implementation bean id
setApplicationServices(ApplicationServices) - Method in class org.springframework.richclient.application.ApplicationServicesLocator
Set the ApplicationServices instance.
setApplicationWindow(ApplicationWindow) - Method in interface org.springframework.richclient.application.config.ApplicationWindowAware
Sets the reference to the application window that this object was created within.
setApplicationWindow(ApplicationWindow) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
setApplicationWindow(ApplicationWindow) - Method in class org.springframework.richclient.command.support.ApplicationWindowAwareCommand
Sets the reference to the application window that this object was created within.
setApplicationWindow(ApplicationWindow) - Method in class org.springframework.richclient.command.support.ShowPageMenu
Sets the reference to the application window that this object was created within.
setApplicationWindow(ApplicationWindow) - Method in class org.springframework.richclient.command.support.ShowViewMenu
Sets the reference to the application window that this object was created within.
setApplicationWindowFactory(ApplicationWindowFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the ApplicationWindow factory service implementation
setApplicationWindowFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the ApplicationWindow factory service implementation bean id
setArgument(Object) - Method in class org.springframework.rules.reporting.ValidationResultsCollector
 
setAssemblageValue(Class, Object, Object, Object) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Helper method for subclasses to set values of indexed properties, like map-values, collection-values or array-values.
setAuthentication(Authentication) - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Set the authenticaiton token.
setAuthenticationManager(AuthenticationManager) - Method in interface org.springframework.richclient.security.ApplicationSecurityManager
Set the authentication manager to use.
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Set the authentication manager to use.
setAuthenticationToken(Authentication) - Method in interface org.springframework.richclient.security.AuthenticationAware
Notifies listener of the new (current) Authentication token for the user.
setAuthenticationToken(Authentication) - Method in class org.springframework.richclient.security.remoting.BasicAuthCommonsHttpInvokerProxyFactoryBean
Handle a change in the current authentication token.
setAuthenticationToken(Authentication) - Method in class org.springframework.richclient.security.remoting.BasicAuthHttpInvokerProxyFactoryBean
Handle a change in the current authentication token.
setAuthenticationToken(Authentication) - Method in class org.springframework.richclient.security.remoting.BasicAuthHttpInvokerRequestExecutor
 
setAuthenticationToken(Authentication) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
The authentication token for the current user has changed.
setAuthorized(boolean) - Method in class org.springframework.richclient.command.AbstractCommand
Set the authorized state.
setAuthorized(boolean) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Set the authorized state.
setAuthorized(boolean) - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
Set the authorized state.
setAuthorized(boolean) - Method in interface org.springframework.richclient.core.Authorizable
Set the authorized state.
setAuthorizingRoles(String) - Method in class org.springframework.richclient.security.support.UserRoleSecurityController
Set the roles to compare against the current user's authenticated roles.
setAutoConfigureChildPages(boolean) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
setAutoConfigureChildPages(boolean) - Method in class org.springframework.richclient.wizard.AbstractWizard
Sets the flag that determines whether or not wizard pages will be configured as they are added to this wizard.
setAutoHideBorder(DockingConstants.Hide) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
setAutoHideEnabled(boolean) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
setAutoSortEnabled(boolean) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
setAutoSpanLastComponent(boolean) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
 
setAutoSpanLastComponent(boolean) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Should the last column before a GridBagLayoutBuilder.nextLine()automaticly span to the end of the panel?

For example, if you have

setBackground(Image) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
setBackground(Color) - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
setBean(Object) - Method in class org.springframework.rules.reporting.BeanValidationResultsCollector
 
setBeanClass(Class) - Method in class org.springframework.richclient.table.BeanTableModel
 
setBeanFactory(BeanFactory) - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
setBeanName(String) - Method in class org.springframework.richclient.application.support.AbstractPageDescriptor
 
setBeanName(String) - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
setBeanName(String) - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
setBeanName(String) - Method in class org.springframework.richclient.application.support.MultiViewPageDescriptor
 
setBeanName(String) - Method in class org.springframework.richclient.command.AbstractCommand
setBeanName(String) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Accepts notification from the IoC container of this instance's bean name as declared in the bean definition file.
setBeanName(String) - Method in class org.springframework.richclient.exceptionhandling.EmailNotifierErrorReporter
 
setBinderForPropertyName(Properties) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Create/link a Binder to a propertyName from the given Properties.
setBinderSelectionStrategy(BinderSelectionStrategy) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the binder selection strategy service implementation
setBinderSelectionStrategy(BinderSelectionStrategy) - Method in class org.springframework.richclient.form.binding.support.AbstractBindingFactory
 
setBinderSelectionStrategyId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the binder selection strategy service implementation bean id
setBindersForControlTypes(Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Registers control type binders by extracting the key and value from each entry in the provided map using the key to specify the property type and the value to specify the binder.
setBindersForPropertyNames(List) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Add a list of binders that are bound to propertyNames.
setBindersForPropertyTypes(Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
Registers property type binders by extracting the key and value from each entry in the provided map using the key to specify the property type and the value to specify the binder.
setBindingErrorMessageProvider(BindingErrorMessageProvider) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
setBindingFactoryProvider(BindingFactoryProvider) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the binding factory provider service implementation
setBindingFactoryProviderId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the binding factory provider service implementation bean id
setBoolean(String, boolean) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setBoolean(String, boolean) - Method in interface org.springframework.richclient.settings.Settings
 
setBounds(int, int, int, int) - Method in class org.springframework.richclient.application.mdi.ScrollingDesktopPane
 
setBrokenImageIndicator(Resource) - Method in class org.springframework.richclient.image.DefaultImageSource
 
setBuildId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationDescriptor
 
setButtonFactory(ButtonFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the button factory service implementation
setButtonFactory(ButtonFactory) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setButtonFactory(ButtonFactory) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Set the button factory.
setButtonFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the button factory service implementation bean id
setButtonLabelInfo(String) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Sets the label information for the command using the given encoded label descriptor.
setCallingCommand(ActionCommand) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Set the command that opened this dialog.
setCanceled(boolean) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanelProgressMonitor
 
setCanceled(boolean) - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
setCanceled(boolean) - Method in class org.springframework.richclient.progress.NullProgressMonitor
 
setCanceled(boolean) - Method in class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
setCanceled(boolean) - Method in interface org.springframework.richclient.progress.ProgressMonitor
Attempts to cancel the monitored task.
setCancelEnabled(boolean) - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Provides a hint whether the current running operation can be canceled.
setCancelEnabled(boolean) - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Controls whether the ProgressIndication provides UI for canceling a long running operation.
setCancelEnabled(boolean) - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
setCancelIcon(Icon) - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
setCaption(String) - Method in class org.springframework.richclient.command.AbstractCommand
Set the provided description on the default CommandFaceDescriptor.
setCaption(String) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
setCaption(String) - Method in interface org.springframework.richclient.core.DescriptionConfigurable
 
setCaption(String) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
setCaption(String) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
setCaret(Caret) - Method in class org.springframework.richclient.text.HtmlPane
 
setCascadeOffset(int) - Method in class org.springframework.richclient.application.mdi.contextmenu.DefaultDesktopCommandGroupFactory
 
setCascadeResizesFrames(boolean) - Method in class org.springframework.richclient.application.mdi.contextmenu.DefaultDesktopCommandGroupFactory
 
setCause(AcegiSecurityException) - Method in class org.springframework.richclient.security.AuthenticationFailedEvent
Set the exception that caused this login failure.
setCellRenderer(ListCellRenderer) - Method in class org.springframework.richclient.components.ShuttleList
Sets the delegate that's used to paint each cell in the list.
setChainPartList(List<ChainInspectingExceptionHandlerDelegate.ChainPart>) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate
 
setCity(String) - Method in class org.springframework.richclient.samples.simple.domain.Address
 
setClassesWithSafeEquals(Collection) - Method in class org.springframework.binding.value.support.DefaultValueChangeDetector
Specify the set of classes that have an equals method that is safe to use for determining a value change.
setClearFormOnCommit(boolean) - Method in class org.springframework.richclient.form.AbstractForm
 
setClearPasswordOnFailure(boolean) - Method in class org.springframework.richclient.security.LoginCommand
Indicates if the password field should be cleared after a login failure.
setClinic(Clinic) - Method in class org.springframework.richclient.samples.petclinic.ui.binder.PetTypeBinder
 
setClinic(Clinic) - Method in class org.springframework.richclient.samples.petclinic.ui.NewOwnerWizard
 
setClinic(Clinic) - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
setClinic(Clinic) - Method in class org.springframework.richclient.samples.petclinic.ui.VetManagerView
 
setClosable(boolean) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
 
setClosable(boolean) - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
setCloseAction(CloseAction) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Set the CloseAction of this dialog.
setCloseEnabled(boolean) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
setCloseOnCancel(boolean) - Method in class org.springframework.richclient.security.LoginCommand
Indicates if the application should be closed if the user cancels the login operation.
setCollectAllErrors(boolean) - Method in class org.springframework.rules.reporting.ValidationResultsCollector
 
setCollectionValue(int, Object) - Method in class org.springframework.binding.value.support.GrowableIndexAdapter
 
setColumnPropertyNames(String[]) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Set the names of the properties to display in the table columns.
setColumnSpec(ColumnSpec) - Method in class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
setColumnSpec(ColumnSpec) - Method in class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
Set a custom columnSpec for the buttonstack.
setColumnValue(Object, Object, int) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultTableFormat
 
setColumnValue(Object, Object, int) - Method in class org.springframework.richclient.table.support.GlazedTableModel
 
setCommandConfigurer(CommandConfigurer) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the command configurer service implementation
setCommandConfigurer(CommandConfigurer) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Sets the object that will be used to configure the command objects in the command groups produced by this factory.
setCommandConfigurer(CommandConfigurer) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
setCommandConfigurerId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the command configurer service implementation bean id
setCommandExecutor(ActionCommandExecutor) - Method in class org.springframework.richclient.command.TargetableActionCommand
Attaches the given executor to this command instance, detaching the current executor in the process.
setCommandRegistry(CommandRegistry) - Method in class org.springframework.richclient.command.CommandGroup
 
setCommandRegistry(CommandRegistry) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Sets the registry that will be used to retrieve the actual instances of the command group members as specified in the encoded members collection.
setCommandServices(CommandServices) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the command services service implementation
setCommandServices(CommandServices) - Method in class org.springframework.richclient.command.AbstractCommand
Set the CommandServices.
setCommandServices(CommandServices) - Method in class org.springframework.richclient.command.config.DefaultCommandConfigurer
 
setCommandServices(CommandServices) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
setCommandServicesId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the command services service implementation bean id
setCommitTrigger(CommitTrigger) - Method in class org.springframework.binding.value.support.BufferedValueModel
Sets the CommitTrigger that triggers the commit and flush events.
setComparator(Comparator) - Method in class org.springframework.binding.value.support.ListListModel
 
setComparator(Comparator) - Method in class org.springframework.richclient.components.ShuttleList
Set the comparator to use for comparing list elements.
setComparator(Comparator) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setComparator(Comparator) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Defines the Comparator which is used for bindings.
setComparator(Comparator) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
setComparator(Comparator) - Method in class org.springframework.richclient.list.SortedListModel
 
setComparator(Comparator) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setComparator(Comparator) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setComparator(int, Comparator) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
setComparator(int, Comparator) - Method in interface org.springframework.richclient.table.SortableTableModel
 
setComparator(int, Comparator) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
Set the comparator to use for a given column.
setCompleted() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Set status completed.
setComponent(JComponent) - Method in class org.springframework.richclient.dialog.control.Tab
 
setComponentFactory(ComponentFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the component factory service implementation
setComponentFactory(ComponentFactory) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setComponentFactory(ComponentFactory) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Set the ComponentFactory.
setComponentFactory(ComponentFactory) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
 
setComponentFactory(ComponentFactory) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
 
setComponentFactory(ComponentFactory) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Sets the ComponentFactorythat this uses to create things like labels.
setComponentFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the component factory service implementation bean id
setConfirmationMessage(String) - Method in class org.springframework.richclient.dialog.ConfirmationDialog
 
setConfirmDelete(boolean) - Method in class org.springframework.richclient.form.AbstractMasterForm
Set confirm delete.
setConstraint(Constraint) - Method in class org.springframework.richclient.list.FilteredListModel
Defines the constraint which is applied to the list model elements
setConstraint(Constraint) - Method in class org.springframework.rules.constraint.Not
 
setConstraint(Constraint) - Method in class org.springframework.rules.constraint.property.RequiredIfTrue
 
setContactDataStore(ContactDataStore) - Method in class org.springframework.richclient.samples.simple.ui.ContactView
 
setContactType(ContactType) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setContainer(WizardContainer) - Method in class org.springframework.richclient.wizard.AbstractWizard
Sets the component that contains this wizard.
setContainer(WizardContainer) - Method in interface org.springframework.richclient.wizard.Wizard
Sets or clears the container of this wizard.
setContainerBindingName(String) - Method in class org.springframework.richclient.script.ScriptedView
Sets the container binding name.
setContainersVisible(boolean) - Method in class org.springframework.richclient.command.GroupMemberList
 
setContent(Component) - Method in class org.springframework.richclient.control.SimpleInternalFrame
Sets a new panel content; replaces any existing content, if existing.
setContentPane(JComponent) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
setContext(PageComponentContext) - Method in interface org.springframework.richclient.application.PageComponent
 
setContext(PageComponentContext) - Method in class org.springframework.richclient.application.support.AbstractView
 
setContext(String, Map) - Method in class org.springframework.richclient.form.AbstractFormUIProvider
 
setContextOverride(boolean) - Method in class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
Set whether the JNLP properties should override local properties within the application.
setControl(JComponent) - Method in class org.springframework.richclient.form.DefaultFormUIProvider
 
setControlledObjects(List) - Method in interface org.springframework.richclient.security.SecurityController
Set the objects that are to be controlled.
setControlledObjects(List) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Set the objects that are to be controlled.
setConversionService(ConversionService) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
setConversionService(ConversionService) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the conversion service service implementation
setConversionServiceId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the conversion service service implementation bean id
setCreateApplyAndDefaultButtons(boolean) - Method in class org.springframework.richclient.preference.PreferencePage
 
setCurrency(Currency) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
setCurrentBeanPropertyExpression(PropertyConstraint) - Method in class org.springframework.rules.reporting.BeanValidationResultsBuilder
 
setCustomFocusTraversalOrder(List) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Set a custom focus traversal order using the provided list of components.
setDataSource(DataSource) - Method in class org.springframework.richclient.samples.petclinic.domain.InMemoryClinic
Note: the SimpleJdbcClinic uses autowiring, we could do the same here.
setDataSource(DataSource) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettingsFactory
 
setDateFormat(String) - Method in class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinder
 
setDateFormat(String) - Method in class org.springframework.richclient.form.binding.swing.date.AbstractDateFieldBinding
 
setDateOfBirth(Date) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setDefaultAction(Action) - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
Set the default action to fire if a key is typed.
setDefaultBoolean(String, boolean) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDefaultBoolean(String, boolean) - Method in interface org.springframework.richclient.settings.Settings
 
setDefaultButton() - Method in class org.springframework.richclient.command.ActionCommand
 
setDefaultButton(JButton) - Method in class org.springframework.richclient.form.AbstractForm
 
setDefaultButtonConfigurer(CommandButtonConfigurer) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setDefaultButtonIn(RootPaneContainer) - Method in class org.springframework.richclient.command.ActionCommand
 
setDefaultDouble(String, double) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDefaultDouble(String, double) - Method in interface org.springframework.richclient.settings.Settings
 
setDefaultEnabled(boolean) - Method in class org.springframework.richclient.dialog.ApplicationDialog
When opening the dialog, the finish button can be enabled by default.
setDefaultFaceDescriptorId(String) - Method in class org.springframework.richclient.command.AbstractCommand
Change the default FaceDescriptor.
setDefaultFloat(String, float) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDefaultFloat(String, float) - Method in interface org.springframework.richclient.settings.Settings
 
setDefaultIcon(Icon) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
setDefaultIconSize(Dimension) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setDefaultInsets(Insets) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Sets the default Insetsused when adding components
setDefaultInstanceClass(Class) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
setDefaultInt(String, int) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDefaultInt(String, int) - Method in interface org.springframework.richclient.settings.Settings
 
setDefaultLabeledEnum(String, LabeledEnum) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDefaultLabeledEnum(String, LabeledEnum) - Method in interface org.springframework.richclient.settings.Settings
 
setDefaultLong(String, long) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDefaultLong(String, long) - Method in interface org.springframework.richclient.settings.Settings
 
setDefaultPerspective(String) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
setDefaultString(String, String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDefaultString(String, String) - Method in interface org.springframework.richclient.settings.Settings
 
setDefaultUserName(String) - Method in class org.springframework.richclient.security.LoginCommand
Set the default user name.
setDelayProgress(int) - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
setDelegateList(List<ExceptionHandlerDelegate>) - Method in class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
Sets the list of delegates.
setDeliverValueChangeEvents(boolean) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
Enable/disable the event mechanism.
setDescription(String) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
setDescription(String) - Method in interface org.springframework.richclient.core.DescriptionConfigurable
 
setDescription(String) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
setDescription(String) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
setDescription(String) - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Sets the human readable description of this filter.
setDescription(String) - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
setDescriptionKey(String) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setDescriptionKey(String) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setDescriptionTextPath(Resource) - Method in class org.springframework.richclient.samples.simple.ui.InitialView
Set the resource that references the file containing the description text to place in the description areas of this view.
setDescriptor(ApplicationDescriptor) - Method in class org.springframework.richclient.application.Application
 
setDescriptor(PageComponentDescriptor) - Method in interface org.springframework.richclient.application.PageComponent
 
setDescriptor(PageDescriptor) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
setDescriptor(PageComponentDescriptor) - Method in class org.springframework.richclient.application.support.AbstractView
 
setDesktopCommandGroupFactory(DesktopCommandGroupFactory) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
 
setDetailForm(AbstractDetailForm) - Method in class org.springframework.richclient.form.AbstractMasterForm
 
setDetailType(Class) - Method in class org.springframework.richclient.form.AbstractMasterForm
 
setDialog(ApplicationDialog) - Method in class org.springframework.richclient.command.support.DialogCommand
Set the dialog to open.
setDialogPage(DialogPage) - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
setDialogScaleFactor(float) - Method in class org.springframework.richclient.dialog.MessageDialog
Set the scale factory for the dialog size.
setDisabledIcon(Icon) - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Sets the icon to be displayed when the command button is in a disabled state.
setDisplayFinishSuccessMessage(boolean) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Message to show upon succesful completion.
setDisplaysInputDialog(boolean) - Method in class org.springframework.richclient.command.ActionCommand
 
setDisplaySuccess(boolean) - Method in class org.springframework.richclient.security.LoginCommand
Indicates whether an information message is displayed to the user upon successful authentication.
setDisplaySuccess(boolean) - Method in class org.springframework.richclient.security.LogoutCommand
Indicates whether an information message is displayed to the user upon successful logout.
setDockable(boolean) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
 
setDomainObjectType(Class) - Method in class org.springframework.rules.Rules
 
setDouble(String, double) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setDouble(String, double) - Method in interface org.springframework.richclient.settings.Settings
 
setDoubleClickHandler(ActionCommandExecutor) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Set the handler (action executor) that should be invoked when a row in the table is double-clicked.
setDragMode(int) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPageFactory
 
setDragPreview(DragPreview) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
setEditable(boolean) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
setEditableFormObjects(ObservableList) - Method in class org.springframework.richclient.form.AbstractForm
 
setEditIcon(Icon, String) - Method in class org.springframework.richclient.components.ShuttleList
Set the icon to use on the edit button.
setEditingFormObjectIndexHolder(ValueModel) - Method in class org.springframework.richclient.form.AbstractForm
 
setEditingFormObjectIndexSilently(int) - Method in class org.springframework.richclient.form.AbstractForm
 
setEditingNewFormObject(boolean) - Method in class org.springframework.richclient.form.AbstractForm
Set the "editing new form object" state as indicated.
setEditor(ComboBoxEditor) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
setEditor(ComboBoxEditor) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
setEditorClosure(Closure) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
Defines a closure which is called to create the editor.
setEditorInput(Object) - Method in interface org.springframework.richclient.application.Editor
Sets the object for this editor to edit.
setEditState(int) - Method in class org.springframework.richclient.form.AbstractDetailForm
Set the current edit state.
setEmailAddress(String) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setEmptySelectionValue(Object) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
setEmptySelectionValue(Object) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
setEnabled(boolean) - Method in interface org.springframework.binding.form.ConfigurableFormModel
Set the enabled state of this formModel.
setEnabled(boolean) - Method in interface org.springframework.binding.form.FieldMetadata
Sets the enabled value for this property.
setEnabled(boolean) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
setEnabled(boolean) - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
setEnabled(boolean) - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
setEnabled(boolean) - Method in class org.springframework.richclient.command.AbstractCommand
Set the enabled state of this command.
setEnabled(boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
setEnabled(boolean) - Method in class org.springframework.richclient.command.ComponentGroupMember
Forwards the enabled flag to the managed component.
setEnabled(boolean) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Default implementation, performs no operation.
setEnabled(boolean) - Method in class org.springframework.richclient.command.GlueGroupMember
Default implemenation, performs no operation.
setEnabled(boolean) - Method in class org.springframework.richclient.command.GroupMember
Subclasses may override this method to allow their underlying command to be enabled or disabled.
setEnabled(boolean) - Method in class org.springframework.richclient.command.LazyGroupMember
Delegates this call to the lazily loaded member, but only if it has already been loaded.
setEnabled(boolean) - Method in class org.springframework.richclient.command.SeparatorGroupMember
Default implementation, performs no operation.
setEnabled(boolean) - Method in class org.springframework.richclient.command.SimpleGroupMember
Sets the enabled flag of the underlying command.
setEnabled(boolean) - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
Set the enabled state of this command.
setEnabled(boolean) - Method in class org.springframework.richclient.components.ShuttleList
 
setEnabled(boolean) - Method in class org.springframework.richclient.control.MessageReportingOverlay
Defines whether this overlay is enabled (=visible) or not
setEnabled(boolean) - Method in interface org.springframework.richclient.core.Guarded
Sets the enabled state of the object.
setEnabled(boolean) - Method in class org.springframework.richclient.core.GuardedGroup
 
setEnabled(boolean) - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
setEnabled(boolean) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Enable/disable the finish command of the dialog.
setEnabled(boolean) - Method in class org.springframework.richclient.dialog.control.Tab
 
setEnabled(boolean) - Method in class org.springframework.richclient.dialog.FormBackedDialogPage
 
setEnabled(boolean) - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
setEnabled(boolean) - Method in class org.springframework.richclient.form.AbstractForm
 
setEnabled(boolean) - Method in class org.springframework.richclient.preference.FormBackedPreferencePage
 
setEnabled(boolean) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
setEnabled(boolean) - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
setEnabled(boolean) - Method in class org.springframework.richclient.wizard.FormBackedWizardPage
 
setEnableShadow(boolean) - Method in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
setEndingSeparator(boolean) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Sets the flag that indicates whether or not the visual representation of this expansion point will display a trailing separator.
setEngineName(String) - Method in class org.springframework.richclient.script.ScriptedView
Sets the name of the engine to be created.
setEnumResolver(LabeledEnumResolver) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Set the resolver used to create messages for enumerations.
setEnumResolver(LabeledEnumResolver) - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinder
 
setErrorColor(Color) - Method in class org.springframework.richclient.form.builder.support.ColorValidationInterceptorFactory
 
setErrorIcon(Icon) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
Sets the icon to be shown when displaying messages with error-level severity.
setErrorMessage(String) - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Sets the error message of this status bar.
setErrorMessage(Message) - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Sets the error message of this status bar.
setErrorMessage(Message) - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Sets the error message text to be displayed on the status bar.
setErrorMessage(String) - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Sets the error message text to be displayed on the status bar.
setErrorReporter(ErrorReporter) - Method in class org.springframework.richclient.exceptionhandling.JXErrorDialogExceptionHandler
Add an ErrorReporter to the JXErrorPane.
setEventList(EventList) - Method in class org.springframework.richclient.form.AbstractTableMasterForm
 
setException(Throwable) - Method in class org.springframework.richclient.control.ExceptionDetailsPane
 
setExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
setExceptionPurger(ExceptionPurger) - Method in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
If set the throwable will first be purged before handling it.
setExceptionPurger(ExceptionPurger) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
If set the throwable will first be purged before doing the approriate check or handling it.
setExceptionPurger(ExceptionPurger) - Method in class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
If set the throwable will first be purged before handling it.
setExcludedFormModelIds(String[]) - Method in class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
Sets the excluded FormModel ids.
setExcludeThrowableClass(Class) - Method in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
See @{link DefaultExceptionPurger.setExcludeThrowableClassList(List).
setExcludeThrowableClassList(List<Class>) - Method in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
Sets Throwables that if found, its cause is unwrapped.
setExclusive(boolean) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Sets the flag that indicates whether or not this factory produces an exclusive command group.
setExclusiveController(ExclusiveCommandGroupSelectionController) - Method in class org.springframework.richclient.command.ToggleCommand
 
setExtensionListInDescription(boolean) - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
Determines whether the extension list (*.jpg, *.gif, ...) should show up in the human readable description.
setFaceDescriptor(CommandFaceDescriptor) - Method in class org.springframework.richclient.command.AbstractCommand
Set the default faceDescriptor to use for this command.
setFaceDescriptor(String, CommandFaceDescriptor) - Method in class org.springframework.richclient.command.AbstractCommand
Add an additional CommandFaceDescriptor.
setFaceDescriptor(CommandFaceDescriptor) - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
setFaceDescriptorRegistry(CommandFaceDescriptorRegistry) - Method in class org.springframework.richclient.command.AbstractCommand
Set the CommandFaceDescriptorRegistry to use when registering/looking up CommandFaceDescriptors.
setFaceDescriptors(Map) - Method in class org.springframework.richclient.command.AbstractCommand
Add a number of CommandFaceDescriptors to this Command.
setFallbackSecurityController(SecurityController) - Method in class org.springframework.richclient.security.support.DefaultSecurityControllerManager
Set the fallback security controller.
setFallBackWebAppContextUrl(String) - Method in class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
Set the webAppContextUrl to use when no javax.jnlp.BasicService is available.
setFieldFaceSource(FieldFaceSource) - Method in class org.springframework.binding.form.support.AbstractFormModel
Sets the FieldFaceSource that will be used to obtain FieldFace instances.
setFieldFaceSource(FieldFaceSource) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the field face descriptor source service implementation
setFieldFaceSource(FieldFaceSource) - Method in class org.springframework.richclient.table.support.GlazedTableModel
 
setFieldFaceSourceId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the field face descriptor source service implementation bean id
setFieldProtected(FormModel, String, boolean) - Static method in class org.springframework.binding.form.support.UserMetadata
defines the protectable state for a field
setFilter(Constraint) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Defines the Constraint which is used as a filter for the selectable items.
setFilter(Constraint) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
setFilterator(TextFilterator) - Method in class org.springframework.richclient.selection.dialog.FilterListSelectionDialog
 
setFiltered(boolean) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setFiltered(boolean) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setFilteredModel(ListModel) - Method in class org.springframework.richclient.list.AbstractFilteredListModel
 
setFilteredModel(ListModel) - Method in class org.springframework.richclient.list.FilteredComboBoxListModel
 
setFilterMatcher(Matcher) - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Set the Matcher to be used in filtering the elements of the master set.
setFilterMatcherEditor(MatcherEditor) - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Set the MatcherEditor to be used in filtering the elements of the master set.
setFilterProperties(String[]) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setFilterProperties(String[]) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setFinalEventList(EventList) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Set the event list to be used for constructing the table model.
setFinishAction(Closure) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
setFinishEnabled(boolean) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Enable/disable the finish command.
setFirstMessage(String) - Method in class org.springframework.richclient.samples.simple.ui.InitialView
Set the key to the message to be displayed first in the view
setFirstName(String) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setFloat(String, float) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setFloat(String, float) - Method in interface org.springframework.richclient.settings.Settings
 
setFloatEnabled(boolean) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
setFloatingEnabled(boolean) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
setFocusTraversalOrder(int) - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Set the focus traversal order.
setFontAdjustment(double) - Method in class org.springframework.richclient.util.AdjustFontSizeCommand
 
setFontSizeHints(FontPolicy) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setForcePreviousAndNextButtons(boolean) - Method in class org.springframework.richclient.wizard.AbstractWizard
Controls whether the wizard needs Previous and Next buttons even if it currently contains only one page.
setForeground(Color) - Method in class org.springframework.richclient.table.renderer.OptimizedTableCellRenderer
Deprecated.  
setFormat(String) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Format that will be used to show this number.
setFormat(Format) - Method in class org.springframework.richclient.table.renderer.FormatTableCellRenderer
 
setFormatterFactory(FormatterFactory) - Method in class org.springframework.richclient.application.DefaultConversionServiceFactoryBean
 
setFormComponentInterceptorFactory(FormComponentInterceptorFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the form component interceptor factory service implementation
setFormComponentInterceptorFactory(FormComponentInterceptorFactory) - Method in class org.springframework.richclient.form.builder.AbstractFormBuilder
Set the factory that delivers the FormComponentInterceptor.
setFormComponentInterceptorFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the form component interceptor factory service implementation bean id
setFormId(String) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setFormModel(ValidatingFormModel) - Method in class org.springframework.richclient.form.AbstractForm
Set the FormModel for this Form.
setFormModel(ValidatingFormModel) - Method in class org.springframework.richclient.form.GeneratedForm
Provides public access to this method as a convenience.
setFormModelDefaultEnabledState() - Method in class org.springframework.richclient.form.AbstractForm
Set the form's enabled state based on a default policy--specifically, disable if the form object is null or the form object is guarded and is marked as disabled.
setFormObject(Object) - Method in interface org.springframework.binding.form.FormModel
Sets the object currently backing this form.
setFormObject(Object) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
setFormObject(Object) - Method in class org.springframework.richclient.form.AbstractForm
 
setFormObject(Object) - Method in class org.springframework.richclient.form.CompoundForm
 
setFormObject(Object) - Method in interface org.springframework.richclient.form.Form
Convenience method to set the formObject on the inner formModel.
setFormUIProvider(FormUIProvider) - Method in class org.springframework.richclient.form.GeneratedForm
 
setFrameIcon(Icon) - Method in class org.springframework.richclient.control.SimpleInternalFrame
Sets a new frame icon.
setGridColor(Color) - Method in class org.springframework.richclient.util.GridBagLayoutDebugPanel
Change the color used for painting the guidelines
setGroupingUsed(boolean) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
setHelpSetPath(Resource) - Method in class org.springframework.richclient.application.support.HelpContents
 
setHelpSetPath(Resource) - Method in class org.springframework.richclient.command.support.HelpContentsCommand
 
setHighContrastFocusColorsEnabled(boolean) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setHomePhone(String) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setHtml(String) - Method in class org.springframework.richclient.application.support.AboutBox.HtmlScroller
Sets the HTML that will be rendered by this component.
setIcon(Icon) - Method in class org.springframework.richclient.command.AbstractCommand
Set the provided icon on the default CommandFaceDescriptor.
setIcon(Icon) - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Sets the main default icon for the command button.
setIcon(Icon) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Set the main default icon to be associated with the command.
setIcon(Icon) - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
setIcon(Icon) - Method in class org.springframework.richclient.dialog.control.Tab
 
setIcon(Icon) - Method in interface org.springframework.richclient.image.config.IconConfigurable
 
setIconifiable(boolean) - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
setIconInfo(CommandIconConfigurable, String, boolean) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
 
setIconInfo(CommandButtonIconInfo) - Method in class org.springframework.richclient.command.AbstractCommand
Set the provided iconInfo on the default CommandFaceDescriptor.
setIconInfo(CommandButtonIconInfo) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
setIconInfo(CommandButtonIconInfo) - Method in interface org.springframework.richclient.command.config.CommandIconConfigurable
 
setIconResourcePath(String) - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Sets the location of the image to be used as the icon for the splash screen's frame.
setIconSource(IconSource) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
Set the icon source that will be used to resolve the FieldFace's icon property.
setIconSource(IconSource) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the icon source service implementation
setIconSource(IconSource) - Method in class org.springframework.richclient.control.MessageReportingOverlay
Define the iconsource for getting the icon of the overlay
setIconSource(IconSource) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Set the source for retrieving icons.
setIconSourceId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the icon source service implementation bean id
setId(String) - Method in interface org.springframework.binding.form.ConfigurableFormModel
An id to identify this formModel.
setId(String) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
setId(String) - Method in class org.springframework.richclient.application.support.AbstractPageDescriptor
 
setId(String) - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
setId(String) - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
setId(String) - Method in class org.springframework.richclient.command.AbstractCommand
Set the id.
setId(String, boolean) - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
setId(String) - Method in class org.springframework.richclient.exceptionhandling.EmailNotifierErrorReporter
 
setId(String) - Method in class org.springframework.richclient.form.AbstractForm
Set the id used to configure this Form.
setId(String) - Method in class org.springframework.richclient.form.GeneratedForm
Provides public access to this method as a convenience.
setId(int) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setId(String) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettingsFactory
 
setIdentLength(int) - Method in class org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
Sets the identation applied on the exception message passed as a parameter.
setImage(Image) - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
setImage(Image) - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
setImage(Image) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
setImage(Image) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
setImage(Image) - Method in class org.springframework.richclient.dialog.TitlePane
 
setImage(Image) - Method in interface org.springframework.richclient.image.config.ImageConfigurable
 
setImageResourcePath(Resource) - Method in class org.springframework.richclient.application.splash.SimpleSplashScreen
Sets the location of the image to be displayed by this splash screen.
setImageSource(ImageSource) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the image source service implementation
setImageSourceId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the image source service implementation bean id
setIncludedFormModelIds(String[]) - Method in class org.springframework.richclient.form.builder.support.ConfigurableFormComponentInterceptorFactory
Sets the included FormModel ids.
setIncludeThrowableClass(Class) - Method in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
See @{link DefaultExceptionPurger.setIncludeThrowableClassList(List).
setIncludeThrowableClassList(List<Class>) - Method in class org.springframework.richclient.exceptionhandling.delegation.DefaultExceptionPurger
Sets Throwables that if found, are unwrapped.
setIndeterminate(boolean) - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
Determines whether the progress bar is in determinate or indeterminate mode.
setIndex(int) - Method in interface org.springframework.binding.value.IndexAdapter
Set the index of the item to manipulate.
setIndex(int) - Method in class org.springframework.binding.value.support.AbstractIndexAdapter
 
setIndexedPropertyValue(String, Object) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Set the value of an indexed property.
setIndexedPropertyValue(String, Object) - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
setInfoIcon(Icon) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
The icon to be shown when dispalying messages with info-level severity.
setInitialData(Object[]) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Set the initial data to display.
setInitialLayout(Resource) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
setInitialLayout(Resource) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingPageDescriptor
 
setInitialSize(Dimension) - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
setInitialSize(Dimension) - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
setInputConstraint(Constraint) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
setInputField(JComponent) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
setInputLabelMessage(String) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
setInstallCustomLookAndFeels(String[]) - Method in class org.springframework.richclient.application.config.UIManagerConfigurer
 
setInt(String, int) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setInt(String, int) - Method in interface org.springframework.richclient.settings.Settings
 
setInterceptorFactories(List) - Method in class org.springframework.richclient.form.builder.support.ChainedInterceptorFactory
 
setItem(Object) - Method in class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
 
setItem(Object) - Method in class org.springframework.richclient.list.BeanPropertyValueComboBoxEditor
 
setItem(Object) - Method in class org.springframework.richclient.list.LabeledEnumComboBoxEditor
 
setJnlpRelativeDirectoryPathFromWebAppContext(String) - Method in class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
Sets the relative directory path of the JNLP file relative to the WebAppContext.
setKey(Object) - Method in class org.springframework.binding.value.support.MapKeyAdapter
 
setLabel(String) - Method in class org.springframework.richclient.command.AbstractCommand
Set the provided label on the default CommandFaceDescriptor.
setLabel(CommandButtonLabelInfo) - Method in class org.springframework.richclient.command.AbstractCommand
Set the provided label on the default CommandFaceDescriptor.
setLabelAttributes(String) - Method in class org.springframework.richclient.form.builder.TableFormBuilder
defines the default label layout attributes for the form.
setLabeledEnum(String, LabeledEnum) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setLabeledEnum(String, LabeledEnum) - Method in interface org.springframework.richclient.settings.Settings
 
setLabeledEnumResolver(LabeledEnumResolver) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the labeled enum resolver service implementation
setLabeledEnumResolverId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the labeled enum resolver service implementation bean id
setLabelInfo(CommandButtonLabelInfo) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
setLabelInfo(CommandButtonLabelInfo) - Method in interface org.springframework.richclient.command.config.CommandLabelConfigurable
 
setLabelInfo(LabelInfo) - Method in interface org.springframework.richclient.core.LabelConfigurable
Sets the label information.
setLabelInfo(CommandButtonLabelInfo) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
setLabelMessageCode(String) - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
setLabelProvider(LabelProvider) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setLabelProvider(LabelProvider) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setLabelProvider(LabelProvider) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
setLargeIcon(Icon) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
Sets the main default large icon for the command.
setLargeIconInfo(CommandButtonIconInfo) - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
setLargeIconInfo(CommandButtonIconInfo) - Method in interface org.springframework.richclient.command.config.CommandIconConfigurable
 
setLastAuthentication(Authentication) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
 
setLastName(String) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setLastNameToDisplay(String) - Method in class org.springframework.richclient.samples.petclinic.ui.OwnerManagerView
 
setLayoutManager(VLDockingLayoutManager) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
setLayoutManager(VLDockingLayoutManager) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingPageDescriptor
 
setLeadingSeparator(boolean) - Method in class org.springframework.richclient.command.ExpansionPointGroupMember
Sets the flag that indicates whether or not the visual representation of this expansion point will display a leading separator.
setLeftDecoration(String) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Set a decoration to the left of the inputField.
setLength(int) - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
setLicenseResource(Resource) - Method in class org.springframework.richclient.samples.showcase.wizard.InstallWizard
 
setLicenseTextLocation(Resource) - Method in class org.springframework.richclient.application.setup.SetupLicenseWizardPage
Set the Resource to use as license text.
setLicenseTextLocation(Resource) - Method in class org.springframework.richclient.application.setup.SetupWizard
 
setListItemsValueModel(ValueModel) - Method in class org.springframework.richclient.list.DynamicListModel
 
setListLabels(String, String) - Method in class org.springframework.richclient.components.ShuttleList
Add labels on top of the 2 lists.
setLoadOptionalIcons(boolean) - Method in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
Sets the flag that determines if optional icons will be loaded for any CommandIconConfigurable objects that are configured by this instance.
setLocation(Point) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Set a specific location for the JDialog to popup.
setLocation(String) - Method in class org.springframework.richclient.settings.xml.FileSystemXmlSettingsReaderWriter
Sets the location.
setLocation(String) - Method in class org.springframework.richclient.settings.xml.XmlSettingsFactory
Sets the location of the xml files.
setLocationRelativeTo(Component) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Set a relative location for the JDialog to popup.
setLogLevel(LogLevel) - Method in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
The log level at which the throwable should be logged.
setLong(String, long) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setLong(String, long) - Method in interface org.springframework.richclient.settings.Settings
 
setLookAndFeel(Class) - Method in class org.springframework.richclient.application.config.UIManagerConfigurer
 
setLookAndFeel(String) - Method in class org.springframework.richclient.application.config.UIManagerConfigurer
 
setLookAndFeelWithName(String) - Method in class org.springframework.richclient.application.config.UIManagerConfigurer
 
setLowerRightColor(Color) - Method in class org.springframework.richclient.control.GradientPanel
 
setMasterList(ObservableList) - Method in class org.springframework.richclient.form.AbstractDetailForm
Set the master list model.
setMaximizable(boolean) - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
setMaximizeEnabled(boolean) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 
setMaximumFractionDigits(int) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
setMaximumIntegerDigits(int) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
setMaximumRelativeDepth(int) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
setMaxLength(int) - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
setMembers(Object[]) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Sets the collection of objects that specify the members of the command group produced by this factory.
setMenubarBeanName(String) - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
setMenuFactory(MenuFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the menu factory service implementation
setMenuFactory(MenuFactory) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setMenuFactory(MenuFactory) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Set the menu factory.
setMenuFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the menu factory service implementation bean id
setMenuItemButtonConfigurer(CommandButtonConfigurer) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setMessage(String) - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Sets the message of this status bar.
setMessage(Message) - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Sets the message of this status bar.
setMessage(Message) - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Sets the message text to be displayed on the status bar.
setMessage(String) - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Sets the message text to be displayed on the status bar.
setMessage(Message) - Method in class org.springframework.richclient.control.MessageReportingOverlay
set the message wich will be used as the content of the overlay.
setMessage(Message) - Method in class org.springframework.richclient.dialog.AbstractDialogPage
Sets or clears the message for this page.
setMessage(Message) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
 
setMessage(Message) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaModel
 
setMessage(Message) - Method in class org.springframework.richclient.dialog.DefaultMessageAreaPane
 
setMessage(Message) - Method in class org.springframework.richclient.dialog.InputApplicationDialog
 
setMessage(Message) - Method in interface org.springframework.richclient.dialog.Messagable
Set the message.
setMessage(String) - Method in class org.springframework.richclient.dialog.MessageDialog
Set the message text, severity is info.
setMessage(Message) - Method in class org.springframework.richclient.dialog.MessageDialog
Set the message.
setMessage(Message) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
setMessage(Message) - Method in class org.springframework.richclient.dialog.TitlePane
 
setMessageArea(JTextArea) - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
Set the textArea to write messages to.
setMessageArea(JTextArea) - Method in interface org.springframework.richclient.samples.showcase.util.Reporter
 
setMessageKeyStrategy(MessageCodeStrategy) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
 
setMessages(MessageSource) - Method in class org.springframework.richclient.table.renderer.LabeledEnumTableCellRenderer
 
setMessagesKey(String) - Method in class org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
If messagesKey is set, the caption and description shown in the dialog are not based dynamically on the throwable, but instead statically on the keys messageKey.caption and messageKey.description.
setMessageSource(MessageSource) - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Sets the message source used to resolve localized messages.
setMessageSource(MessageSource) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the message source service implementation
setMessageSource(MessageSource) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
setMessageSource(MessageSource) - Method in class org.springframework.richclient.form.binding.swing.EnumComboBoxBinding
 
setMessageSource(MessageSource) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
setMessageSource(MessageSource) - Method in class org.springframework.richclient.table.BeanTableModel
 
setMessageSource(MessageSource) - Method in class org.springframework.rules.reporting.DefaultMessageTranslator
 
setMessageSource(MessageSource) - Method in class org.springframework.rules.reporting.DefaultMessageTranslatorFactory
 
setMessageSourceAccesor(MessageSourceAccessor) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the message source accessor service implementation
setMessageSourceAccesorId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the message source accessor service implementation bean id
setMessageSourceAccessor(MessageSourceAccessor) - Method in class org.springframework.binding.form.support.DefaultBindingErrorMessageProvider
 
setMessageSourceAccessor(MessageSourceAccessor) - Method in class org.springframework.binding.form.support.MessageSourceFieldFaceSource
Set the message source that will be used to resolve the FieldFace's properties.
setMessageSourceAccessor(MessageSourceAccessor) - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
setMessageSourceAccessor(MessageSourceAccessor) - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
setMessageSourceId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the message source service implementation bean id
setMessageTranslatorFactory(MessageTranslatorFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the message translator registry service implementation
setMessageTranslatorFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the message translator registry service implementation bean id
setMiddleName(String) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setMinimumButtonSize(Size) - Method in class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
setMinimumButtonSize(Size) - Method in class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
Define the minimum buttonsize of the buttonStack.
setMinimumFractionDigits(int) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
setMinimumIntegerDigits(int) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
setMinimumRelativeDepth(int) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
setMinimumWidth(int) - Method in class org.springframework.richclient.dialog.MessageDialog
Set the minimum width for the dialog.
setMinLength(int) - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
setMnemonic(int) - Method in class org.springframework.richclient.dialog.control.Tab
 
setModal(boolean) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Set the modal property of the dialog.
setModalDialog(boolean) - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
Where or not the shown dialog should be modal (see JDialog API).
setModel(ListModel) - Method in class org.springframework.richclient.components.ShuttleList
Sets the model that represents the contents or "value" of the list and clears the list selection.
setModel(ListModel) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setModel(TableModel) - Method in class org.springframework.richclient.list.TableListCellRenderer
 
setName(String) - Method in class org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView.ValidPerson
 
setNegativeSign(boolean) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Allow negative numbers.
setNormalSize() - Method in class org.springframework.richclient.application.mdi.ScrollingDesktopManager
 
setNrOfDecimals(int) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Maximum number of decimals.
setNrOfNonDecimals(int) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Maximum number of non-decimals.
setObjectConfigurer(ApplicationObjectConfigurer) - Method in class org.springframework.richclient.preference.PreferenceManager
 
setOnAboutToShow(Closure) - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
setOnSelectAction(Closure) - Method in class org.springframework.richclient.selection.dialog.AbstractSelectionDialog
 
setOpeningWindow(ApplicationWindow) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
 
setPageComplete(boolean) - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
setPageComplete(boolean) - Method in class org.springframework.richclient.preference.PreferencePage
 
setPageComponentPaneFactory(PageComponentPaneFactory) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the PageComponentPane factory service implementation bean
setPageComponentPaneFactoryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the PageComponentPane factory service implementation bean id
setPageDescriptor(PageDescriptor) - Method in class org.springframework.richclient.command.support.ShowPageCommand
Sets the descriptor for the page that is to be opened by this command object.
setPageDescriptorRegistry(PageDescriptorRegistry) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the page descriptor registry service implementation
setPageDescriptorRegistryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the page descriptor registry service implementation bean id
setParent(HierarchicalFormModel) - Method in interface org.springframework.binding.form.HierarchicalFormModel
Sets the parent form model.
setParent(HierarchicalFormModel) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
setParent(HierarchicalFormModel) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
setParent(CommandRegistry) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
setParent(CommandRegistry) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Sets the given registry to be the parent of this instance.
setParent(PreferencePage) - Method in class org.springframework.richclient.preference.PreferencePage
 
setParentComponent(Component) - Method in class org.springframework.richclient.dialog.ApplicationDialog
The parent Component that will be used to extract the Frame/Dialog owner for the JDialog at creation.
setParseIntegerOnly(boolean) - Method in class org.springframework.binding.format.support.StrictNumberFormat
 
setPassword(String) - Method in class org.springframework.richclient.security.LoginDetails
 
setPassword(String) - Method in class org.springframework.richclient.security.LoginForm
Set the password in the form.
setPassword(String) - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
setPerspectiveFactory(PerspectiveFactory) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory
 
setPinnable(boolean) - Method in class org.springframework.richclient.application.docking.flexdock.FlexDockViewDescriptor
 
setPopupCommandGroup(CommandGroup) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Set the command group that should be used to construct the popup menu when a user initiates the UI gesture to show the context menu.
setPopupDropShadowEnabled(boolean) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setPostProcessorActionsToRun(String) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Set the list of post-processor actions to be run.
setPreferenceDialog(PreferenceDialog) - Method in class org.springframework.richclient.preference.PreferencePage
 
setPreferenceManager(PreferenceManager) - Method in class org.springframework.richclient.preference.PreferenceCommand
 
setPreferencePages(List) - Method in class org.springframework.richclient.preference.PreferenceManager
 
setPreferencesFactory(PreferencesFactory) - Method in class org.springframework.richclient.settings.j2seprefs.PreferencesSettingsFactory
 
setPreferredColumnWidths(JTable) - Static method in class org.springframework.richclient.table.TableUtils
 
setPreferredSize(Dimension) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Set the preferrred size for the JDialog.
setPressed(boolean) - Method in class org.springframework.binding.value.swing.SelectableButtonModelAdapter
 
setPressedIcon(Icon) - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Sets the icon to be displayed when the command button is in a pressed state.
setPreviousPage(WizardPage) - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
setPreviousPage(WizardPage) - Method in interface org.springframework.richclient.wizard.WizardPage
Sets the wizard page that would typically be shown if the user was to press the Back button.
setProcessComponent(boolean) - Method in class org.springframework.richclient.form.builder.support.ToolTipInterceptorFactory
 
setProcessLabel(boolean) - Method in class org.springframework.richclient.form.builder.support.ToolTipInterceptorFactory
 
setProgressMonitor(ProgressMonitor) - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
Sets the progress monitor used by this splash screen.
setProperties(Properties) - Method in class org.springframework.richclient.application.config.UIManagerConfigurer
 
setProperties(String[]) - Method in class org.springframework.richclient.form.AbstractFormUIProvider
 
setPropertiesConstraints(Map) - Method in class org.springframework.rules.Rules
 
setPropertyEditor(Properties) - Method in class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
Adds a property editor to the registry extracting the object class, property name and property editor class from the properties "objectClass", "propertyName" and "propertyEditorClass".
setPropertyEditor(Class, Class) - Method in class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
 
setPropertyEditor(Class, String, Class) - Method in class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
 
setPropertyEditors(List) - Method in class org.springframework.richclient.application.support.DefaultPropertyEditorRegistry
Adds a list of property editors to the registry extracting the object class, property name and property editor class from the properties "objectClass", "propertyName" and "propertyEditorClass".
setPropertyName(String) - Method in class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
setPropertyName(String) - Method in class org.springframework.rules.factory.PropertyConstraints
 
setPropertyValue(String, Object) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
setPropertyValue(String, Object) - Method in class org.springframework.richclient.beans.AbstractNestedMemberPropertyAccessor
 
setPrototypeValue(Object) - Method in class org.springframework.richclient.table.support.GlazedTableModel.DefaultAdvancedTableFormat
Set the prototype value from which to determine column classes.
setPullDownMenuButtonConfigurer(CommandButtonConfigurer) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setPurgeOnAppropriateCheck(boolean) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
setPurgeOnHandling(boolean) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
setRangeConstraint(boolean) - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
setReaderWriter(XmlSettingsReaderWriter) - Method in class org.springframework.richclient.settings.xml.XmlSettingsFactory
Sets the XmlSettingsReaderWriter to use.
setReadOnly(boolean) - Method in interface org.springframework.binding.form.ConfigurableFormModel
Set the readOnly state of this formModel.
setReadOnly(boolean) - Method in interface org.springframework.binding.form.FieldMetadata
Sets whether or not this property is read only.
setReadOnly(boolean) - Method in class org.springframework.binding.form.support.AbstractFormModel
 
setReadOnly(boolean) - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
 
setReadOnly(boolean) - Method in class org.springframework.binding.form.support.ReadOnlyFieldMetadata
 
setReadOnly(boolean) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Force this inputField to be readOnly.
setRegisterableExceptionHandler(RegisterableExceptionHandler) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
Sets the exception handler which will be registered upon initialization to handle uncaught throwables.
setRegistryEntries(Map) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Add entries to the service registry.
setRelationalOperator(RelationalOperator) - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
setRelativeDepth(int) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinding
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setRenderer(ListCellRenderer) - Method in class org.springframework.richclient.selection.dialog.ListSelectionDialog
 
setRendererClosure(Closure) - Method in class org.springframework.richclient.form.binding.swing.ComboBoxBinder
Defines a closure which is called to create the renderer.
setResizable(boolean) - Method in class org.springframework.richclient.application.mdi.DesktopViewDescriptor
 
setResizable(boolean) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Set the resizable property of the dialog.
setResolveParent(Keymap) - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
 
setResultsBuilder(ValidationResultsBuilder) - Method in class org.springframework.rules.reporting.BeanValidationResultsCollector
 
setResultsBuilder(ValidationResultsBuilder) - Method in class org.springframework.rules.reporting.ValidationResultsCollector
 
setReusePages(boolean) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPageFactory
 
setRightDecoration(String) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Set a decoration to the right of the inputField.
setRolloverIcon(Icon) - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Sets the icon to be displayed when the mouse pointer rolls over the command button.
setRootFrame(boolean) - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
The frame that is used to display this splashscreen can be used as rootFrame for other dialogs/windows that need a Frame before the applicationFrame is created.
setRowNumbers(boolean) - Method in class org.springframework.richclient.table.BaseTableModel
Sets the flag that indicates whether or not row numbers are to appear in the first column of the displayed table.
setRows(List) - Method in class org.springframework.richclient.table.BaseTableModel
Overwrites the existing table rows with the given collection and fires an appropriate event to all registered listeners.
setRowSpec(RowSpec) - Method in class org.springframework.richclient.command.support.ButtonBarGroupContainerPopulator
 
setRowSpec(RowSpec) - Method in class org.springframework.richclient.command.support.ButtonStackGroupContainerPopulator
This allows to completely customize the rowspec.
setRules(List) - Method in class org.springframework.rules.support.DefaultRulesSource
Set the list of rules retrievable by this source, where each item in the list is a Rules object which maintains validation rules for a bean class.
setRulesContextId(String) - Method in class org.springframework.binding.validation.support.RulesValidator
Set the rules context id.
setRulesSource(RulesSource) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the rules source service implementation
setRulesSourceId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the rules source service implementation bean id
setRunning() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Set status running.
setScale(Integer) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Enforce a given scale for the result.
setScale(Integer) - Method in class org.springframework.richclient.swing.BigDecimalTextField
 
setScript(Resource) - Method in class org.springframework.richclient.script.ScriptedView
 
setScriptBindings(Map<String, Object>) - Method in class org.springframework.richclient.script.ScriptedView
Set the bindings to be passed to the script.
setSecurityControllerId(String) - Method in class org.springframework.richclient.command.AbstractCommand
Set the Id of the security controller that should manage this object.
setSecurityControllerId(String) - Method in class org.springframework.richclient.command.CommandGroupFactoryBean
Set the Id of the security controller that should manage this object.
setSecurityControllerId(String) - Method in class org.springframework.richclient.command.support.AbstractActionCommandExecutor
Set the Id of the security controller that should manage this object.
setSecurityControllerId(String) - Method in interface org.springframework.richclient.core.SecurityControllable
Set the Id of the security controller that should manage this object.
setSecurityControllerManager(SecurityControllerManager) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the security controller manager service implementation
setSecurityControllerManagerId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the security controller manager service implementation bean id
setSecurityControllerMap(Map) - Method in interface org.springframework.richclient.security.SecurityControllerManager
Set the map of controller Ids to controller instances.
setSecurityControllerMap(Map) - Method in class org.springframework.richclient.security.support.DefaultSecurityControllerManager
 
setSelectableItems(Object) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinder
Defines the selectable items which where used as a source for the selectable items.
setSelectableItems(Object) - Method in class org.springframework.richclient.form.binding.swing.AbstractListBinding
 
setSelectableItemsHolder(ValueModel) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setSelectableItemsHolder(ValueModel) - Method in class org.springframework.richclient.list.DynamicComboBoxListModel
 
setSelectableItemsHolder(ValueModel) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setSelectableItemsHolder(ValueModel) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setSelected(boolean) - Method in class org.springframework.binding.value.swing.SelectableButtonModelAdapter
 
setSelected(boolean) - Method in class org.springframework.richclient.command.ToggleCommand
Set the selection state of the command.
setSelected(boolean) - Method in class org.springframework.richclient.control.SimpleInternalFrame
This panel draws its title bar differently if it is selected, which may be used to indicate to the user that this panel has the focus, or should get more attention than other simple internal frames.
setSelectedIcon(Icon) - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
Sets the icon to be displayed when the command button is in a pressed state.
setSelectedIndex(int) - Method in class org.springframework.richclient.dialog.control.VetoableSingleSelectionModel
 
setSelectedIndex(int) - Method in class org.springframework.richclient.form.AbstractDetailForm
Set the selected object index.
setSelectedIndices(int[]) - Method in class org.springframework.richclient.components.ShuttleList
Selects a set of cells.
setSelectedItem(Object) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
setSelectedItem(Object) - Method in class org.springframework.richclient.list.ComboBoxListModelAdapter
 
setSelectedItem(Object) - Method in class org.springframework.richclient.list.DynamicComboBoxListModel
 
setSelectedItem(Object) - Method in class org.springframework.richclient.list.FilteredComboBoxListModel
 
setSelectedItemIfNecessary(Object) - Method in class org.springframework.richclient.list.ComboBoxListModel
 
setSelectedItemOnNullValue() - Method in class org.springframework.richclient.list.ComboBoxListModel
 
setSelectedItemsHolder(ValueModel) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setSelectedItemType(Class) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setSelectedValue(PropertyChangeListener) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
setSelectionDialog(ListSelectionDialog) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
setSelectionMode(Integer) - Method in class org.springframework.richclient.form.binding.swing.ListBinder
 
setSelectionMode(int) - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
setSettings(Settings) - Method in class org.springframework.richclient.preference.PreferenceDialog
 
setSettingsFactory(SettingsFactory) - Method in class org.springframework.richclient.settings.SettingsManager
Set the settings factory.
setSettingsManager(SettingsManager) - Method in class org.springframework.richclient.preference.PreferenceManager
 
setShadowBorder(boolean) - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Sets whether the splash screen will be rendered with a shadow border.
setSharedCommandIds(String[]) - Method in class org.springframework.richclient.application.support.ApplicationWindowCommandManager
 
setShiftFactor(BigDecimal) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
BigDecimals can be shifted right/left when storing.
setShowEditButton(boolean) - Method in class org.springframework.richclient.components.ShuttleListBinder
 
setShowGuidelines(boolean) - Method in class org.springframework.richclient.form.builder.GridBagLayoutFormBuilder
Should this show "guidelines"? Useful for debugging layouts.
setShowGuidelines(boolean) - Method in class org.springframework.richclient.layout.GridBagLayoutBuilder
Should this show "guidelines"? Useful for debugging layouts.
setShowLabel(boolean) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
setShowMenuBar(boolean) - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
setShowMenuBar(boolean) - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
setShowOkCancel(Boolean) - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinding
 
setShowProgressLabel(boolean) - Method in class org.springframework.richclient.application.splash.ProgressSplashScreen
Sets the flag that determines whether or not the progress bar will display updated textual info as it is provided by the progress monitor.
setShowStatusBar(boolean) - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
setShowStatusBar(boolean) - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
setShowText(boolean) - Method in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
setShowText(boolean) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
setShowToolBar(boolean) - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
setShowToolBar(boolean) - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
setShutdownPolicy(ShutdownPolicy) - Method in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
Wheter or not the user should be asked or obligated to shutdown the application.
setShutdownPolicy(ShutdownPolicy) - Method in class org.springframework.richclient.exceptionhandling.JXErrorDialogExceptionHandler
No shutDownPolicy can be used in conjunction with the JXErrorPane.
setSimplePropertyValue(String, Object) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Set the value of a simple property (non-indexed).
setSimplePropertyValue(String, Object) - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
setSingleSortLevel(int, SortOrder) - Method in class org.springframework.richclient.table.ColumnSortList
 
setSingleton(boolean) - Method in class org.springframework.richclient.factory.AbstractControlFactory
Sets the flag that determines if this factory is to create a single instance of its control.
setSortComparator(Comparator) - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Set the comparator to use for sorting the table.
setSortProperty(String) - Method in class org.springframework.richclient.form.AbstractTableMasterForm
Set the name of the property on which to compare for sorting elements in the master table.
setStartDirectory(File) - Method in class org.springframework.richclient.filechooser.FileChooserComboBox
 
setStartingPageId(String) - Method in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
This is used to allow the ViewDescriptor to be lazily created when the ApplicationWindow is opened.
setState(String) - Method in class org.springframework.richclient.samples.simple.domain.Address
 
setStatusBar(StatusBar) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Set the status bar associated with this table.
setString(String, String) - Method in class org.springframework.richclient.settings.AbstractSettings
 
setString(String, String) - Method in interface org.springframework.richclient.settings.Settings
 
setTabIconsEnabled(boolean) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setTabLayoutPolicy(int) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
setTabLayoutPolicy(int) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPageFactory
 
setTableFactory(TableFactory) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Allow configuration via XML of a table factory.
setTableHeader(JTableHeader) - Method in class org.springframework.richclient.list.TableListCellRenderer
 
setTableListModel(TableListModel) - Method in class org.springframework.richclient.list.TableListCellRenderer
 
setTabPlacement(int) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
setTabPlacement(int) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPageFactory
 
setTabStyle(String) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setTarget(Object) - Method in class org.springframework.richclient.beans.DefaultMemberPropertyAccessor
 
setTargetableActionCommandExecutor(String, ActionCommandExecutor) - Method in interface org.springframework.richclient.command.CommandRegistry
Sets a command executor for the command with the given id.
setTargetableActionCommandExecutor(String, ActionCommandExecutor) - Method in class org.springframework.richclient.command.support.DefaultCommandManager
 
setTargetableActionCommandExecutor(String, ActionCommandExecutor) - Method in class org.springframework.richclient.command.support.DefaultCommandRegistry
Sets a command executor for the command with the given id.
setTargetClass(Class) - Method in class org.springframework.richclient.beans.AbstractMemberPropertyAccessor
Clears all cached members and introspect methods again.
setText(String) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
setTextBelowIcon(boolean) - Method in class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
setTextFieldColumns(int) - Method in class org.springframework.richclient.factory.DefaultComponentFactory
Defines the default column count for new text fields (including formatted text and password fields)
setTextKey(String) - Method in class org.springframework.richclient.form.builder.support.CheckBoxFormComponentInterceptorFactory
 
setTheme(PlasticTheme) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setThrowableClass(Class) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart
 
setThrowableClass(Class) - Method in class org.springframework.richclient.exceptionhandling.delegation.SimpleExceptionHandlerDelegate
 
setThrowableClassList(List<Class>) - Method in class org.springframework.richclient.exceptionhandling.delegation.SimpleExceptionHandlerDelegate
 
Settings - Interface in org.springframework.richclient.settings
 
SettingsException - Exception in org.springframework.richclient.settings
 
SettingsException(String, Throwable) - Constructor for exception org.springframework.richclient.settings.SettingsException
 
SettingsFactory - Interface in org.springframework.richclient.settings
Factory for creating Settings instances.
SettingsManager - Class in org.springframework.richclient.settings
Facade for working with Settings.
SettingsManager() - Constructor for class org.springframework.richclient.settings.SettingsManager
 
setTitle(String) - Method in interface org.springframework.richclient.application.config.ApplicationWindowConfigurer
 
setTitle(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
setTitle(String) - Method in class org.springframework.richclient.context.test.TestBean
 
setTitle(String) - Method in class org.springframework.richclient.control.SimpleInternalFrame
Sets a new title text.
setTitle(String) - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
setTitle(String) - Method in interface org.springframework.richclient.core.TitleConfigurable
Sets the title.
setTitle(String) - Method in class org.springframework.richclient.dialog.ApplicationDialog
Sets the title.
setTitle(String) - Method in class org.springframework.richclient.dialog.control.Tab
 
setTitle(String) - Method in class org.springframework.richclient.dialog.TitlePane
 
setTitle(String) - Method in class org.springframework.richclient.wizard.AbstractWizard
Sets the window title for the container that hosts this page to the given string.
setTitleKey(String) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
setTitleKey(String) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
setTitlePaneImage(Image) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
setTitlePaneImage(Image) - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
Sets the image to use in the title pane.
setTitlePaneTitle(String) - Method in class org.springframework.richclient.dialog.TitledApplicationDialog
 
setTitlePaneTitle(String) - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
Sets the title to use in the title pane.
setToolBar(JToolBar) - Method in class org.springframework.richclient.control.SimpleInternalFrame
Sets a new tool bar in the header.
setToolbarBeanName(String) - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
setToolBarButtonConfigurer(CommandButtonConfigurer) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setToolBarButtonFactory(ButtonFactory) - Method in class org.springframework.richclient.command.support.DefaultCommandServices
 
setTooltip(String) - Method in class org.springframework.richclient.dialog.control.Tab
 
setType(String) - Method in class org.springframework.rules.constraint.MethodInvokingConstraint
 
setType(String) - Method in class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
 
setType(String) - Method in class org.springframework.rules.reporting.TypeResolvableSupport
 
setUnformat(String) - Method in class org.springframework.richclient.form.binding.swing.NumberBinder
Format that will be used when user is editing the field.
setUpdatesEnabled(boolean) - Method in class org.springframework.richclient.table.TableUpdater
If enable is true, we are allowed to publish changes, otherwise we aren't.
SetupIntroWizardPage - Class in org.springframework.richclient.application.setup
 
SetupIntroWizardPage() - Constructor for class org.springframework.richclient.application.setup.SetupIntroWizardPage
 
SetupLicenseWizardPage - Class in org.springframework.richclient.application.setup
A WizardPage which shows a license text and confirmation radio buttons at the bottom.
SetupLicenseWizardPage() - Constructor for class org.springframework.richclient.application.setup.SetupLicenseWizardPage
Default constructor.
SetupLicenseWizardPage(Resource) - Constructor for class org.springframework.richclient.application.setup.SetupLicenseWizardPage
Convenience constructor which sets the license resource.
setUpperLeftColor(Color) - Method in class org.springframework.richclient.control.GradientPanel
 
SetupWizard - Class in org.springframework.richclient.application.setup
 
SetupWizard() - Constructor for class org.springframework.richclient.application.setup.SetupWizard
 
SetupWizardDialog - Class in org.springframework.richclient.application.setup
 
SetupWizardDialog(Wizard) - Constructor for class org.springframework.richclient.application.setup.SetupWizardDialog
 
setUseNarrowButtons(boolean) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setUserMetadata(String, Object) - Method in class org.springframework.binding.form.support.DefaultFieldMetadata
Sets custom metadata to be associated with this property.
setUsername(String) - Method in class org.springframework.richclient.security.LoginDetails
 
setUserName(String) - Method in class org.springframework.richclient.security.LoginForm
Set the user name in the form.
setUsername(String) - Method in class org.springframework.richclient.security.SessionDetails
Deprecated.  
setUserNameProvider(UserNameProvider) - Method in class org.springframework.richclient.settings.jdbc.JdbcSettingsFactory
 
setUseSystemFonts(boolean) - Method in class org.springframework.richclient.application.config.JGoodiesLooksConfigurer
 
setValidating(boolean) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
setValidating(boolean) - Method in interface org.springframework.binding.form.ValidatingFormModel
Sets whether or not validation is currently enabled for this form model.
setValidator(Validator) - Method in class org.springframework.binding.form.support.DefaultFormModel
Set the validator that will be used to validate the form model.
setValidator(Validator) - Method in interface org.springframework.binding.form.ValidatingFormModel
Set the validator that will be used to validate the form model.
setValue(Object) - Method in class org.springframework.binding.value.support.AbstractDerivedValueModel
A DerivedValueModel's value is based on other valueModels, it cannot be set.
setValue(Object) - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
setValue(Object) - Method in class org.springframework.binding.value.support.BufferedCollectionValueModel
 
setValue(Object) - Method in class org.springframework.binding.value.support.BufferedValueModel
Sets a new buffered value and turns this BufferedValueModel into the buffering state.
setValue(Object) - Method in class org.springframework.binding.value.support.GrowableIndexAdapter
 
setValue(Object) - Method in class org.springframework.binding.value.support.MapKeyAdapter
 
setValue(Object) - Method in class org.springframework.binding.value.support.ValueHolder
 
setValue(Object) - Method in interface org.springframework.binding.value.ValueModel
Sets a new value and if the value has changed notifies any registered value change listeners.
setValue(Object) - Method in class org.springframework.richclient.list.ListSelectionValueModelAdapter
Set the selection value.
setValue(String) - Method in class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
setValue(Object) - Method in class org.springframework.richclient.selection.binding.support.SelectField
 
setValue(Number) - Method in class org.springframework.richclient.swing.BigDecimalTextField
Format the number and show it.
setValueAt(Object, int, int) - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
setValueAt(Object, int, int) - Method in class org.springframework.richclient.table.BaseTableModel
setValueAt(Object, int, int) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
setValueAtInternal(Object, Object, int) - Method in class org.springframework.richclient.table.BaseTableModel
Subclasses may implement this method to set the given value on the property at the given column index of the given row object.
setValueAtInternal(Object, Object, int) - Method in class org.springframework.richclient.table.BeanTableModel
 
setValueChangeDetector(ValueChangeDetector) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
setValueChangeDetector(ValueChangeDetector) - Method in class org.springframework.binding.value.support.AbstractValueModel
Set the object that will be used to detect changes between two values.
setValueChangeDetector(ValueChangeDetector) - Method in class org.springframework.binding.value.support.TypeConverter
 
setValueChangeDetector(ValueChangeDetector) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the value change detector service imlpementation.
setValueChangeDetectorId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the value change detector service imlpementation bean id
setValueCommitPolicy(ValueCommitPolicy) - Method in class org.springframework.richclient.form.FormatterFactory
 
setValueSilently(Object, PropertyChangeListener) - Method in class org.springframework.binding.form.support.DefaultFormModel.ValidatingFormValueModel
 
setValueSilently(Object, PropertyChangeListener) - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
 
setValueSilently(Object, PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractValueModel
 
setValueSilently(Object, PropertyChangeListener) - Method in class org.springframework.binding.value.support.AbstractValueModelWrapper
 
setValueSilently(Object, PropertyChangeListener) - Method in class org.springframework.binding.value.support.TypeConverter
 
setValueSilently(Object, PropertyChangeListener) - Method in interface org.springframework.binding.value.ValueModel
Sets a new value and if the value has changed notifies all registered value change listeners except for the specified listener to skip.
setVersion(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationDescriptor
 
setViewBindingName(String) - Method in class org.springframework.richclient.script.ScriptedView
Sets the view binding name.
setViewClass(Class) - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
setViewDescriptor(ViewDescriptor) - Method in class org.springframework.richclient.command.support.ShowViewCommand
Sets the descriptor for the view that is to be opened by this command object.
setViewDescriptorRegistry(ViewDescriptorRegistry) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the view descriptor registry service implementation
setViewDescriptorRegistryId(String) - Method in class org.springframework.richclient.application.support.DefaultApplicationServices
Set the view descriptor registry service implementation bean id
setViewDescriptors(List) - Method in class org.springframework.richclient.application.support.MultiViewPageDescriptor
 
setViewPosition(Point) - Method in class org.springframework.richclient.application.support.AboutBox.HtmlScroller
 
setViewProperties(Map) - Method in class org.springframework.richclient.application.support.DefaultViewDescriptor
 
setViewPrototypeBeanName(String) - Method in class org.springframework.richclient.application.support.LookupViewDescriptor
 
setVisible(boolean) - Method in interface org.springframework.richclient.application.statusbar.StatusBar
Sets the visible state of this status bar.
setVisible(boolean) - Method in class org.springframework.richclient.application.statusbar.support.DefaultStatusBar
Shows or hides this status bar.
setVisible(boolean) - Method in class org.springframework.richclient.command.AbstractCommand
Set this command visible and update all associated buttons.
setVisible(boolean) - Method in class org.springframework.richclient.command.CommandGroup
 
setVisible(boolean) - Method in class org.springframework.richclient.dialog.AbstractDialogPage
 
setVisible(boolean) - Method in class org.springframework.richclient.dialog.control.Tab
 
setVisible(boolean) - Method in interface org.springframework.richclient.dialog.DialogPage
Sets the visibility of this dialog page.
setVisible(boolean) - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
setVisibleRowCount(int) - Method in class org.springframework.richclient.components.ShuttleList
Sets the preferred number of rows in the list that can be displayed without a scrollbar.
setWarningIcon(Icon) - Method in class org.springframework.richclient.dialog.AlertMessageAreaPane
Sets the icon to be shown when displaying messages with warning-level severity.
setWindowCommandBarDefinitions(String) - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
setWindowCommandManagerBeanName(String) - Method in class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
 
setWindowManager(WindowManager) - Method in interface org.springframework.richclient.application.ApplicationWindow
 
setWindowManager(WindowManager) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
setWizard(Wizard) - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
setWizard(Wizard) - Method in class org.springframework.richclient.wizard.WizardDialog
 
setWizard(Wizard) - Method in interface org.springframework.richclient.wizard.WizardPage
Sets the wizard that hosts this wizard page.
setWorkPhone(String) - Method in class org.springframework.richclient.samples.simple.domain.Contact
 
setWrapLength(int) - Method in class org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
Sets the wrap length applied on the exception message passed as a parameter.
setZip(String) - Method in class org.springframework.richclient.samples.simple.domain.Address
 
Severity - Class in org.springframework.richclient.core
A typesafe enum representing different levels of severity.
Severity(int, String) - Constructor for class org.springframework.richclient.core.Severity
Constructor.
ShadowBorder - Class in org.springframework.richclient.control
 
ShadowBorder() - Constructor for class org.springframework.richclient.control.ShadowBorder
 
ShadowBorderFrame - Class in org.springframework.richclient.control
Idea originally from http://jroller.com/page/gfx?entry=better_shadow
ShadowBorderFrame() - Constructor for class org.springframework.richclient.control.ShadowBorderFrame
 
ShadowedIcon - Class in org.springframework.richclient.image
Code taken from http://www.jroller.com/santhosh/entry/beautify_swing_applications_toolbar_with
ShadowedIcon(Icon) - Constructor for class org.springframework.richclient.image.ShadowedIcon
 
ShadowedIcon(Icon, int, int) - Constructor for class org.springframework.richclient.image.ShadowedIcon
 
SharedCommandTargeter - Class in org.springframework.richclient.application.support
Retargets window-scoped, shared commands when the active View associated with an ApplicationPage changes.
SharedCommandTargeter(ApplicationWindow) - Constructor for class org.springframework.richclient.application.support.SharedCommandTargeter
 
shield - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
shiftFactor - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
shouldAuthorize(Authentication) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Determine if our controlled objects should be authorized based on the provided authentication token.
shouldEnable(int[]) - Method in class org.springframework.richclient.list.AbstractListSelectionGuard
Determine if the guarded object should be enabled based on the contents of the current selection model value.
shouldEnable(int[]) - Method in class org.springframework.richclient.list.ListMultipleSelectionGuard
Determine if the guarded object should be enabled based on the contents of the current selection model value.
shouldEnable(int[]) - Method in class org.springframework.richclient.list.ListSingleSelectionGuard
Determine if the guarded object should be enabled based on the contents of the current selection model value.
shouldHandleEvent(ApplicationEvent) - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Determine if the event should be handled on this table.
show() - Method in class org.springframework.richclient.control.ShadowBorderFrame
 
SHOW_OK_CANCEL_KEY - Static variable in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinder
 
showAt(Component) - Static method in class org.springframework.richclient.progress.BusyIndicator
 
showButtonPopupMenu(AbstractButton, JPopupMenu) - Static method in class org.springframework.richclient.util.MenuElementUtils
 
ShowCaptionInStatusBarInterceptorFactory - Class in org.springframework.richclient.form.builder.support
Shows the caption of a form property in the status bar when the form component gains focus.
ShowCaptionInStatusBarInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.ShowCaptionInStatusBarInterceptorFactory
 
ShowcaseLifecycleAdvisor - Class in org.springframework.richclient.samples.showcase
Custom application lifecycle implementation that configures the sample app at well defined points within its lifecycle.
ShowcaseLifecycleAdvisor() - Constructor for class org.springframework.richclient.samples.showcase.ShowcaseLifecycleAdvisor
 
ShowcaseMain - Class in org.springframework.richclient.samples.showcase
This is an archetype application using the Spring Richclient platform.
ShowcaseMain() - Constructor for class org.springframework.richclient.samples.showcase.ShowcaseMain
 
ShowDescriptionInStatusBarInterceptorFactory - Class in org.springframework.richclient.form.builder.support
Shows the description of a form property in the status bar when the form component gains focus.
ShowDescriptionInStatusBarInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.ShowDescriptionInStatusBarInterceptorFactory
 
showDialog() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Show the dialog.
showDialog() - Method in class org.springframework.richclient.preference.PreferenceManager
 
showFileChooser(Component, String, String, String) - Static method in class org.springframework.richclient.filechooser.FileChooserUtils
 
showFinishSuccessMessageDialog() - Method in class org.springframework.richclient.dialog.ApplicationDialog
Opens a dialog which contains the sussesful finish message.
ShowFrameCommand - Class in org.springframework.richclient.application.mdi.contextmenu
Command to show a JInternalFrame, i.e.
ShowFrameCommand(JInternalFrame) - Constructor for class org.springframework.richclient.application.mdi.contextmenu.ShowFrameCommand
 
SHOWINGALL_MSG_KEY - Static variable in class org.springframework.richclient.table.support.AbstractObjectTable
 
SHOWINGN_MSG_KEY - Static variable in class org.springframework.richclient.table.support.AbstractObjectTable
 
showPage(String) - Method in interface org.springframework.richclient.application.ApplicationWindow
 
showPage(PageDescriptor) - Method in interface org.springframework.richclient.application.ApplicationWindow
 
showPage(ApplicationPage) - Method in interface org.springframework.richclient.application.ApplicationWindow
 
showPage(WizardPage) - Method in class org.springframework.richclient.application.setup.SetupWizardDialog
 
showPage(String) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
Show the given page in this window.
showPage(PageDescriptor) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
 
showPage(ApplicationPage) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
Show the given page in this window.
showPage(WizardPage) - Method in interface org.springframework.richclient.wizard.WizardContainer
Makes the given page visible.
showPage(WizardPage) - Method in class org.springframework.richclient.wizard.WizardDialog
 
ShowPageCommand - Class in org.springframework.richclient.command.support
An action command for displaying a Page based on a provided PageDescriptor.
ShowPageCommand() - Constructor for class org.springframework.richclient.command.support.ShowPageCommand
Creates a new uninitialized ShowPageCommand.
ShowPageCommand(PageDescriptor, ApplicationWindow) - Constructor for class org.springframework.richclient.command.support.ShowPageCommand
Creates a new ShowPageCommand with the given page descriptor and associated application window.
ShowPageMenu - Class in org.springframework.richclient.command.support
A menu containing a collection of sub-menu items that each display a given page.
ShowPageMenu() - Constructor for class org.springframework.richclient.command.support.ShowPageMenu
Creates a new ShowPageMenu with an id of "showPageMenu".
showPopupMenu(MouseEvent) - Method in class org.springframework.richclient.util.PopupMenuMouseListener
Called to display the popup menu.
showView(String) - Method in interface org.springframework.richclient.application.ApplicationPage
 
showView(ViewDescriptor) - Method in interface org.springframework.richclient.application.ApplicationPage
 
showView(String) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
showView(ViewDescriptor) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
 
ShowViewCommand - Class in org.springframework.richclient.command.support
An action command for displaying a View based on a provided ViewDescriptor.
ShowViewCommand() - Constructor for class org.springframework.richclient.command.support.ShowViewCommand
Creates a new uninitialized ShowViewCommand.
ShowViewCommand(ViewDescriptor, ApplicationWindow) - Constructor for class org.springframework.richclient.command.support.ShowViewCommand
Creates a new ShowViewCommand with the given view descriptor and associated application window.
ShowViewMenu - Class in org.springframework.richclient.command.support
A menu containing a collection of sub-menu items that each display a given view.
ShowViewMenu() - Constructor for class org.springframework.richclient.command.support.ShowViewMenu
Creates a new ShowViewMenu with an id of "showViewMenu".
showWhile(Component, Runnable) - Static method in class org.springframework.richclient.progress.BusyIndicator
Runs the given Runnable while providing busy feedback using this busy indicator.
shutdownPolicy - Variable in class org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
 
ShutdownPolicy - Enum in org.springframework.richclient.exceptionhandling
A paramater value to determines if the user should or should not be asked or forced to shutdown the application when an exception occurs.
ShuttleList - Class in org.springframework.richclient.components
Custom panel that presents a "shuttle" list pair.
ShuttleList() - Constructor for class org.springframework.richclient.components.ShuttleList
Simple constructor.
ShuttleList(boolean) - Constructor for class org.springframework.richclient.components.ShuttleList
 
ShuttleListBinder - Class in org.springframework.richclient.components
Binder for handling ShuttleList component.
ShuttleListBinder() - Constructor for class org.springframework.richclient.components.ShuttleListBinder
Constructor.
ShuttleListBinder(String[]) - Constructor for class org.springframework.richclient.components.ShuttleListBinder
Constructor allowing the specification of additional/alternate context keys.
ShuttleListBinding - Class in org.springframework.richclient.components
Binding to manage a ShuttleList component.
ShuttleListBinding(ShuttleList, FormModel, String) - Constructor for class org.springframework.richclient.components.ShuttleListBinding
Construct a binding.
ShuttleSortableTableDialog - Class in org.springframework.richclient.samples.showcase.component
This sample shows a ShuttleSortableTableModel being used.
ShuttleSortableTableDialog() - Constructor for class org.springframework.richclient.samples.showcase.component.ShuttleSortableTableDialog
Initialise all needed data.
ShuttleSortableTableModel - Class in org.springframework.richclient.table
A sorter for TableModels.
ShuttleSortableTableModel(TableModel) - Constructor for class org.springframework.richclient.table.ShuttleSortableTableModel
 
SilentExceptionHandler - Class in org.springframework.richclient.exceptionhandling
Logs a throwable but does not notify the user in any way.
SilentExceptionHandler() - Constructor for class org.springframework.richclient.exceptionhandling.SilentExceptionHandler
 
SIMPLE_FIELD_WIDTH - Static variable in class org.springframework.richclient.core.UIConstants
Suggested width for a JTextField
SimpleApp - Class in org.springframework.richclient.samples.simple.app
This application provides a very simple introduction to the Spring Richclient platform.
SimpleApp() - Constructor for class org.springframework.richclient.samples.simple.app.SimpleApp
 
SimpleAppFormatterFactory - Class in org.springframework.richclient.samples.simple.ui
Simple formatter factory that returns a custom date/time formatter.
SimpleAppFormatterFactory() - Constructor for class org.springframework.richclient.samples.simple.ui.SimpleAppFormatterFactory
 
SimpleExceptionHandlerDelegate - Class in org.springframework.richclient.exceptionhandling.delegation
Handles the thrownTrowable by the exception handler if it is an instance of one of the throwableClassList.
SimpleExceptionHandlerDelegate() - Constructor for class org.springframework.richclient.exceptionhandling.delegation.SimpleExceptionHandlerDelegate
 
SimpleExceptionHandlerDelegate(Class, Thread.UncaughtExceptionHandler) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.SimpleExceptionHandlerDelegate
 
SimpleExceptionHandlerDelegate(List<Class>, Thread.UncaughtExceptionHandler) - Constructor for class org.springframework.richclient.exceptionhandling.delegation.SimpleExceptionHandlerDelegate
 
SimpleGroupContainerPopulator - Class in org.springframework.richclient.command.support
A default implementation of the GroupContainerPopulator interface.
SimpleGroupContainerPopulator(Container) - Constructor for class org.springframework.richclient.command.support.SimpleGroupContainerPopulator
Creates a new SimpleGroupContainerPopulator that will populate the given container.
SimpleGroupMember - Class in org.springframework.richclient.command
A simple implementation of the GroupMember interface that manages normal commands that can be associated with instances of AbstractButtons.
SimpleGroupMember(CommandGroup, AbstractCommand) - Constructor for class org.springframework.richclient.command.SimpleGroupMember
Creates a new SimpleGroupMember belonging to the given command group and wrapping the given command.
SimpleInternalFrame - Class in org.springframework.richclient.control
A JPanel subclass that has a drop shadow border and that provides a header with icon, title and tool bar.
SimpleInternalFrame() - Constructor for class org.springframework.richclient.control.SimpleInternalFrame
 
SimpleInternalFrame(String) - Constructor for class org.springframework.richclient.control.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified title.
SimpleInternalFrame(Icon, String) - Constructor for class org.springframework.richclient.control.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified icon, and title.
SimpleInternalFrame(String, JToolBar, JComponent) - Constructor for class org.springframework.richclient.control.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified title, tool bar, and content panel.
SimpleInternalFrame(Icon, String, JToolBar, JComponent) - Constructor for class org.springframework.richclient.control.SimpleInternalFrame
Constructs a SimpleInternalFrame with the specified icon, title, tool bar, and content panel.
SimpleLifecycleAdvisor - Class in org.springframework.richclient.samples.simple.app
Custom application lifecycle implementation that configures the sample app at well defined points within its lifecycle.
SimpleLifecycleAdvisor() - Constructor for class org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor
 
SimplePageComponentPane - Class in org.springframework.richclient.application.support
PageComponentPane implementation that adds no extra decoration to the contained PageComponentPane
SimplePageComponentPane(PageComponent) - Constructor for class org.springframework.richclient.application.support.SimplePageComponentPane
 
SimplePageComponentPaneFactory - Class in org.springframework.richclient.application.support
Factory for SimplePageComponentPane instances.
SimplePageComponentPaneFactory() - Constructor for class org.springframework.richclient.application.support.SimplePageComponentPaneFactory
 
SimpleSelectField - Class in org.springframework.richclient.selection.binding.support
SelectField implementation using a single JTextField.
SimpleSelectField() - Constructor for class org.springframework.richclient.selection.binding.support.SimpleSelectField
 
SimpleSplashScreen - Class in org.springframework.richclient.application.splash
A lightweight splash-screen for display when a GUI application is being initialized.
SimpleSplashScreen() - Constructor for class org.springframework.richclient.application.splash.SimpleSplashScreen
Creates a new uninitialized SimpleSplashScreen.
SimpleSplashScreen(Resource) - Constructor for class org.springframework.richclient.application.splash.SimpleSplashScreen
Creates a new SimpleSplashScreen that will display the image at the specified location.
SimpleSplashScreen(Image) - Constructor for class org.springframework.richclient.application.splash.SimpleSplashScreen
Creates a new SimpleSplashScreen that will display the given image.
SimpleSplashScreen.ImageCanvas - Class in org.springframework.richclient.application.splash
Simple Canvas that paints an image.
SimpleSplashScreen.ImageCanvas(Image) - Constructor for class org.springframework.richclient.application.splash.SimpleSplashScreen.ImageCanvas
Creates a new ImageCanvas with the specified image.
SimpleValidationResultsReporter - Class in org.springframework.richclient.form
An implementation of ValidationResultsReporter that reports only a single message from the configured validation results model to the associated message receiver.
SimpleValidationResultsReporter(ValidationResultsModel, Messagable) - Constructor for class org.springframework.richclient.form.SimpleValidationResultsReporter
Constructor.
SimpleValidationRulesSource - Class in org.springframework.richclient.samples.simple.domain
This class is a source for validation rules associated with the domain objects in this application.
SimpleValidationRulesSource() - Constructor for class org.springframework.richclient.samples.simple.domain.SimpleValidationRulesSource
Construct the rules source.
SimpleVLDockingApp - Class in org.springframework.richclient.samples.vldocking.app
This application provides a very simple introduction to the Spring Richclient platform.
SimpleVLDockingApp() - Constructor for class org.springframework.richclient.samples.vldocking.app.SimpleVLDockingApp
 
SINGLE_VALUE_METHOD_NAME - Static variable in class org.springframework.binding.support.ReflectionAnnotationTranslator
 
SingleListSelectionGuard - Class in org.springframework.richclient.list
 
SingleListSelectionGuard(ValueModel, Guarded) - Constructor for class org.springframework.richclient.list.SingleListSelectionGuard
 
SingleViewPageDescriptor - Class in org.springframework.richclient.application.support
 
SingleViewPageDescriptor(ViewDescriptor) - Constructor for class org.springframework.richclient.application.support.SingleViewPageDescriptor
 
size() - Method in class org.springframework.binding.value.support.ListListModel
 
size() - Method in class org.springframework.richclient.application.WindowManager
 
size() - Method in class org.springframework.richclient.command.CommandGroup
 
size() - Method in class org.springframework.richclient.command.GroupMemberList
 
size() - Method in class org.springframework.richclient.image.DefaultImageSource
 
size() - Method in class org.springframework.richclient.table.ColumnSortList
 
size() - Method in class org.springframework.rules.constraint.CompoundConstraint
Returns the number of constraints aggregated by this compound constraint.
sizeColumnsToFitRowData(JTable) - Static method in class org.springframework.richclient.table.TableUtils
resizes the column widths to optimally fit the row data.
sizeColumnsToFitRowData(JTable, int) - Static method in class org.springframework.richclient.table.TableUtils
resizes the column widths to optimally fit the row data.
SizedIconSource - Interface in org.springframework.richclient.image
Interface to be implemented by icon registries which can reload their icons with a new size dynamically.
SMALL - Static variable in class org.springframework.richclient.image.EmptyIcon
Convenience object for small icons, whose size matches the size of small icons in Sun's graphics repository.
SMALL - Static variable in class org.springframework.richclient.image.IconSize
The standard 16 pixel "small" icon.
sort() - Method in class org.springframework.binding.value.support.ListListModel
 
SortableTableModel - Interface in org.springframework.richclient.table
 
sortByColumn(ColumnToSort) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
sortByColumn(ColumnToSort) - Method in interface org.springframework.richclient.table.SortableTableModel
 
sortByColumns(ColumnToSort[]) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
sortByColumns(ColumnToSort[], int[]) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
sortByColumns(ColumnToSort[]) - Method in interface org.springframework.richclient.table.SortableTableModel
 
sortByColumns(ColumnToSort[], int[]) - Method in interface org.springframework.richclient.table.SortableTableModel
 
SortedListModel - Class in org.springframework.richclient.list
 
SortedListModel(ListModel) - Constructor for class org.springframework.richclient.list.SortedListModel
 
SortedListModel(ListModel, Comparator) - Constructor for class org.springframework.richclient.list.SortedListModel
 
SortOrder - Class in org.springframework.richclient.table
 
SortTableCommand - Class in org.springframework.richclient.table
Listens to a sort list for changes and when they happen, sorts a sortable table model in a separate worker thread.
SortTableCommand(JTable, ColumnSortList) - Constructor for class org.springframework.richclient.table.SortTableCommand
 
sourceValuesChanged() - Method in class org.springframework.binding.value.support.AbstractDerivedValueModel
Derive the value from the source values and fire a valueChangeEvent to notify listeners.
sourceValuesChanged() - Method in class org.springframework.binding.value.support.MessageFormatValueModel
 
sourceValuesChanged() - Method in class org.springframework.binding.value.support.MethodInvokingDerivedValueModel
 
SpinnerAdapter - Class in org.springframework.binding.value.swing
Adapts a value model to a JSpinner control.
SpinnerAdapter(JSpinner, ValueModel) - Constructor for class org.springframework.binding.value.swing.SpinnerAdapter
 
splash() - Method in class org.springframework.richclient.application.splash.AbstractSplashScreen
Creates and displays an undecorated, centered splash screen containing the component provided by AbstractSplashScreen.createContentPane().
splash() - Method in class org.springframework.richclient.application.splash.MustangSplashScreen
 
splash() - Method in interface org.springframework.richclient.application.splash.SplashScreen
Shows this SplashScreen.
SPLASH_SCREEN_BEAN_ID - Static variable in class org.springframework.richclient.application.ApplicationLauncher
The name of the bean that defines the application's splash screen.
SPLASH_TITLE_KEY - Static variable in class org.springframework.richclient.application.splash.AbstractSplashScreen
The message resource key used to look up the splash screen's frame title.
SplashScreen - Interface in org.springframework.richclient.application.splash
A SplashScreen is shown to the user during application startup.
SplashScreen - Class in org.springframework.richclient.application
Deprecated. use SimpleSplashScreen instead.
SplashScreen() - Constructor for class org.springframework.richclient.application.SplashScreen
Deprecated.  
SplitPaneMemento - Class in org.springframework.richclient.settings.support
 
SplitPaneMemento(JSplitPane) - Constructor for class org.springframework.richclient.settings.support.SplitPaneMemento
 
SplitPaneMemento(JSplitPane, String) - Constructor for class org.springframework.richclient.settings.support.SplitPaneMemento
 
SpringLayoutUtils - Class in org.springframework.richclient.util
A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
SpringLayoutUtils() - Constructor for class org.springframework.richclient.util.SpringLayoutUtils
 
STANDARD_BORDER - Static variable in class org.springframework.richclient.core.UIConstants
The Java look and Feel standard for border spacing.
STANDARD_DOWN_ARROW - Static variable in class org.springframework.richclient.table.TableSortIndicator
 
STANDARD_UP_ARROW - Static variable in class org.springframework.richclient.table.TableSortIndicator
 
start() - Method in class org.springframework.richclient.application.Application
Starts this application.
start() - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
start() - Method in class org.springframework.richclient.util.SwingWorker
Starts the worker thread.
started - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
STARTS_WITH - Static variable in class org.springframework.rules.constraint.Like
 
startScrolling() - Method in class org.springframework.richclient.application.support.AboutBox.HtmlScroller
Starts the scoller
STATE_CLEAR - Static variable in class org.springframework.richclient.form.AbstractDetailForm
State indicating that we are editing no object.
STATE_CREATE - Static variable in class org.springframework.richclient.form.AbstractDetailForm
State indicating that we are creating a new object.
STATE_EDIT - Static variable in class org.springframework.richclient.form.AbstractDetailForm
State indicating that we are editing an existing object.
StaticApplicationServices - Class in org.springframework.richclient.application.support
 
StaticApplicationServices() - Constructor for class org.springframework.richclient.application.support.StaticApplicationServices
 
StaticUserNameProvider - Class in org.springframework.richclient.settings.jdbc
 
StaticUserNameProvider(String) - Constructor for class org.springframework.richclient.settings.jdbc.StaticUserNameProvider
 
StatusBar - Interface in org.springframework.richclient.application.statusbar
StatusBar abstraction.
StatusBarProgressMonitor - Class in org.springframework.richclient.application.statusbar.support
ProgressMonitor implementation that handles its own controls: a JProgressBar to show the progress to the user optionally a JButton to allow the user to cancel the current task
StatusBarProgressMonitor() - Constructor for class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
stop() - Method in interface org.springframework.core.closure.ElementGenerator
Stop this process after it has started.
stop() - Method in class org.springframework.core.closure.support.AbstractElementGenerator
Stop the generator.
stop() - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
stopCellEditing(JTable) - Static method in class org.springframework.richclient.table.TableUtils
Workaround for a very annoying bug in jtable where an editing cell value does not get committed on focus lost.
STOPPED - Static variable in class org.springframework.core.closure.support.ProcessStatus
Process has stopped.
StrictNumberFormat - Class in org.springframework.binding.format.support
This is a decorator class for NumberFormat to ensure an exact number parsing.
StrictNumberFormat(NumberFormat) - Constructor for class org.springframework.binding.format.support.StrictNumberFormat
 
StrictNumberFormatterFactory - Class in org.springframework.binding.format.support
Extending the SimpleFormatterFactory to return a StrictNumberFormat wrapping the default NumberFormat to have strict number parsing.
StrictNumberFormatterFactory() - Constructor for class org.springframework.binding.format.support.StrictNumberFormatterFactory
 
StringLenghtConstraintDialog - Class in org.springframework.richclient.samples.showcase.validation
Dialog showing a number of fields to manipulate the StringLengthConstraint and see it in action on the value field.
StringLenghtConstraintDialog() - Constructor for class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog
 
StringLenghtConstraintDialog.StringLengthConstraintForm - Class in org.springframework.richclient.samples.showcase.validation
 
StringLenghtConstraintDialog.StringLengthConstraintForm() - Constructor for class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthConstraintForm
 
StringLenghtConstraintDialog.StringLengthValue - Class in org.springframework.richclient.samples.showcase.validation
 
StringLenghtConstraintDialog.StringLengthValue() - Constructor for class org.springframework.richclient.samples.showcase.validation.StringLenghtConstraintDialog.StringLengthValue
 
StringLength - Class in org.springframework.rules.closure
Returns the Integer length of an object's string form, or zero if the object is null.
StringLength() - Constructor for class org.springframework.rules.closure.StringLength
 
StringLengthConstraint - Class in org.springframework.rules.constraint
Constraint to validate an object's string length.
StringLengthConstraint(int) - Constructor for class org.springframework.rules.constraint.StringLengthConstraint
Constructs a maxlength constraint of the specified length.
StringLengthConstraint(int, String) - Constructor for class org.springframework.rules.constraint.StringLengthConstraint
Constructs a maxlength constraint of the specified length.
StringLengthConstraint(RelationalOperator, int) - Constructor for class org.springframework.rules.constraint.StringLengthConstraint
Constructs a string length constraint with the specified operator and length constraint.
StringLengthConstraint(RelationalOperator, int, String) - Constructor for class org.springframework.rules.constraint.StringLengthConstraint
Constructs a string length constraint with the specified operator and length constraint.
StringLengthConstraint(int, int) - Constructor for class org.springframework.rules.constraint.StringLengthConstraint
Constructs a string length range constraint.
StringLengthConstraint(int, int, String) - Constructor for class org.springframework.rules.constraint.StringLengthConstraint
Constructs a string length range constraint.
StringTrimmer - Class in org.springframework.rules.closure
Returns a trimmed copy of the string form of an object.
StringTrimmer() - Constructor for class org.springframework.rules.closure.StringTrimmer
 
StringXmlSettingsReaderWriter - Class in org.springframework.richclient.settings.xml
Helper class, used for testing.
StringXmlSettingsReaderWriter(String) - Constructor for class org.springframework.richclient.settings.xml.StringXmlSettingsReaderWriter
Creates a new instance.
StringXmlSettingsReaderWriter() - Constructor for class org.springframework.richclient.settings.xml.StringXmlSettingsReaderWriter
Creates a new instance.
subList(int, int) - Method in class org.springframework.binding.value.support.ListListModel
 
subTaskStarted(String) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanelProgressMonitor
 
subTaskStarted(String) - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
subTaskStarted(String) - Method in class org.springframework.richclient.progress.NullProgressMonitor
 
subTaskStarted(String) - Method in class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
subTaskStarted(String) - Method in interface org.springframework.richclient.progress.ProgressMonitor
Notifies that a subtask of the main task is beginning.
SUCCESS_FINISH_MESSAGE_KEY - Static variable in class org.springframework.richclient.dialog.ApplicationDialog
 
SUCCESS_FINISH_TITLE_KEY - Static variable in class org.springframework.richclient.dialog.ApplicationDialog
 
sum() - Method in class org.springframework.rules.reporting.SummingVisitor
 
SummingVisitor - Class in org.springframework.rules.reporting
 
SummingVisitor(Constraint) - Constructor for class org.springframework.rules.reporting.SummingVisitor
 
supports(Class) - Method in class org.springframework.rules.Rules
 
supportsBoundProperties(Class) - Static method in class org.springframework.binding.support.PropertyChangeSupportUtils
Checks and answers whether the given class supports bound properties, i.e.
SwingActionAdapter - Class in org.springframework.richclient.command
An adapter between a Spring Rich Client ActionCommand and the Swing Action interface.
SwingActionAdapter(ActionCommand) - Constructor for class org.springframework.richclient.command.SwingActionAdapter
Creates a new SwingActionAdapter with the given underlying action command.
SwingBinderSelectionStrategy - Class in org.springframework.richclient.form.binding.swing
 
SwingBinderSelectionStrategy() - Constructor for class org.springframework.richclient.form.binding.swing.SwingBinderSelectionStrategy
 
SwingBindingFactory - Class in org.springframework.richclient.form.binding.swing
A convenient implementation of BindingFactory.
SwingBindingFactory(FormModel) - Constructor for class org.springframework.richclient.form.binding.swing.SwingBindingFactory
 
SwingBindingFactory.BeanPropertyEditorClosure - Class in org.springframework.richclient.form.binding.swing
 
SwingBindingFactory.BeanPropertyEditorClosure(String) - Constructor for class org.springframework.richclient.form.binding.swing.SwingBindingFactory.BeanPropertyEditorClosure
 
SwingBindingFactoryProvider - Class in org.springframework.richclient.form.binding.swing
This provider constructs instances of SwingBindingFactory on demand.
SwingBindingFactoryProvider() - Constructor for class org.springframework.richclient.form.binding.swing.SwingBindingFactoryProvider
 
SwingWorker - Class in org.springframework.richclient.util
An abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class org.springframework.richclient.util.SwingWorker
 
symbols - Static variable in class org.springframework.richclient.swing.BigDecimalTextField
 
synchronize() - Method in class org.springframework.richclient.selection.binding.support.ValueModel2EventListBridge
Synchronizes the EventList with the ValueModel.
SynchronousHTMLEditorKit - Class in org.springframework.richclient.text
A HTMLEditorKit that loads all images and HTML synchronously.
SynchronousHTMLEditorKit() - Constructor for class org.springframework.richclient.text.SynchronousHTMLEditorKit
 
syncSpi() - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
systemRoot() - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferencesFactory
 

T

Tab - Class in org.springframework.richclient.dialog.control
Represents a single tab in a tabbed pane.
Tab(String, JComponent) - Constructor for class org.springframework.richclient.dialog.control.Tab
 
Tab() - Constructor for class org.springframework.richclient.dialog.control.Tab
 
TabbedApplicationPage - Class in org.springframework.richclient.application.tabbed
ApplicationPage implementation that puts the PageComponents in a JTabbedPane.
TabbedApplicationPage() - Constructor for class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
TabbedApplicationPageFactory - Class in org.springframework.richclient.application.tabbed
Factory for TabbedApplicationPage instances.
TabbedApplicationPageFactory() - Constructor for class org.springframework.richclient.application.tabbed.TabbedApplicationPageFactory
 
TabbedDialogPage - Class in org.springframework.richclient.dialog
A concrete implementation of CompositeDialogPage that presents the child pages in a JTabbedPane.
TabbedDialogPage(String) - Constructor for class org.springframework.richclient.dialog.TabbedDialogPage
 
TabbedDialogPage(String, boolean) - Constructor for class org.springframework.richclient.dialog.TabbedDialogPage
 
tableChanged(TableModelEvent) - Method in class org.springframework.richclient.table.AbstractTableModelFilter
 
tableChanged(TableModelEvent) - Method in class org.springframework.richclient.table.ShuttleSortableTableModel
 
tableChanged(TableModelEvent) - Method in class org.springframework.richclient.table.support.ResizeTableColumnSupport
 
TableDataProvider - Class in org.springframework.richclient.table
 
TableDataProvider() - Constructor for class org.springframework.richclient.table.TableDataProvider
 
TableFactory - Interface in org.springframework.richclient.factory
A simple interface for creating JTable object, this allows the developer to create an application specific table factory where, say, each tables have a set of renderers installed, are sortable etc.
TableFormBuilder - Class in org.springframework.richclient.form.builder
A TableFormBuilder builds a form by using a TableLayoutBuilder
TableFormBuilder(BindingFactory) - Constructor for class org.springframework.richclient.form.builder.TableFormBuilder
Creates an instances of the TableFormBuilder by using a BindingFactory
TableFormBuilder(BindingFactory, TableLayoutBuilder) - Constructor for class org.springframework.richclient.form.builder.TableFormBuilder
Creates an instances of the TableFormBuilder by using a BindingFactory and a given
TableLayoutBuilder - Class in org.springframework.richclient.layout
A panel builder that provides the capability to quickly build grid based forms.
TableLayoutBuilder() - Constructor for class org.springframework.richclient.layout.TableLayoutBuilder
Creates a new TableLayoutBuilder.
TableLayoutBuilder(JPanel) - Constructor for class org.springframework.richclient.layout.TableLayoutBuilder
Creates a new TableLayoutBuilder which will perform it's layout in the supplied JPanel.
TableListCellRenderer - Class in org.springframework.richclient.list
ListCellRenderer which renders table cells in a list cell.
TableListCellRenderer() - Constructor for class org.springframework.richclient.list.TableListCellRenderer
 
TableListCellRenderer(TableListModel) - Constructor for class org.springframework.richclient.list.TableListCellRenderer
 
TableListCellRenderer(TableListModel, TableColumnModel) - Constructor for class org.springframework.richclient.list.TableListCellRenderer
 
TableListModel - Interface in org.springframework.richclient.list
Model for TableListCellRenderer which is used to render a table for JComboBox
TableMemento - Class in org.springframework.richclient.settings.support
 
TableMemento(JTable, String) - Constructor for class org.springframework.richclient.settings.support.TableMemento
 
TableMemento(JTable) - Constructor for class org.springframework.richclient.settings.support.TableMemento
 
TableRenderers - Class in org.springframework.richclient.table.renderer
 
TableRenderers() - Constructor for class org.springframework.richclient.table.renderer.TableRenderers
 
TableScrollPane - Class in org.springframework.richclient.table
 
TableScrollPane(JTable, TableUpdater) - Constructor for class org.springframework.richclient.table.TableScrollPane
 
TableSortIndicator - Class in org.springframework.richclient.table
 
TableSortIndicator(JTable) - Constructor for class org.springframework.richclient.table.TableSortIndicator
 
TableSortIndicator(JTable, Icon, Icon) - Constructor for class org.springframework.richclient.table.TableSortIndicator
 
TableUpdater - Class in org.springframework.richclient.table
Thread responsible for publishing changes to the Model.
TableUpdater(TableDataProvider, MutableTableModel) - Constructor for class org.springframework.richclient.table.TableUpdater
 
TableUtils - Class in org.springframework.richclient.table
 
TableUtils() - Constructor for class org.springframework.richclient.table.TableUtils
 
takeData() - Method in class org.springframework.richclient.table.TableDataProvider
Returns the current set of changes to be published.
TargetableActionCommand - Class in org.springframework.richclient.command
An ActionCommand that delegates to an internal ActionCommandExecutor.
TargetableActionCommand() - Constructor for class org.springframework.richclient.command.TargetableActionCommand
Creates a new uninitialized TargetableActionCommand.
TargetableActionCommand(String) - Constructor for class org.springframework.richclient.command.TargetableActionCommand
Creates a new TargetableActionCommand with the given identifier.
TargetableActionCommand(String, ActionCommandExecutor) - Constructor for class org.springframework.richclient.command.TargetableActionCommand
Creates a new TargetableActionCommand with the given identifier and initial executor.
taskStarted(String, int) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanelProgressMonitor
 
taskStarted(String, int) - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
taskStarted(String, int) - Method in class org.springframework.richclient.progress.NullProgressMonitor
 
taskStarted(String, int) - Method in class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
taskStarted(String, int) - Method in interface org.springframework.richclient.progress.ProgressMonitor
Notifies that the main task is beginning.
test(Object) - Method in interface org.springframework.core.closure.Constraint
Test the provided argument against this predicate's condition.
test(Object) - Method in class org.springframework.richclient.filechooser.FileChecks.FileExists
 
test(Object) - Method in class org.springframework.richclient.filechooser.FileChecks.FileIsFile
 
test(Object) - Method in class org.springframework.richclient.filechooser.FileChecks.FileIsReadable
 
test(Object, Object) - Method in interface org.springframework.rules.closure.BinaryConstraint
Test the provided arguments against this predicates conditional expression.
test(Object) - Method in class org.springframework.rules.constraint.AbstractBinaryConstraint
 
test(Object) - Method in class org.springframework.rules.constraint.And
Tests if all of the constraints aggregated by this compound constraint return true when evaulating this argument.
test(Object) - Method in class org.springframework.rules.constraint.ClosureResultConstraint
Tests the result returned by evaluating the specified argument against the configured closure.
test(Object, Object) - Method in class org.springframework.rules.constraint.ComparisonBinaryPredicate
Tests two arguments against a comparsion expression.
test(Object) - Method in class org.springframework.rules.constraint.CompoundConstraint
 
test(Object, Object) - Method in class org.springframework.rules.constraint.EqualTo
Test if the two arguments are equal.
test(Object) - Method in class org.springframework.rules.constraint.IfTrue
 
test(Object) - Method in class org.springframework.rules.constraint.InGroup
Tests the variable argument value is in this group.
test(Object) - Method in class org.springframework.rules.constraint.Like
 
test(Object) - Method in class org.springframework.rules.constraint.MethodInvokingConstraint
 
test(Object) - Method in class org.springframework.rules.constraint.Not
Negates the boolean result returned by testing the wrapped constraint.
test(Object) - Method in class org.springframework.rules.constraint.Or
Tests if any of the constraints aggregated by this compound constraint test true.
test(Object) - Method in class org.springframework.rules.constraint.ParameterizedBinaryConstraint
Tests the wrapped binary constraint with the variable argument value, passing in the parameter constant as the second argument.
test(Object) - Method in class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
test(PropertyAccessStrategy) - Method in class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
test(Object) - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
 
test(PropertyAccessStrategy) - Method in class org.springframework.rules.constraint.property.ConditionalPropertyConstraint
 
test(Object) - Method in class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
Tests the value of the configured propertyName for this bean against the configured parameter value using the configured binary predicate.
test(PropertyAccessStrategy) - Method in class org.springframework.rules.constraint.property.PropertiesConstraint
 
test(PropertyAccessStrategy) - Method in class org.springframework.rules.constraint.property.PropertyInGroupConstraint
 
test(PropertyAccessStrategy) - Method in class org.springframework.rules.constraint.property.PropertyPresent
 
test(PropertyAccessStrategy) - Method in class org.springframework.rules.constraint.property.PropertyValueConstraint
 
test(PropertyAccessStrategy) - Method in class org.springframework.rules.constraint.property.RequiredIfTrue
 
test(Object) - Method in class org.springframework.rules.constraint.property.UniquePropertyValueConstraint
Returns true if each domain object in the provided collection has a unique value for the configured property.
test(Object) - Method in class org.springframework.rules.constraint.Range
Test if the specified argument falls within the established range.
test(Object) - Method in class org.springframework.rules.constraint.RegexpConstraint
Test if the argument matches the pattern.
test(Object) - Method in class org.springframework.rules.constraint.Required
Tests if this argument is present (non-null, not-empty, not blank)
test(Object) - Method in class org.springframework.rules.constraint.StringLengthConstraint
Tests that the string form of this argument falls within the length constraint.
test(Object) - Method in class org.springframework.rules.constraint.WildcardConstraint
 
test(Object) - Method in class org.springframework.rules.constraint.XOr
Tests if any of the constraints aggregated by this compound constraint test true.
test(Object) - Method in class org.springframework.rules.Rules
 
TestBean - Class in org.springframework.richclient.context.test
 
TestBean() - Constructor for class org.springframework.richclient.context.test.TestBean
 
TestCommand - Class in org.springframework.richclient.context.test
 
TestCommand() - Constructor for class org.springframework.richclient.context.test.TestCommand
 
testCompareResult(int) - Method in class org.springframework.rules.constraint.ComparisonBinaryPredicate
Template method for evaluating the compare result.
testCompareResult(int) - Method in class org.springframework.rules.constraint.EqualTo
 
testCompareResult(int) - Method in class org.springframework.rules.constraint.GreaterThan
 
testCompareResult(int) - Method in class org.springframework.rules.constraint.GreaterThanEqualTo
 
testCompareResult(int) - Method in class org.springframework.rules.constraint.LessThan
 
testCompareResult(int) - Method in class org.springframework.rules.constraint.LessThanEqualTo
 
Tester - Class in org.springframework.richclient.context.test
 
Tester() - Constructor for class org.springframework.richclient.context.test.Tester
 
testResultOf(Closure, Constraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
testResultOf(Closure, Constraint) - Method in class org.springframework.rules.factory.Constraints
Attaches a constraint that tests the result returned by evaluating the specified closure.
text - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
textAreaAsLabel(JTextArea) - Static method in class org.springframework.richclient.util.GuiStandardUtils
This will allow selection and copy to work but still retain the label look
TextAreaBinder - Class in org.springframework.richclient.form.binding.swing
 
TextAreaBinder() - Constructor for class org.springframework.richclient.form.binding.swing.TextAreaBinder
 
TextCaretFormComponentInterceptorFactory - Class in org.springframework.richclient.text
If the text is set in a text component, the caret position is set to the end of the text.
TextCaretFormComponentInterceptorFactory() - Constructor for class org.springframework.richclient.text.TextCaretFormComponentInterceptorFactory
 
TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor - Class in org.springframework.richclient.text
The FormComponentInterceptor implementation.
TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor() - Constructor for class org.springframework.richclient.text.TextCaretFormComponentInterceptorFactory.TextCaretComponentInterceptor
 
textComponentAsLabel(JTextComponent) - Static method in class org.springframework.richclient.util.GuiStandardUtils
This will allow selection and copy to work but still retain the label look
TextComponentBinder - Class in org.springframework.richclient.form.binding.swing
 
TextComponentBinder() - Constructor for class org.springframework.richclient.form.binding.swing.TextComponentBinder
 
TextComponentBinding - Class in org.springframework.richclient.form.binding.swing
 
TextComponentBinding(JTextComponent, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.TextComponentBinding
 
TextComponentContainer - Interface in org.springframework.richclient.text
 
TextComponentInterceptor - Class in org.springframework.richclient.text
Abstract base class for FormComponentInterceptors that work on JTextComponents.
TextComponentInterceptor() - Constructor for class org.springframework.richclient.text.TextComponentInterceptor
 
TextComponentPopup - Class in org.springframework.richclient.text
Helper class that decorates a JTextComponent with a standard popup menu.
TextComponentPopup(JTextComponent, CommitTrigger) - Constructor for class org.springframework.richclient.text.TextComponentPopup
 
TextComponentPopup.DefaultKeymap - Class in org.springframework.richclient.text
We need this class since keymaps are shared in jvm This class is a 100% copy of the jdk class {@link JTextComponent#DefaultKeymap
TextComponentPopupInterceptorFactory - Class in org.springframework.richclient.text
 
TextComponentPopupInterceptorFactory() - Constructor for class org.springframework.richclient.text.TextComponentPopupInterceptorFactory
 
textField(int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
textField(int, int, Insets) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
TextValueListRenderer - Class in org.springframework.richclient.list
Abstract base class for ListCellRenderer that convert the cell value into a String.
TextValueListRenderer() - Constructor for class org.springframework.richclient.list.TextValueListRenderer
 
thread - Variable in class org.springframework.richclient.util.SwingWorker
Worker thread.
THREE_SPACES - Static variable in class org.springframework.richclient.core.UIConstants
The Java look and Feel standard for three screen spaces between GUI Components.
throwIfNull(Object, String, Class) - Static method in exception org.springframework.richclient.application.PropertyNotSetException
Throws an instance of this exception if the given propertyValue is null.
ticker - Variable in class org.springframework.richclient.application.splash.InfiniteProgressPanel
 
TigerEnumComboBoxBinder - Class in org.springframework.richclient.form.binding.swing
Binds a Tiger enum in a combobox and supports i18n.
The i18n key of an enum is the full classname + "." + enumfield.
For example:
x.y.Season.WINTER = Winter
TigerEnumComboBoxBinder() - Constructor for class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder
 
TigerEnumComboBoxBinder.TigerEnumComboBoxEditor - Class in org.springframework.richclient.form.binding.swing
 
TigerEnumComboBoxBinder.TigerEnumComboBoxEditor(MessageSourceAccessor, ComboBoxEditor) - Constructor for class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumComboBoxEditor
 
TigerEnumComboBoxBinder.TigerEnumListRenderer - Class in org.springframework.richclient.form.binding.swing
 
TigerEnumComboBoxBinder.TigerEnumListRenderer(MessageSourceAccessor) - Constructor for class org.springframework.richclient.form.binding.swing.TigerEnumComboBoxBinder.TigerEnumListRenderer
 
TigerEnumTableCellRenderer - Class in org.springframework.richclient.table.renderer
TableCellRenderer which looks up messages by using the class and name of the Enum as a messageKey.
TigerEnumTableCellRenderer(MessageSourceAccessor) - Constructor for class org.springframework.richclient.table.renderer.TigerEnumTableCellRenderer
Constructor.
TileCommand - Class in org.springframework.richclient.application.mdi.contextmenu
Tiles all JInternalFrames in a given JDesktopPane.
TileCommand(JDesktopPane) - Constructor for class org.springframework.richclient.application.mdi.contextmenu.TileCommand
 
TimeFormat - Class in org.springframework.richclient.text
A text formatter that formats time periods (durations.)
TimeFormat() - Constructor for class org.springframework.richclient.text.TimeFormat
 
TimeTableCellRenderer - Class in org.springframework.richclient.table.renderer
Formats a cell in d h m s
TimeTableCellRenderer() - Constructor for class org.springframework.richclient.table.renderer.TimeTableCellRenderer
 
TimeTableCellRenderer(TimeFormat) - Constructor for class org.springframework.richclient.table.renderer.TimeTableCellRenderer
 
title(int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
TITLE_KEY - Static variable in class org.springframework.richclient.application.config.DefaultApplicationObjectConfigurer
The key fragment used to retrieve the title for a given object.
TITLE_KEY - Static variable in class org.springframework.richclient.context.support.TitleConfigurableBeanPostProcessor
The key fragment used to retrieve the title for a given object.
TITLE_KEY_KEY - Static variable in class org.springframework.richclient.selection.binding.ListSelectionDialogBinder
 
TITLE_LABEL_INSETS - Static variable in class org.springframework.richclient.util.GridBagCellConstraints
 
TITLE_PROPERTY - Static variable in class org.springframework.richclient.dialog.control.Tab
 
TitleBarTimeStampCommand - Class in org.springframework.richclient.samples.showcase.command
Simple command testing the ApplicationWindowAwareCommand class.
TitleBarTimeStampCommand() - Constructor for class org.springframework.richclient.samples.showcase.command.TitleBarTimeStampCommand
 
TitleConfigurable - Interface in org.springframework.richclient.core
Implementing by application objects whose titles are configurable; for example, dialogs or wizard pages.
TitleConfigurableBeanPostProcessor - Class in org.springframework.richclient.context.support
 
TitleConfigurableBeanPostProcessor(MessageSource) - Constructor for class org.springframework.richclient.context.support.TitleConfigurableBeanPostProcessor
 
TitledApplicationDialog - Class in org.springframework.richclient.dialog
 
TitledApplicationDialog() - Constructor for class org.springframework.richclient.dialog.TitledApplicationDialog
 
TitledApplicationDialog(String, Window) - Constructor for class org.springframework.richclient.dialog.TitledApplicationDialog
 
TitledApplicationDialog(String, Window, CloseAction) - Constructor for class org.springframework.richclient.dialog.TitledApplicationDialog
 
TitledPageApplicationDialog - Class in org.springframework.richclient.dialog
A TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages.
TitledPageApplicationDialog() - Constructor for class org.springframework.richclient.dialog.TitledPageApplicationDialog
Default constructor.
TitledPageApplicationDialog(DialogPage) - Constructor for class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
TitledPageApplicationDialog(Form, Window) - Constructor for class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
TitledPageApplicationDialog(DialogPage, Window) - Constructor for class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
TitledPageApplicationDialog(DialogPage, Window, CloseAction) - Constructor for class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
TitlePane - Class in org.springframework.richclient.dialog
A container class that that has a title area for displaying a title and an image as well as a common area for displaying a description, a message, or an error message.
TitlePane() - Constructor for class org.springframework.richclient.dialog.TitlePane
 
TitlePane(int) - Constructor for class org.springframework.richclient.dialog.TitlePane
 
toArray() - Method in class org.springframework.binding.value.support.ListListModel
 
toArray(Object[]) - Method in class org.springframework.binding.value.support.ListListModel
 
toArray() - Method in class org.springframework.richclient.util.EventListenerListHelper
Returns an object which is a copy of the collection of listeners registered with this instance.
toClass(Type) - Static method in class org.springframework.richclient.core.GenericCollectionTypeResolver
 
ToggleButtonBinder - Class in org.springframework.richclient.form.binding.swing
 
ToggleButtonBinder() - Constructor for class org.springframework.richclient.form.binding.swing.ToggleButtonBinder
 
ToggleButtonBinder(String[]) - Constructor for class org.springframework.richclient.form.binding.swing.ToggleButtonBinder
 
ToggleButtonBinder(Class) - Constructor for class org.springframework.richclient.form.binding.swing.ToggleButtonBinder
 
ToggleButtonBinder(Class, String[]) - Constructor for class org.springframework.richclient.form.binding.swing.ToggleButtonBinder
 
ToggleButtonBinding - Class in org.springframework.richclient.form.binding.swing
 
ToggleButtonBinding(JToggleButton, FormModel, String) - Constructor for class org.springframework.richclient.form.binding.swing.ToggleButtonBinding
 
ToggleButtonBinding.SelectionListener - Class in org.springframework.richclient.form.binding.swing
 
ToggleButtonBinding.SelectionListener() - Constructor for class org.springframework.richclient.form.binding.swing.ToggleButtonBinding.SelectionListener
 
ToggleButtonPopupListener - Class in org.springframework.richclient.command.support
Attaches a JPopupMenu to a button.
ToggleCommand - Class in org.springframework.richclient.command
 
ToggleCommand() - Constructor for class org.springframework.richclient.command.ToggleCommand
 
ToggleCommand(String) - Constructor for class org.springframework.richclient.command.ToggleCommand
 
ToggleCommand(String, CommandFaceDescriptor) - Constructor for class org.springframework.richclient.command.ToggleCommand
 
ToggleCommand(String, String) - Constructor for class org.springframework.richclient.command.ToggleCommand
 
ToggleCommand(String, String, Icon, String) - Constructor for class org.springframework.richclient.command.ToggleCommand
 
togglePanels() - Method in class org.springframework.richclient.components.ShuttleList
Toggle the panel visibility.
toggleSortOrder(int) - Method in class org.springframework.richclient.table.ColumnSortList
 
toggleSortOrder() - Method in class org.springframework.richclient.table.ColumnToSort
 
toIntArray(String[]) - Static method in class org.springframework.richclient.settings.support.ArrayUtil
 
ToolBarCommandButtonConfigurer - Class in org.springframework.richclient.command.config
Custom CommandButtonConfigurer for buttons on the toolbar.
ToolBarCommandButtonConfigurer() - Constructor for class org.springframework.richclient.command.config.ToolBarCommandButtonConfigurer
 
ToolbarSample - Class in org.springframework.richclient.samples.showcase.command
 
ToolbarSample() - Constructor for class org.springframework.richclient.samples.showcase.command.ToolbarSample
 
TOOLTIP_PROPERTY - Static variable in class org.springframework.richclient.dialog.control.Tab
 
ToolTipInterceptorFactory - Class in org.springframework.richclient.form.builder.support
If a form property has a caption defined in the messages.properties file it will be used as the tooltip for the form component.
ToolTipInterceptorFactory() - Constructor for class org.springframework.richclient.form.builder.support.ToolTipInterceptorFactory
 
TOP - Static variable in class org.springframework.richclient.layout.LabelOrientation
 
TOP_INSETS - Static variable in class org.springframework.richclient.util.GridBagCellConstraints
 
toString() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
toString() - Method in class org.springframework.binding.validation.support.DefaultValidationMessage
 
toString() - Method in class org.springframework.binding.validation.support.DefaultValidationResults
 
toString() - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
toString() - Method in class org.springframework.binding.validation.support.EmptyValidationResults
 
toString() - Method in class org.springframework.binding.value.support.BufferedValueModel
 
toString() - Method in class org.springframework.binding.value.support.ValueHolder
 
toString() - Method in class org.springframework.core.closure.support.ClosureChain
toString() - Method in class org.springframework.richclient.application.docking.vldocking.ViewDescriptorDockable
 
toString() - Method in class org.springframework.richclient.application.event.LifecycleApplicationEvent
 
toString() - Method in class org.springframework.richclient.application.support.DefaultApplicationWindowConfigurer
 
toString() - Method in class org.springframework.richclient.command.AbstractCommand
toString() - Method in class org.springframework.richclient.command.config.CommandButtonIconInfo
toString() - Method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
toString() - Method in class org.springframework.richclient.command.config.CommandFaceDescriptor
toString() - Method in class org.springframework.richclient.command.SimpleGroupMember
toString() - Method in class org.springframework.richclient.command.support.CommandFaceButtonManager
 
toString() - Method in class org.springframework.richclient.core.DefaultMessage
 
toString() - Method in class org.springframework.richclient.core.LabeledObjectSupport
 
toString() - Method in class org.springframework.richclient.core.LabelInfo
toString() - Method in class org.springframework.richclient.filechooser.DefaultFileFilter
 
toString() - Method in class org.springframework.richclient.image.ArrowIcon.Direction
 
toString() - Method in class org.springframework.richclient.image.ArrowIcon
 
toString() - Method in class org.springframework.richclient.image.DefaultImageSource
 
toString() - Method in class org.springframework.richclient.image.IconSize
 
toString() - Method in exception org.springframework.richclient.image.NoSuchImageResourceException
 
toString() - Method in class org.springframework.richclient.samples.simple.domain.ContactType
Override this to provide a better name in the combobox.
toString() - Method in class org.springframework.richclient.table.ColumnToSort
 
toString() - Method in class org.springframework.richclient.table.SortOrder
 
toString() - Method in class org.springframework.richclient.text.TextComponentPopup.DefaultKeymap
String representation of the keymap...
toString() - Method in class org.springframework.richclient.util.EventListenerListHelper
toString() - Method in class org.springframework.richclient.wizard.AbstractWizardPage
 
toString() - Method in class org.springframework.rules.closure.Maximum
 
toString() - Method in class org.springframework.rules.closure.Minimum
 
toString() - Method in class org.springframework.rules.closure.StringLength
 
toString() - Method in class org.springframework.rules.closure.StringTrimmer
 
toString() - Method in class org.springframework.rules.constraint.ClosureResultConstraint
 
toString() - Method in class org.springframework.rules.constraint.CompoundConstraint
 
toString() - Method in class org.springframework.rules.constraint.EqualTo
 
toString() - Method in class org.springframework.rules.constraint.GreaterThan
 
toString() - Method in class org.springframework.rules.constraint.GreaterThanEqualTo
 
toString() - Method in class org.springframework.rules.constraint.InGroup
 
toString() - Method in class org.springframework.rules.constraint.LessThan
 
toString() - Method in class org.springframework.rules.constraint.LessThanEqualTo
 
toString() - Method in class org.springframework.rules.constraint.Not
 
toString() - Method in class org.springframework.rules.constraint.Operator
 
toString() - Method in class org.springframework.rules.constraint.ParameterizedBinaryConstraint
 
toString() - Method in class org.springframework.rules.constraint.property.AbstractPropertyConstraint
 
toString() - Method in class org.springframework.rules.constraint.property.CompoundPropertyConstraint
 
toString() - Method in class org.springframework.rules.constraint.property.ParameterizedPropertyConstraint
 
toString() - Method in class org.springframework.rules.constraint.property.PropertiesConstraint
 
toString() - Method in class org.springframework.rules.constraint.property.PropertyPresent
 
toString() - Method in class org.springframework.rules.constraint.property.PropertyValueConstraint
 
toString() - Method in class org.springframework.rules.constraint.property.RequiredIfTrue
 
toString() - Method in class org.springframework.rules.constraint.Range
 
toString() - Method in class org.springframework.rules.constraint.RegexpConstraint
 
toString() - Method in class org.springframework.rules.constraint.Required
 
toString() - Method in class org.springframework.rules.constraint.StringLengthConstraint
 
toString() - Method in class org.springframework.rules.reporting.ValidationResultsBuilder
 
toString() - Method in class org.springframework.rules.reporting.ValidationResultsCollector
 
toString() - Method in class org.springframework.rules.Rules
 
toString() - Method in class org.springframework.rules.support.DefaultRulesSource
 
ToStringComparator - Class in org.springframework.richclient.table
Comparator implementation that compares the Object.toString() representation of the argument.
ToStringComparator() - Constructor for class org.springframework.richclient.table.ToStringComparator
 
TransientPreferences - Class in org.springframework.richclient.settings.j2seprefs
Transient J2SE Preferences implementation.
TransientPreferences(AbstractPreferences, String) - Constructor for class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
TransientPreferences() - Constructor for class org.springframework.richclient.settings.j2seprefs.TransientPreferences
 
TransientPreferencesFactory - Class in org.springframework.richclient.settings.j2seprefs
J2SE PreferencesFactory implementation for creating TransientPreference instances.
TransientPreferencesFactory() - Constructor for class org.springframework.richclient.settings.j2seprefs.TransientPreferencesFactory
 
TransientSettings - Class in org.springframework.richclient.settings
Helper class, essential when testing with settings.
TransientSettings() - Constructor for class org.springframework.richclient.settings.TransientSettings
 
TransientSettings(TransientSettings, String) - Constructor for class org.springframework.richclient.settings.TransientSettings
 
TransientSettingsFactory - Class in org.springframework.richclient.settings
Factory for creation of TransientFactory instances.
TransientSettingsFactory() - Constructor for class org.springframework.richclient.settings.TransientSettingsFactory
 
translate(Annotation, Map<String, Object>) - Method in interface org.springframework.binding.support.AnnotationTranslator
Translates annotation into its constituent (or equivalent) key + value pairs and places the resulting pairs into the result map.
translate(Annotation, Map<String, Object>) - Method in class org.springframework.binding.support.ReflectionAnnotationTranslator
 
translateMessage(InvalidValue) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Translate a single InvalidValue to a ValidationMessage.
TreeCompositeDialogPage - Class in org.springframework.richclient.dialog
A concrete implementation of CompositeDialogPage that presents the child pages in a tree on the left, and the pages itself on the right.
TreeCompositeDialogPage(String) - Constructor for class org.springframework.richclient.dialog.TreeCompositeDialogPage
Constructs a new TreeCompositeDialogPage instance.
TreeCompositeDialogPage(String, boolean) - Constructor for class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
TreeCompositeDialogPage.PageSelector - Class in org.springframework.richclient.dialog
 
TreeCompositeDialogPage.PageSelector() - Constructor for class org.springframework.richclient.dialog.TreeCompositeDialogPage.PageSelector
 
TreeCompositeDialogPage.PageTitleCellRenderer - Class in org.springframework.richclient.dialog
 
TreeCompositeDialogPage.PageTitleCellRenderer() - Constructor for class org.springframework.richclient.dialog.TreeCompositeDialogPage.PageTitleCellRenderer
 
TreeMemento - Class in org.springframework.richclient.settings.support
 
TreeMemento(JTree) - Constructor for class org.springframework.richclient.settings.support.TreeMemento
 
TreeMemento(JTree, String) - Constructor for class org.springframework.richclient.settings.support.TreeMemento
 
TreeObject - Interface in org.springframework.richclient.tree
A interface to be implemented by any object participating in a hierarchical tree structure.
TreeSelectionListenerSupport - Class in org.springframework.richclient.tree
 
TreeSelectionListenerSupport() - Constructor for class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
TreeStatusBarUpdater - Class in org.springframework.richclient.progress
 
TreeStatusBarUpdater(StatusBar) - Constructor for class org.springframework.richclient.progress.TreeStatusBarUpdater
 
TreeUtils - Class in org.springframework.richclient.tree
 
TreeUtils() - Constructor for class org.springframework.richclient.tree.TreeUtils
 
truncateLabelIfLong(JLabel) - Static method in class org.springframework.richclient.util.GuiStandardUtils
If aLabel has text which is longer than MAX_LABEL_LENGTH, then truncate the label text and place an ellipsis at the end; the original text is placed in a tooltip.
tryToWire(Class) - Method in class org.springframework.richclient.security.support.DefaultApplicationSecurityManager
Try to locate and "wire in" a suitable authentication manager.
TWO_SPACES - Static variable in class org.springframework.richclient.core.UIConstants
The Java look and Feel standard for two screen spaces between GUI Components.
TypeConverter - Class in org.springframework.binding.value.support
A value model wrapper that supports converting the wrapped value to and from another type using the supplied conversion Closures.
TypeConverter(ValueModel, ConversionExecutor, ConversionExecutor) - Constructor for class org.springframework.binding.value.support.TypeConverter
Convenience constructor using conversionExecutors.
TypeConverter(ValueModel, Closure, Closure) - Constructor for class org.springframework.binding.value.support.TypeConverter
Constructor which uses Closure blocks to convert between values.
TypeResolvable - Interface in org.springframework.rules.reporting
Indicates that an object has a logical type identifier (metadata) that can be used, for example, for resolving messages.
TypeResolvableConstraint - Class in org.springframework.rules.constraint
Convenient abstract super class for predicates whose type's are resolvable, useful for mapping the type to a i18n message in a message source.
TypeResolvableConstraint() - Constructor for class org.springframework.rules.constraint.TypeResolvableConstraint
 
TypeResolvableConstraint(String) - Constructor for class org.springframework.rules.constraint.TypeResolvableConstraint
 
TypeResolvableSupport - Class in org.springframework.rules.reporting
 
TypeResolvableSupport() - Constructor for class org.springframework.rules.reporting.TypeResolvableSupport
 
TypeResolvableSupport(String) - Constructor for class org.springframework.rules.reporting.TypeResolvableSupport
 

U

UIConstants - Class in org.springframework.richclient.core
Constants for swing user interface classes.
UIManagerConfigurer - Class in org.springframework.richclient.application.config
Configuerer for specifying global UIManager defaults.
UIManagerConfigurer() - Constructor for class org.springframework.richclient.application.config.UIManagerConfigurer
 
UIManagerConfigurer(boolean) - Constructor for class org.springframework.richclient.application.config.UIManagerConfigurer
 
uncaughtException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
Logs an exception and shows it to the user.
uncaughtException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.DefaultRegisterableExceptionHandler
 
uncaughtException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
uncaughtException(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.DelegatingExceptionHandler
Delegates the throwable to the appropriate delegate exception handler.
uncaughtException(Thread, Throwable) - Method in interface org.springframework.richclient.exceptionhandling.RegisterableExceptionHandler
 
uncaughtExceptionPurged(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate
 
uncaughtExceptionPurged(Thread, Throwable) - Method in class org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate
 
UNDO - Static variable in class org.springframework.richclient.command.support.GlobalCommandIds
 
undoableEditHappened(UndoableEditEvent) - Method in class org.springframework.richclient.text.TextComponentPopup
 
unformat - Variable in class org.springframework.richclient.form.binding.swing.NumberBinder
 
uninstallSelectionHandler() - Method in class org.springframework.richclient.form.AbstractMasterForm
Uninstall our selection handler.
unique(String) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
unique(String) - Method in class org.springframework.rules.factory.Constraints
Create a unique property value constraint that will test a collection of domain objects, returning true if all objects have unique values for the provided propertyName.
UniquePropertyValueConstraint - Class in org.springframework.rules.constraint.property
 
UniquePropertyValueConstraint(String) - Constructor for class org.springframework.rules.constraint.property.UniquePropertyValueConstraint
 
UNKNOWN - Static variable in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
unqualify(String) - Static method in class org.springframework.richclient.util.ClassUtils
 
unqualify(Class) - Static method in class org.springframework.richclient.util.ClassUtils
Returns the unqualified class name of the specified class.
unqualify(String, char) - Static method in class org.springframework.richclient.util.ClassUtils
 
unregisterFormModelPropertyChangeListener() - Method in class org.springframework.richclient.samples.showcase.util.AbstractReporterForm
 
unrelatedGapCol() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a unrelated component gap column.
unrelatedGapRow() - Method in class org.springframework.richclient.layout.TableLayoutBuilder
Inserts a new row.
UP - Static variable in class org.springframework.richclient.image.ArrowIcon.Direction
 
update() - Method in class org.springframework.richclient.command.SwingActionAdapter
Updates this instance according to the properties provided by the underlying command.
update() - Method in class org.springframework.richclient.components.ShuttleList
Update the two lists based on the current selection indices.
update() - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
update(JComponent) - Method in class org.springframework.richclient.form.binding.swing.NumberBinding
 
update(Observable, Object) - Method in class org.springframework.richclient.list.FilteredListModel
If the constraint implements Observable this method is called and will apply the constraint to the list model elements
update(Contact) - Method in class org.springframework.richclient.samples.simple.domain.ContactDataStore
Update a contact.
update(JComponent) - Method in interface org.springframework.richclient.swing.UserInputListener
 
update(Observable, Object) - Method in class org.springframework.richclient.table.SortTableCommand
 
updateControlledObject(Authorizable, boolean) - Method in class org.springframework.richclient.security.support.AbstractSecurityController
Update a controlled object based on the given authorization state.
updateControlsForState() - Method in class org.springframework.richclient.form.AbstractDetailForm
Update our controls based on our state.
updateControlsForState() - Method in class org.springframework.richclient.form.AbstractMasterForm
Update our controls based on our state.
updatedEnabledState() - Method in class org.springframework.richclient.command.AbstractCommand
This method is called when any predicate for enabled state has changed.
updateDialog() - Method in class org.springframework.richclient.wizard.WizardDialog
Updates this dialog's controls to reflect the current page.
updateDirtyState() - Method in class org.springframework.binding.form.support.FormModelMediatingValueModel
Check the dirty state and fire events if needed.
updatedVisibleState() - Method in class org.springframework.richclient.command.AbstractCommand
This method is called when any predicate for visible state has changed.
updateMessage() - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
updateMessagePane() - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
updateMessagePane() - Method in class org.springframework.richclient.wizard.WizardDialog
Updates the message (or error message) shown in the message line to reflect the state of the currently active page in this container.
updatePageComplete(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
updatePageComplete(DialogPage) - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
updatePageComplete(DialogPage) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
updatePageComponentProperties(PageComponent) - Method in class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
updatePageComponentProperties(PageComponent) - Method in class org.springframework.richclient.application.mdi.DesktopApplicationPage
 
updatePageComponentProperties(PageComponent) - Method in class org.springframework.richclient.application.support.AbstractApplicationPage
Called when the PageComponent changes any of its properties (display name, caption, icon, ...).
updatePageComponentProperties(PageComponent) - Method in class org.springframework.richclient.application.tabbed.TabbedApplicationPage
 
updatePageEnabled(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
updatePageEnabled(DialogPage) - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
updatePageLabels(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
updatePageLabels(DialogPage) - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
updatePageLabels(DialogPage) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage
 
updatePageVisibility(DialogPage) - Method in class org.springframework.richclient.dialog.CompositeDialogPage
 
updatePageVisibility(DialogPage) - Method in class org.springframework.richclient.dialog.TabbedDialogPage
 
updateSelectedItemsFromSelectionModel() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
 
updateSelectedItemsFromValueModel() - Method in class org.springframework.richclient.form.binding.swing.ListBinding
Updates the selection model with the selected values from the value model.
updateSelectionHolderFromList(PropertyChangeListener) - Method in class org.springframework.richclient.components.ShuttleListBinding
 
updateStatusBar() - Method in class org.springframework.richclient.table.support.AbstractObjectTable
Update the status bar with the current display counts.
updateTitlePane() - Method in class org.springframework.richclient.dialog.TitledPageApplicationDialog
 
updateTitlePane() - Method in class org.springframework.richclient.wizard.WizardDialog
Updates the title bar (title, description, and image) to reflect the state of the currently active page in this container.
updateUI() - Method in class org.springframework.richclient.control.SimpleInternalFrame
Updates the UI.
updateValidationResults(ValidationResults) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
 
useGMTTime() - Method in class org.springframework.richclient.table.renderer.DateTimeTableCellRenderer
 
useLocalTime() - Method in class org.springframework.richclient.table.renderer.DateTimeTableCellRenderer
 
USER - Static variable in class org.springframework.richclient.settings.SettingsManager
 
UserInputListener - Interface in org.springframework.richclient.swing
Separate listener because when format is changed during focus lost/gained, ordinary DocumentListener fires events.
userLogin(Authentication) - Method in interface org.springframework.richclient.security.LoginAware
Called when a user has successfully logged in.
userLogout(Authentication) - Method in interface org.springframework.richclient.security.LoginAware
Called when a user has logged out.
UserMetadata - Class in org.springframework.binding.form.support
Class which holds keys for user metadata used in spring rich
UserMetadata() - Constructor for class org.springframework.binding.form.support.UserMetadata
 
UserNameProvider - Interface in org.springframework.richclient.settings.jdbc
 
UserRoleSecurityController - Class in org.springframework.richclient.security.support
This class controls the authorization of other objects, that implement the Authorizable, according to the roles held by the currently authenticated user.
UserRoleSecurityController() - Constructor for class org.springframework.richclient.security.support.UserRoleSecurityController
Constructor.
userRoot() - Method in class org.springframework.richclient.settings.j2seprefs.TransientPreferencesFactory
 

V

ValangRichValidator - Class in org.springframework.binding.validation.support
Implementation of RichValidator that delegates to a ValangValidator for validation.
ValangRichValidator(FormModel, ValangValidator) - Constructor for class org.springframework.binding.validation.support.ValangRichValidator
 
validate() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
validate() - Method in interface org.springframework.binding.form.ValidatingFormModel
Forces the form model to validate its self.
validate(Object, String) - Method in interface org.springframework.binding.validation.RichValidator
Validates the given property of the provided object.
validate(Object, String) - Method in class org.springframework.binding.validation.support.CompositeRichValidator
 
validate(Object) - Method in class org.springframework.binding.validation.support.CompositeRichValidator
 
validate(Object) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Validates the provided object.
validate(Object, String) - Method in class org.springframework.binding.validation.support.HibernateRulesValidator
Validates the given property of the provided object.
validate(Object) - Method in class org.springframework.binding.validation.support.RulesValidator
Validates the provided object.
validate(Object, String) - Method in class org.springframework.binding.validation.support.RulesValidator
Validates the given property of the provided object.
validate(Object) - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
validate(Object, String) - Method in class org.springframework.binding.validation.support.ValangRichValidator
 
validate(Object) - Method in interface org.springframework.binding.validation.Validator
Validates the provided object.
validate() - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
validate(Object, Errors) - Method in class org.springframework.rules.Rules
 
validateAfterPropertyChanged(String) - Method in class org.springframework.binding.form.support.DefaultFormModel
 
validateContextKeys(Map) - Method in class org.springframework.richclient.form.binding.support.AbstractBinder
 
validateContextKeys(Map) - Method in class org.springframework.richclient.form.binding.swing.ScrollPaneBinder
 
validateTree() - Method in class org.springframework.richclient.list.TableListCellRenderer
Overridden for performance reasons.
validateTypeSafety(Class) - Method in class org.springframework.rules.constraint.CompoundConstraint
 
VALIDATING_PROPERTY - Static variable in interface org.springframework.binding.form.ValidatingFormModel
 
ValidatingFormModel - Interface in org.springframework.binding.form
Sub-interface implemented by form models that can validate its own properties.
validatingUpdated() - Method in class org.springframework.binding.form.support.DefaultFormModel
 
ValidationInterceptor - Class in org.springframework.richclient.form.builder.support
Adds basic functionality to deal with Validation.
ValidationInterceptor(FormModel) - Constructor for class org.springframework.richclient.form.builder.support.ValidationInterceptor
 
ValidationListener - Interface in org.springframework.binding.validation
Specific listener interface to facilitate passing of ValidationResults.
ValidationMessage - Interface in org.springframework.binding.validation
A specific type of message that relates to a property.
ValidationMessageComparator - Class in org.springframework.binding.validation
Comparator that compares ValidationMessages.
ValidationMessageComparator() - Constructor for class org.springframework.binding.validation.ValidationMessageComparator
 
ValidationResults - Interface in org.springframework.binding.validation
Interface to be implemented by objects that hold a list of validation results for a specific object.
ValidationResults - Interface in org.springframework.rules.reporting
 
ValidationResultsBuilder - Class in org.springframework.rules.reporting
 
ValidationResultsBuilder() - Constructor for class org.springframework.rules.reporting.ValidationResultsBuilder
 
validationResultsChanged(ValidationResults) - Method in class org.springframework.binding.validation.support.DefaultValidationResultsModel
DefaultValidationResultsModel registers itself as a validationListener on it's children to forward the event.
validationResultsChanged(ValidationResults) - Method in interface org.springframework.binding.validation.ValidationListener
Fired whenever there is a change to set of validation results.
validationResultsChanged(ValidationResults) - Method in class org.springframework.richclient.form.SimpleValidationResultsReporter
Handle a change in the validation results model.
ValidationResultsCollector - Class in org.springframework.rules.reporting
 
ValidationResultsCollector() - Constructor for class org.springframework.rules.reporting.ValidationResultsCollector
 
ValidationResultsModel - Interface in org.springframework.binding.validation
Adds the propertyChange and parent-child aspect to the ValidationResults interface.
ValidationResultsReporter - Interface in org.springframework.richclient.form
 
Validator - Interface in org.springframework.binding.validation
Interface to be implemented by classes capable of validating domain objects.
VALIGN - Static variable in class org.springframework.richclient.layout.TableLayoutBuilder
 
value(String, Constraint) - Method in class org.springframework.rules.constraint.ConstraintsAccessor
 
value(Object) - Static method in class org.springframework.rules.constraint.EqualTo
 
value(Object, Comparator) - Static method in class org.springframework.rules.constraint.EqualTo
 
value(Comparable) - Static method in class org.springframework.rules.constraint.GreaterThan
 
value(Object, Comparator) - Static method in class org.springframework.rules.constraint.GreaterThan
 
value(Comparable) - Static method in class org.springframework.rules.constraint.GreaterThanEqualTo
 
value(Object, Comparator) - Static method in class org.springframework.rules.constraint.GreaterThanEqualTo
 
value(Comparable) - Static method in class org.springframework.rules.constraint.LessThan
 
value(Object, Comparator) - Static method in class org.springframework.rules.constraint.LessThan
 
value(Comparable) - Static method in class org.springframework.rules.constraint.LessThanEqualTo
 
value(Object, Comparator) - Static method in class org.springframework.rules.constraint.LessThanEqualTo
 
value(String, Constraint) - Method in class org.springframework.rules.factory.Constraints
Attach a value constraint for the provided bean property.
VALUE_PROPERTY - Static variable in interface org.springframework.binding.value.ValueModel
The name of the bound property value.
valueChanged(TreeSelectionEvent) - Method in class org.springframework.richclient.dialog.TreeCompositeDialogPage.PageSelector
 
valueChanged(ListSelectionEvent) - Method in class org.springframework.richclient.form.binding.swing.ListBinding.SelectionListener
 
valueChanged(ListSelectionEvent) - Method in class org.springframework.richclient.list.ListSelectionValueModelAdapter
 
valueChanged(ListSelectionEvent) - Method in class org.springframework.richclient.table.ListSelectionListenerSupport
 
valueChanged(TreeSelectionEvent) - Method in class org.springframework.richclient.tree.TreeSelectionListenerSupport
 
ValueChangeDetector - Interface in org.springframework.binding.value
Defines the operations for determining if two values (an old and a new value) are different enough to indicate a change in the value model.
valueChangeDetectorImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
ValueCommitPolicy - Class in org.springframework.binding.value.swing
 
ValueHolder - Class in org.springframework.binding.value.support
A simple value model that contains a single value.
ValueHolder() - Constructor for class org.springframework.binding.value.support.ValueHolder
Constructs a ValueHolder with null as initial value.
ValueHolder(Object) - Constructor for class org.springframework.binding.value.support.ValueHolder
Constructs a ValueHolder with the given initial value.
ValueModel - Interface in org.springframework.binding.value
Describes models with a generic access to a single value that allow to observe value changes.
ValueModel2EventListBridge - Class in org.springframework.richclient.selection.binding.support
Creates a bridge between a ValueModel and an EventList.
ValueModel2EventListBridge(ValueModel, EventList) - Constructor for class org.springframework.richclient.selection.binding.support.ValueModel2EventListBridge
Same as calling ValueModel2EventListBridge.ValueModel2EventListBridge(ValueModel, EventList, boolean) with manualSynchronize = false.
ValueModel2EventListBridge(ValueModel, EventList, boolean) - Constructor for class org.springframework.richclient.selection.binding.support.ValueModel2EventListBridge
Creates a ValueModel2EventListBridge for the given ValueModel and EventList.
valueModelChanged(Object) - Method in class org.springframework.richclient.form.binding.support.CustomBinding
Called when the underlying property's value model value changes.
valueModelChanged(Object) - Method in class org.springframework.richclient.form.binding.swing.date.JCalendarDateFieldBinding
 
valueModelChanged(Object) - Method in class org.springframework.richclient.form.binding.swing.date.JXDatePickerDateFieldBinding
 
valueModelChanged(Object) - Method in class org.springframework.richclient.form.binding.swing.date.NachoCalendarDateFieldBinding
 
valueModelChanged(Object) - Method in class org.springframework.richclient.form.binding.swing.LabelBinding
 
valueModelChanged(Object) - Method in class org.springframework.richclient.form.binding.swing.NumberBinding
 
valueModelChanged(Object) - Method in class org.springframework.richclient.form.binding.swing.ToggleButtonBinding
 
valueModelChanged(Object) - Method in class org.springframework.richclient.selection.binding.ListSelectionDialogBinding
 
valueModelValueChanged(Object) - Method in class org.springframework.binding.value.support.AbstractValueModelAdapter
Called when the value held by the value model has changes
valueModelValueChanged(Object) - Method in class org.springframework.binding.value.support.PropertyAdapter
 
valueModelValueChanged(Object) - Method in class org.springframework.binding.value.swing.AsYouTypeTextComponentAdapter
 
valueModelValueChanged(Object) - Method in class org.springframework.binding.value.swing.FocusLostTextComponentAdapter
 
valueModelValueChanged(Object) - Method in class org.springframework.binding.value.swing.FormattedTextFieldAdapter
 
valueModelValueChanged(Object) - Method in class org.springframework.binding.value.swing.SpinnerAdapter
 
ValueModelWrapper - Interface in org.springframework.binding.value.support
A value model that wraps another value model, possibly adding additional functionality such as type conversion or buffering.
valueOf(String) - Static method in class org.springframework.richclient.command.config.CommandButtonLabelInfo
Return an instance of this class, created by parsing the information in the given label descriptor string.
valueOf(String) - Static method in class org.springframework.richclient.core.LabelInfo
Creates a new LabelInfo instance by parsing the given label descriptor to determine the label's text and mnemonic character.
valueOf(String) - Static method in enum org.springframework.richclient.exceptionhandling.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.richclient.exceptionhandling.ShutdownPolicy
Returns the enum constant of this type with the specified name.
valueProperties(String, BinaryConstraint, String) - Method in class org.springframework.rules.factory.Constraints
 
valueProperty(String, BinaryConstraint, Object) - Method in class org.springframework.rules.factory.Constraints
 
values() - Static method in enum org.springframework.richclient.exceptionhandling.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.richclient.exceptionhandling.ShutdownPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
ValueValidationResults - Class in org.springframework.rules.reporting
 
ValueValidationResults(Object, Constraint) - Constructor for class org.springframework.rules.reporting.ValueValidationResults
 
ValueValidationResults(Object) - Constructor for class org.springframework.rules.reporting.ValueValidationResults
 
VetManagerView - Class in org.springframework.richclient.samples.petclinic.ui
 
VetManagerView() - Constructor for class org.springframework.richclient.samples.petclinic.ui.VetManagerView
 
VetoableSingleSelectionModel - Class in org.springframework.richclient.dialog.control
Custom SingleSelectionModel implementation that allows for vetoing the selection of tabs.
VetoableSingleSelectionModel() - Constructor for class org.springframework.richclient.dialog.control.VetoableSingleSelectionModel
 
View - Interface in org.springframework.richclient.application
A view is a panel-like component displayed within an area on the page associated with an application window.
ViewContext - Interface in org.springframework.richclient.application
 
ViewDescriptor - Interface in org.springframework.richclient.application
Metadata about a view; a view descriptor is effectively a singleton view definition.
ViewDescriptorDockable - Class in org.springframework.richclient.application.docking.vldocking
 
ViewDescriptorDockable(ViewDescriptor) - Constructor for class org.springframework.richclient.application.docking.vldocking.ViewDescriptorDockable
 
ViewDescriptorDockable(ViewDescriptor, PageComponent) - Constructor for class org.springframework.richclient.application.docking.vldocking.ViewDescriptorDockable
 
ViewDescriptorRegistry - Interface in org.springframework.richclient.application
A registry for ViewDescriptor definitions.
viewDescriptorRegistryImplBuilder - Static variable in class org.springframework.richclient.application.support.DefaultApplicationServices
 
VISIBLE_PROPERTY - Static variable in class org.springframework.richclient.dialog.control.Tab
 
VISIBLE_PROPERTY_NAME - Static variable in class org.springframework.richclient.command.AbstractCommand
Property used to notify changes in the visible state.
VISIBLE_TRACKS_AUTHORIZED_ACTION - Static variable in class org.springframework.richclient.security.support.AbstractSecurityController
 
VisibleTableModelEvent - Class in org.springframework.richclient.table
VisibleTableModelEvent adds the method isVisible to test if the cell identified by the event is visible.
VisibleTableModelEvent(TableModel) - Constructor for class org.springframework.richclient.table.VisibleTableModelEvent
 
visitorSupport - Variable in class org.springframework.rules.reporting.ValidationResultsCollector
 
VisualizedElement - Interface in org.springframework.richclient.core
An application component that has a graphical visual representation that is either an image or an icon.
VLDockingApplicationPage - Class in org.springframework.richclient.application.docking.vldocking
 
VLDockingApplicationPage(ApplicationWindow, PageDescriptor) - Constructor for class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPage
 
VLDockingApplicationPageFactory - Class in org.springframework.richclient.application.docking.vldocking
ApplicationPageFactory that creates instances of VLDockingApplicationPage.
VLDockingApplicationPageFactory() - Constructor for class org.springframework.richclient.application.docking.vldocking.VLDockingApplicationPageFactory
 
VLDockingLayoutBuilder - Interface in org.springframework.richclient.application.docking.vldocking
 
VLDockingLayoutManager - Interface in org.springframework.richclient.application.docking.vldocking
 
VLDockingPageDescriptor - Class in org.springframework.richclient.application.docking.vldocking
 
VLDockingPageDescriptor() - Constructor for class org.springframework.richclient.application.docking.vldocking.VLDockingPageDescriptor
 
VLDockingViewDescriptor - Class in org.springframework.richclient.application.docking.vldocking
 
VLDockingViewDescriptor() - Constructor for class org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
 

W

WARNING - Static variable in class org.springframework.richclient.core.Severity
Warning-level severity.
WARNING_LABEL - Static variable in class org.springframework.richclient.core.Severity
The label associated with the warning level.
WEB_APP_CONTEXT_URL_PLACEHOLDER - Static variable in class org.springframework.richclient.jnlp.JnlpPropertyPlaceholderConfigurer
The placeholder for getWebAppContextUrl()
WildcardConstraint - Class in org.springframework.rules.constraint
Always returns true; a wildcard match
WildcardConstraint() - Constructor for class org.springframework.rules.constraint.WildcardConstraint
 
windowGainedFocus(WindowEvent) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
When gaining focus, set this window as the active one on it's manager.
windowLostFocus(WindowEvent) - Method in class org.springframework.richclient.application.support.AbstractApplicationWindow
When losing focus no action is done.
WindowManager - Class in org.springframework.richclient.application
A manager for a group of windows.
WindowManager() - Constructor for class org.springframework.richclient.application.WindowManager
Creates an empty window manager without a parent window manager (that is, a root window manager).
WindowManager(WindowManager) - Constructor for class org.springframework.richclient.application.WindowManager
Creates an empty window manager with the given window manager as parent.
WindowMemento - Class in org.springframework.richclient.settings.support
Memento for saving and restoring Window settings.
WindowMemento(Window) - Constructor for class org.springframework.richclient.settings.support.WindowMemento
 
WindowMemento(Window, String) - Constructor for class org.springframework.richclient.settings.support.WindowMemento
 
windowsListBorder - Static variable in class org.springframework.richclient.tree.FocusableTreeCellRenderer
 
WindowUtils - Class in org.springframework.richclient.util
Utility functions for manipulating the display of windows.
Wizard - Interface in org.springframework.richclient.wizard
A wizard is a collection of dialog components that guide the user through a sequence of steps required to perform a particular task.
WizardContainer - Interface in org.springframework.richclient.wizard
Interface for containers that can host a wizard.
WizardDialog - Class in org.springframework.richclient.wizard
Dialog for wizards.
WizardDialog() - Constructor for class org.springframework.richclient.wizard.WizardDialog
 
WizardDialog(Wizard) - Constructor for class org.springframework.richclient.wizard.WizardDialog
 
WizardListener - Interface in org.springframework.richclient.wizard
Interface for listening to wizard events.
WizardPage - Interface in org.springframework.richclient.wizard
 
worked(int) - Method in class org.springframework.richclient.application.splash.InfiniteProgressPanelProgressMonitor
 
worked(int) - Method in class org.springframework.richclient.application.statusbar.support.StatusBarProgressMonitor
 
worked(int) - Method in class org.springframework.richclient.progress.NullProgressMonitor
 
worked(int) - Method in class org.springframework.richclient.progress.ProgressBarProgressMonitor
 
worked(int) - Method in interface org.springframework.richclient.progress.ProgressMonitor
Notifies that a percentage of the work has been completed.
write(RootXmlSettings) - Method in class org.springframework.richclient.settings.xml.FileSystemXmlSettingsReaderWriter
 
write(RootXmlSettings) - Method in class org.springframework.richclient.settings.xml.StringXmlSettingsReaderWriter
 
write(RootXmlSettings) - Method in interface org.springframework.richclient.settings.xml.XmlSettingsReaderWriter
Writes the given settings to the backing store.

X

XmlSettings - Class in org.springframework.richclient.settings.xml
 
XmlSettings(Settings, Element) - Constructor for class org.springframework.richclient.settings.xml.XmlSettings
 
XmlSettings(Element) - Constructor for class org.springframework.richclient.settings.xml.XmlSettings
 
XmlSettingsFactory - Class in org.springframework.richclient.settings.xml
SettingsFactory for creating XmlSettings.
XmlSettingsFactory() - Constructor for class org.springframework.richclient.settings.xml.XmlSettingsFactory
 
XmlSettingsReaderWriter - Interface in org.springframework.richclient.settings.xml
Interface for supporting pluggable xml persistence implementations.
XOR - Static variable in class org.springframework.rules.constraint.LogicalOperator
The XOR operator
XOr - Class in org.springframework.rules.constraint
A "xor" compound constraint (aka exclusive disjunction).
XOr() - Constructor for class org.springframework.rules.constraint.XOr
Creates a empty UnaryOr disjunction.
XOr(Constraint, Constraint) - Constructor for class org.springframework.rules.constraint.XOr
"Ors" two constraints.
XOr(Constraint[]) - Constructor for class org.springframework.rules.constraint.XOr
"Ors" the specified constraints.
xy(int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
xya(int, int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
xyaf(int, int, int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
xyaf(int, int, int, int, Insets) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
xyf(int, int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
xyfi(int, int, int, Insets) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 
xywh(int, int, int, int) - Method in class org.springframework.richclient.util.GridBagCellConstraints
 

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

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