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.control   
org.springframework.richclient.dialog   
org.springframework.richclient.form   
org.springframework.richclient.list   
org.springframework.richclient.preference   
org.springframework.richclient.samples.petclinic.exceptionhandling   
org.springframework.richclient.samples.petclinic.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.wizard   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.script   
org.springframework.richclient.security Integrates Acegi Security System for Spring into RCP. 
org.springframework.richclient.selection.binding.support   
org.springframework.richclient.table   
org.springframework.richclient.util Misc common utility classes (mostly static-utility) that aim to reduce repeat coding. 
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
           
 

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 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.
 

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
           
 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 ApplicationWindowAwareCommand
          A skeleton implementation of an action command that needs to be aware of the ApplicationWindow in which it resides.
 class DialogCommand
          Open a dialog.
 class ExitCommand
          An action command that causes the application to exit.
 class HelpContentsCommand
           
 class NewWindowCommand
           
 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.
 

Uses of PropertyChangePublisher in org.springframework.richclient.control
 

Classes in org.springframework.richclient.control 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 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.petclinic.exceptionhandling
 

Classes in org.springframework.richclient.samples.petclinic.exceptionhandling that implement PropertyChangePublisher
 class ExceptionHandlingView
           
 

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

Classes in org.springframework.richclient.samples.petclinic.ui that implement PropertyChangePublisher
 class OwnerManagerView
          Shows the owners and their pets in a tree structure.
 class VetManagerView
           
 

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

Classes in org.springframework.richclient.samples.showcase.binding that implement PropertyChangePublisher
 class DerivedValueModelDialog
           
 class GenericKeyMapBindingDialog
           
 class ListSelectionBindingDialog
           
 class ParentChildFormDialog
           
 

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.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.util
 

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

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 FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 class WizardDialog
          Dialog for wizards.
 



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