org.springframework.richclient.dialog
Interface Messagable
- All Superinterfaces:
- PropertyChangePublisher
- All Known Subinterfaces:
- DialogPage, MessagePane, WizardPage
- All Known Implementing Classes:
- AbstractDialogPage, AbstractReporterTitledApplicationDialog, AbstractWizardPage, AlertMessageAreaPane, BasicInputApplicationDialog, BasicRegExpConstraintDialog, BasicTitledApplicationDialog, BasicWizardDialog, CompositeDialogPage, ContactPropertiesDialog, DefaultMessageAreaModel, DefaultMessageAreaPane, DerivedValueModelDialog, FormBackedDialogPage, FormBackedPreferencePage, FormBackedWizardPage, GenericKeyMapBindingDialog, InputApplicationDialog, ListSelectionBindingDialog, MessageReportingOverlay, NumberConversionDialog, ParentChildFormDialog, PreferenceDialog, PreferencePage, SetupIntroWizardPage, SetupLicenseWizardPage, SetupWizardDialog, ShuttleSortableTableDialog, StringLenghtConstraintDialog, TabbedDialogPage, TitledApplicationDialog, TitledPageApplicationDialog, TitlePane, TreeCompositeDialogPage, WizardDialog
public interface Messagable
- extends PropertyChangePublisher
An interface to be implemented by objects that are capable of receiving messages to be
provided to the user.
- Author:
- Keith Donald
Field Summary |
static String |
MESSAGE_PROPERTY
The name of the message property, to be used for publishing update events. |
MESSAGE_PROPERTY
static final String MESSAGE_PROPERTY
- The name of the message property, to be used for publishing update events.
- See Also:
- Constant Field Values
setMessage
void setMessage(Message message)
- Set the message.
- Parameters:
The
- message.
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.