Uses of Interface
org.springframework.binding.value.PropertyChangePublisher

Packages that use PropertyChangePublisher
org.springframework.binding.form FormModel related interfaces. 
org.springframework.binding.form.support   
org.springframework.binding.validation Validation interfaces. 
org.springframework.binding.validation.support   
org.springframework.binding.value.support Supporting value model and value holder implementations. 
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.application.docking.flexdock   
org.springframework.richclient.application.docking.vldocking   
org.springframework.richclient.application.mdi   
org.springframework.richclient.application.mdi.contextmenu   
org.springframework.richclient.application.setup   
org.springframework.richclient.application.support   
org.springframework.richclient.command   
org.springframework.richclient.command.config   
org.springframework.richclient.command.support   
org.springframework.richclient.components   
org.springframework.richclient.dialog   
org.springframework.richclient.form   
org.springframework.richclient.list   
org.springframework.richclient.preference   
org.springframework.richclient.samples.dataeditor.ui   
org.springframework.richclient.samples.showcase.binding   
org.springframework.richclient.samples.showcase.command   
org.springframework.richclient.samples.showcase.component   
org.springframework.richclient.samples.showcase.conversion   
org.springframework.richclient.samples.showcase.dialog   
org.springframework.richclient.samples.showcase.exceptionhandling   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.samples.showcase.view   
org.springframework.richclient.samples.showcase.wizard   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.script   
org.springframework.richclient.security Integrates Spring Security System into RCP. 
org.springframework.richclient.selection.binding.support   
org.springframework.richclient.table   
org.springframework.richclient.taskpane   
org.springframework.richclient.util Some helper classes. 
org.springframework.richclient.widget   
org.springframework.richclient.widget.editor   
org.springframework.richclient.wizard   
 

Uses of PropertyChangePublisher in org.springframework.binding.form
 

Subinterfaces of PropertyChangePublisher in org.springframework.binding.form
 interface ConfigurableFormModel
          Sub-interface implemented by form models that allow for configuration of the form's value models, id etc..
 interface FieldMetadata
          Encapsulates the state of an individual property of a form model.
 interface FormModel
           A formModel groups valueModels and actions that are related to the same backing object.
 interface HierarchicalFormModel
          Sub-interface implemented by form models that can be part of a form model hierarchy.
 interface ValidatingFormModel
          Sub-interface implemented by form models that can validate its own properties.
 

Uses of PropertyChangePublisher in org.springframework.binding.form.support
 

Classes in org.springframework.binding.form.support that implement PropertyChangePublisher
 class AbstractFormModel
          Base implementation of HierarchicalFormModel and ConfigurableFormModel subclasses need only implement the 4 value model interception methods.
 class DefaultFieldFace
          A default implementation of FieldFace
 class DefaultFieldMetadata
          Default implementation of FieldMetadata.
 class DefaultFormModel
          Default form model implementation.
 class FormModelMediatingValueModel
           A value model wrapper that mediates between the (wrapped) data value model and the derived view value model.
 class ReadOnlyFieldMetadata
          FieldMetadata implementation for read-only properties
 

Uses of PropertyChangePublisher in org.springframework.binding.validation
 

Subinterfaces of PropertyChangePublisher in org.springframework.binding.validation
 interface ValidationResultsModel
          Adds the propertyChange and parent-child aspect to the ValidationResults interface.
 

Uses of PropertyChangePublisher in org.springframework.binding.validation.support
 

Classes in org.springframework.binding.validation.support that implement PropertyChangePublisher
 class DefaultValidationResultsModel
          Default implementation of ValidationResultsModel.
 

Uses of PropertyChangePublisher in org.springframework.binding.value.support
 

Subinterfaces of PropertyChangePublisher in org.springframework.binding.value.support
 interface DirtyTrackingValueModel
          Adds the dirty aspect to a valueModel, tracking changes when needed.
 

Classes in org.springframework.binding.value.support that implement PropertyChangePublisher
 class AbstractDerivedValueModel
          Abstract base class for value models that derive their value from one or more "source" value model.
 class AbstractIndexAdapter
          Base implementation of an IndexAdapter which provides basic index storing.
 class AbstractPropertyChangePublisher
          Base implementation of the PropertyChangePublisher interface providing basic listener support.
 class AbstractValueModel
          An abstract class that minimizes the effort required to implement the ValueModel interface.
 class BufferedCollectionValueModel
          A BufferedValueModel that uses an ObservableList as a buffer to hold chandes to a Collection or array.
 class BufferedValueModel
          A value model that wraps another value model; delaying or buffering changes until a commit is triggered.
 class DeepCopyBufferedCollectionValueModel
          Implementation of a BufferedCollectionValueModel that performs a deep copy on the elements of the collection.
 class GrowableIndexAdapter
           
 class MapKeyAdapter
           
 class MessageFormatValueModel
          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.
 class MethodInvokingDerivedValueModel
          A value model that derives it's value from the result of invoking a method.
 class RefreshableValueHolder
          ValueModel adding a refreshable aspect.
 class ValueHolder
          A simple value model that contains a single value.
 

Uses of PropertyChangePublisher in org.springframework.richclient.application
 

Subinterfaces of PropertyChangePublisher in org.springframework.richclient.application
 interface Editor
           
 interface PageComponent
          A page component is displayed within an area on the page associated with an application window.
 interface PageComponentDescriptor
          Metadata about a page component; a page component is effectively a singleton page component definition.
 interface View
          A view is a panel-like component displayed within an area on the page associated with an application window.
 interface ViewDescriptor
          Metadata about a view; a view descriptor is effectively a singleton view definition.
 

Classes in org.springframework.richclient.application that implement PropertyChangePublisher
 class WindowManager
          A manager for a group of windows.
 

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

Classes in org.springframework.richclient.application.docking.flexdock that implement PropertyChangePublisher
 class FlexDockViewDescriptor
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.application.docking.vldocking
 

Classes in org.springframework.richclient.application.docking.vldocking that implement PropertyChangePublisher
 class VLDockingViewDescriptor
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.application.mdi
 

Classes in org.springframework.richclient.application.mdi that implement PropertyChangePublisher
 class DesktopViewDescriptor
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.application.mdi.contextmenu
 

Classes in org.springframework.richclient.application.mdi.contextmenu that implement PropertyChangePublisher
 class CascadeCommand
          Cascades all JInternalFrames in a given JDesktopPane.
 class MinimizeAllCommand
          Minimizes all JInternalFrames in a given JDesktopPane.
 class ShowFrameCommand
          Command to show a JInternalFrame, i.e.
 class TileCommand
          Tiles all JInternalFrames in a given JDesktopPane.
 

Uses of PropertyChangePublisher in org.springframework.richclient.application.setup
 

Classes in org.springframework.richclient.application.setup that implement PropertyChangePublisher
 class SetupIntroWizardPage
           
 class SetupLicenseWizardPage
          A WizardPage which shows a license text and confirmation radio buttons at the bottom.
 class SetupWizardDialog
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.application.support
 

Classes in org.springframework.richclient.application.support that implement PropertyChangePublisher
 class AbstractNavigatorView
          Abstract class for views that use some sort of navigation component for the overall application.
 class AbstractView
           
 class DefaultViewDescriptor
          Provides a standard implementation of ViewDescriptor.
 class LookupViewDescriptor
          An implementation of ViewDescriptor that instantiates new Views by looking them up in a Spring BeanFactory.
 class SimpleViewDescriptor
          ViewDescriptor implementation for internal purposes (mostly testing).
 class WidgetViewDescriptor
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.command
 

Classes in org.springframework.richclient.command that implement PropertyChangePublisher
 class AbstractCommand
           Base class for commands.
 class ActionCommand
           
 class CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
 class ExclusiveCommandGroup
          A CommandGroup that can only contain ToggleCommands and for which only one togglecommand can be chosen.
 class SplitPaneExpansionToggleCommand
           
 class TargetableActionCommand
          An ActionCommand that delegates to an internal ActionCommandExecutor.
 class ToggleCommand
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.command.config
 

Classes in org.springframework.richclient.command.config that implement PropertyChangePublisher
 class CommandFaceDescriptor
          A parameter object that contains the information to describe the visual representation of a command object.
 

Uses of PropertyChangePublisher in org.springframework.richclient.command.support
 

Classes in org.springframework.richclient.command.support that implement PropertyChangePublisher
 class AboutCommand
           
 class AbstractWidgetCommand
          Base class for commands that use widgets.
 class ApplicationWindowAwareCommand
          A skeleton implementation of an action command that needs to be aware of the ApplicationWindow in which it resides.
 class DataEditorWidgetViewCommand
          Widget command om een DefaultDataEditorWidget te tonen (of een widget die daarvan extend)
 class DialogCommand
          Open a dialog.
 class ExitCommand
          An action command that causes the application to exit.
 class HelpContentsCommand
           
 class NewWindowCommand
           
 class ShowDialogCommand
          Command that shows an application dialog
 class ShowPageCommand
          An action command for displaying a Page based on a provided PageDescriptor.
 class ShowPageMenu
          A menu containing a collection of sub-menu items that each display a given page.
 class ShowViewCommand
          An action command for displaying a View based on a provided ViewDescriptor.
 class ShowViewMenu
          A menu containing a collection of sub-menu items that each display a given view.
 class WidgetDialogCommand
          Widget Dialog Command shows a specific widget in a dialog.
 class WidgetViewCommand
          Widget command that shows a widget in a view
 

Uses of PropertyChangePublisher in org.springframework.richclient.components
 

Classes in org.springframework.richclient.components that implement PropertyChangePublisher
 class MessageReportingOverlay
          Component which can be used as an overlay for an other component to the content of a message.
 

Uses of PropertyChangePublisher in org.springframework.richclient.dialog
 

Subinterfaces of PropertyChangePublisher in org.springframework.richclient.dialog
 interface DialogPage
          DialogPages are used to combine several controls in one Dialog which acts as a container.
 interface Messagable
          An interface to be implemented by objects that are capable of receiving messages to be provided to the user.
 interface MessagePane
          Interface to be implemented by GUI panes capable of rendering messages to the user.
 

Classes in org.springframework.richclient.dialog that implement PropertyChangePublisher
 class AbstractDialogPage
          A convenience implementation of the DialogPage interface.
 class AlertMessageAreaPane
          MessagePane implementation used by MessageDialog.
 class CompositeDialogPage
          An implementation of the DialogPage interface that collects a group of dialog pages together so that they can be used in place of a single DialogPage
 class DefaultMessageAreaModel
          A concrete implementation of the Messagable interface.
 class DefaultMessageAreaPane
           
 class FormBackedDialogPage
          An implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages.
 class InputApplicationDialog
          Simple input application dialog consisting of a label and a text field for accepting input.
 class TabbedDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a JTabbedPane.
 class TitledApplicationDialog
           
 class TitledPageApplicationDialog
          A TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages.
 class TitledWidgetApplicationDialog
          Allows to create an applicationDialog in which a given widget can be shown
 class TitlePane
          A container class that that has a title area for displaying a title and an image as well as a common area for displaying a description, a message, or an error message.
 class TreeCompositeDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a tree on the left, and the pages itself on the right.
 

Uses of PropertyChangePublisher in org.springframework.richclient.form
 

Classes in org.springframework.richclient.form that implement PropertyChangePublisher
 class AbstractDetailForm
          This is an abstract base implementation of the detail side of a Master/Detail form pair.
 

Uses of PropertyChangePublisher in org.springframework.richclient.list
 

Classes in org.springframework.richclient.list that implement PropertyChangePublisher
 class ListSelectionValueModelAdapter
          Class to adapt the selection model of a list into a value model.
 

Uses of PropertyChangePublisher in org.springframework.richclient.preference
 

Classes in org.springframework.richclient.preference that implement PropertyChangePublisher
 class FormBackedPreferencePage
           
 class PreferenceCommand
           
 class PreferenceDialog
           
 class PreferencePage
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.dataeditor.ui
 

Classes in org.springframework.richclient.samples.dataeditor.ui that implement PropertyChangePublisher
 class ItemDataEditor
           
 class SupplierDataEditor
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.binding
 

Classes in org.springframework.richclient.samples.showcase.binding that implement PropertyChangePublisher
 class CalendarBindingDialog
           
 class DerivedValueModelDialog
           
 class DocumentBindingDialog
          This dialog shows how the TextComponentBinder can be used to create a binding with a specific Document as model behind the JTextField.
 class GenericKeyMapBindingDialog
           
 class ListSelectionBindingDialog
           
 class ParentChildFormDialog
           
 class RadioButtonEnumDialog
           
 class ShuttleListBindingDialog
          This dialog shows a ShuttleList in which several items can be selected and added to a list on the backing formObject.
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.command
 

Classes in org.springframework.richclient.samples.showcase.command that implement PropertyChangePublisher
 class TitleBarTimeStampCommand
          Simple command testing the ApplicationWindowAwareCommand class.
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.component
 

Classes in org.springframework.richclient.samples.showcase.component that implement PropertyChangePublisher
 class ShuttleSortableTableDialog
          This sample shows a ShuttleSortableTableModel being used.
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.conversion
 

Classes in org.springframework.richclient.samples.showcase.conversion that implement PropertyChangePublisher
 class NumberConversionDialog
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.dialog
 

Classes in org.springframework.richclient.samples.showcase.dialog that implement PropertyChangePublisher
 class BasicInputApplicationDialog
           
 class BasicTitledApplicationDialog
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.exceptionhandling
 

Classes in org.springframework.richclient.samples.showcase.exceptionhandling that implement PropertyChangePublisher
 class HibernateExceptionHandlerCommand
          Throws an InvalidStateException with several InvalidValues to show the HibernateValidatorDialogExceptionHandler.
 class JXErrorDialogExceptionHandlerCommand
          Command throwing the specific JXErrorDialogException that should be caught by the JXErrorDialogExceptionHandler.
 class MessagesDialogExceptionHandlerCommand
          Command throwing the specific MessagesDialogException that should be caught by the MessagesDialogExceptionHandler.
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.util
 

Classes in org.springframework.richclient.samples.showcase.util that implement PropertyChangePublisher
static class AbstractReporterForm.StateSynchronizingToggleCommand
           
 class AbstractReporterTitledApplicationDialog
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.validation
 

Classes in org.springframework.richclient.samples.showcase.validation that implement PropertyChangePublisher
 class BasicRegExpConstraintDialog
          Show a basic dialog with a regular expression input field and a value input field.
 class StringLenghtConstraintDialog
          Dialog showing a number of fields to manipulate the StringLengthConstraint and see it in action on the value field.
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.view
 

Classes in org.springframework.richclient.samples.showcase.view that implement PropertyChangePublisher
 class ShowViewWithInputCommand
          Asks the user for input, then shows the ViewWithInput, passing the input from the user.
 class ViewWithInput
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.showcase.wizard
 

Classes in org.springframework.richclient.samples.showcase.wizard that implement PropertyChangePublisher
 class BasicWizardDialog
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.samples.simple.ui
 

Classes in org.springframework.richclient.samples.simple.ui that implement PropertyChangePublisher
 class ContactPropertiesDialog
          This is a dialog for editing the properties of a Contact object.
 class ContactView
          This class provides the main view of the contacts.
 class InitialView
          This class defines the initial view to be presented in the sample application.
 

Uses of PropertyChangePublisher in org.springframework.richclient.script
 

Classes in org.springframework.richclient.script that implement PropertyChangePublisher
 class ScriptedView
          A View implementation that uses ScriptEngine to build its control.
 

Uses of PropertyChangePublisher in org.springframework.richclient.security
 

Classes in org.springframework.richclient.security that implement PropertyChangePublisher
 class LoginCommand
          Provides a login interface to the user.
 class LogoutCommand
          Provides a command to log the current user out.
 

Uses of PropertyChangePublisher in org.springframework.richclient.selection.binding.support
 

Classes in org.springframework.richclient.selection.binding.support that implement PropertyChangePublisher
 class SelectField
          SelectField base class.
 class SimpleSelectField
          SelectField implementation using a single JTextField.
 

Uses of PropertyChangePublisher in org.springframework.richclient.table
 

Classes in org.springframework.richclient.table that implement PropertyChangePublisher
 class SortTableCommand
          Listens to a sort list for changes and when they happen, sorts a sortable table model in a separate worker thread.
 

Uses of PropertyChangePublisher in org.springframework.richclient.taskpane
 

Classes in org.springframework.richclient.taskpane that implement PropertyChangePublisher
 class TaskPaneNavigatorView
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.util
 

Classes in org.springframework.richclient.util that implement PropertyChangePublisher
 class AdjustFontSizeCommand
           
 

Uses of PropertyChangePublisher in org.springframework.richclient.widget
 

Subinterfaces of PropertyChangePublisher in org.springframework.richclient.widget
 interface TitledWidget
          Provides the basic Widget facilities in combination with a fully configurable title/message component.
 

Classes in org.springframework.richclient.widget that implement PropertyChangePublisher
 class AbstractTitledWidget
           
 class AbstractTitledWidgetForm
           
 class TitledWidgetForm
          A decorator to add a TitlePane to a Form.
 class WidgetView
          View implementation to show a widget
 

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

Classes in org.springframework.richclient.widget.editor that implement PropertyChangePublisher
 class AbstractDataEditorWidget
          AbstractDataEditorWidget implements a basic editor screen, based on 3 parts:

a table with sortable columns and a local quick search a filter to reduce the dataset a detail section for the details of 1 entity

 class DefaultDataEditorWidget
          DefaultDataEditorWidget is a basic implementation of a AbstractDataEditorWidget.
 

Uses of PropertyChangePublisher in org.springframework.richclient.wizard
 

Subinterfaces of PropertyChangePublisher in org.springframework.richclient.wizard
 interface WizardPage
           
 

Classes in org.springframework.richclient.wizard that implement PropertyChangePublisher
 class AbstractWizardPage
           
 class ExtendedWizardDialog
          Wizard dialog that additionally adds a panel to the dialog showing the page path and the current page.
 class FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 class WizardDialog
          Dialog for wizards.
 



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