| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Messagable in org.springframework.richclient.application.setup | 
|---|
| Classes in org.springframework.richclient.application.setup that implement Messagable | |
|---|---|
|  class | SetupIntroWizardPage | 
|  class | SetupLicenseWizardPageA WizardPagewhich shows a license text and confirmation radio
 buttons at the bottom. | 
|  class | SetupWizardDialog | 
| Uses of Messagable in org.springframework.richclient.components | 
|---|
| Classes in org.springframework.richclient.components that implement Messagable | |
|---|---|
|  class | MessageReportingOverlayComponent which can be used as an overlay for an other component to the content of a message. | 
| Uses of Messagable in org.springframework.richclient.dialog | 
|---|
| Subinterfaces of Messagable in org.springframework.richclient.dialog | |
|---|---|
|  interface | DialogPageDialogPages are used to combine several controls in one Dialog which acts as a container. | 
|  interface | MessagePaneInterface to be implemented by GUI panes capable of rendering messages to the user. | 
| Classes in org.springframework.richclient.dialog that implement Messagable | |
|---|---|
|  class | AbstractDialogPageA convenience implementation of the DialogPage interface. | 
|  class | AlertMessageAreaPaneMessagePane implementation used by MessageDialog. | 
|  class | CompositeDialogPageAn implementation of the DialogPageinterface that collects a
 group of dialog pages together so that they can be used in place of a singleDialogPage | 
|  class | DefaultMessageAreaModelA concrete implementation of the Messagableinterface. | 
|  class | DefaultMessageAreaPane | 
|  class | FormBackedDialogPageAn implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages. | 
|  class | InputApplicationDialogSimple input application dialog consisting of a label and a text field for accepting input. | 
|  class | TabbedDialogPageA concrete implementation of CompositeDialogPagethat presents
 the child pages in aJTabbedPane. | 
|  class | TitledApplicationDialog | 
|  class | TitledPageApplicationDialogA TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages. | 
|  class | TitledWidgetApplicationDialogAllows to create an applicationDialog in which a given widget can be shown | 
|  class | TitlePaneA 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 | TreeCompositeDialogPageA concrete implementation of CompositeDialogPagethat presents
 the child pages in a tree on the left, and the pages itself on the right. | 
| Methods in org.springframework.richclient.dialog that return Messagable | |
|---|---|
| protected  Messagable | DefaultMessageAreaModel.getDelegateFor() | 
| Constructors in org.springframework.richclient.dialog with parameters of type Messagable | |
|---|---|
| AlertMessageAreaPane(Messagable delegate)Creates a new AlertMessageAreaPanethat uses the given delegate
 as a message container. | |
| DefaultMessageAreaModel(Messagable delegate) | |
| DefaultMessageAreaPane(int linesToDisplay,
                                             Messagable delegateFor) | |
| DefaultMessageAreaPane(Messagable delegateFor) | |
| Uses of Messagable in org.springframework.richclient.dialog.support | 
|---|
| Methods in org.springframework.richclient.dialog.support with parameters of type Messagable | |
|---|---|
| static void | DialogPageUtils.addMessageMonitor(DialogPage dialogPage,
                                   Messagable monitor)Add a message monitor. | 
| Uses of Messagable in org.springframework.richclient.form | 
|---|
| Methods in org.springframework.richclient.form with parameters of type Messagable | |
|---|---|
| static ValidationResultsReporter | FormModelHelper.createSingleLineResultsReporter(ValidatingFormModel formModel,
                                                               Messagable messageReceiver) | 
|  ValidationResultsReporter | AbstractMasterForm.newSingleLineResultsReporter(Messagable messageReceiver)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. | 
|  ValidationResultsReporter | Form.newSingleLineResultsReporter(Messagable messageAreaPane)Create a ValidationResultsReporterfor this form, sending input
 to the givenMessagable. | 
|  ValidationResultsReporter | AbstractForm.newSingleLineResultsReporter(Messagable messageReceiver)Construct the validation results reporter for this form and attach it to the provided Guarded object. | 
| Constructors in org.springframework.richclient.form with parameters of type Messagable | |
|---|---|
| SimpleValidationResultsReporter(ValidationResultsModel resultsModel,
                                                               Messagable messageReceiver)Constructor. | |
| Uses of Messagable in org.springframework.richclient.form.builder.support | 
|---|
| Methods in org.springframework.richclient.form.builder.support with parameters of type Messagable | |
|---|---|
| protected  ValidationListener | ValidationInterceptor.registerMessageReceiver(String propertyName,
                                               Messagable messageReceiver)Register a messageReceiver on a specific property. | 
| Uses of Messagable in org.springframework.richclient.preference | 
|---|
| Classes in org.springframework.richclient.preference that implement Messagable | |
|---|---|
|  class | FormBackedPreferencePage | 
|  class | PreferenceDialog | 
|  class | PreferencePage | 
| Uses of Messagable in org.springframework.richclient.samples.dataeditor.ui | 
|---|
| Classes in org.springframework.richclient.samples.dataeditor.ui that implement Messagable | |
|---|---|
|  class | ItemDataEditor | 
|  class | SupplierDataEditor | 
| Uses of Messagable in org.springframework.richclient.samples.showcase.binding | 
|---|
| Classes in org.springframework.richclient.samples.showcase.binding that implement Messagable | |
|---|---|
|  class | CalendarBindingDialog | 
|  class | DerivedValueModelDialog | 
|  class | DocumentBindingDialogThis dialog shows how the TextComponentBindercan be used to create
 a binding with a specificDocumentas model behind theJTextField. | 
|  class | GenericKeyMapBindingDialog | 
|  class | ListSelectionBindingDialog | 
|  class | ParentChildFormDialog | 
|  class | RadioButtonEnumDialog | 
|  class | ShuttleListBindingDialogThis dialog shows a ShuttleList in which several items can be selected and added to a list on the backing formObject. | 
| Uses of Messagable in org.springframework.richclient.samples.showcase.component | 
|---|
| Classes in org.springframework.richclient.samples.showcase.component that implement Messagable | |
|---|---|
|  class | ShuttleSortableTableDialogThis sample shows a ShuttleSortableTableModelbeing used. | 
| Uses of Messagable in org.springframework.richclient.samples.showcase.conversion | 
|---|
| Classes in org.springframework.richclient.samples.showcase.conversion that implement Messagable | |
|---|---|
|  class | NumberConversionDialog | 
| Uses of Messagable in org.springframework.richclient.samples.showcase.dialog | 
|---|
| Classes in org.springframework.richclient.samples.showcase.dialog that implement Messagable | |
|---|---|
|  class | BasicInputApplicationDialog | 
|  class | BasicTitledApplicationDialog | 
| Uses of Messagable in org.springframework.richclient.samples.showcase.util | 
|---|
| Classes in org.springframework.richclient.samples.showcase.util that implement Messagable | |
|---|---|
|  class | AbstractReporterTitledApplicationDialog | 
| Uses of Messagable in org.springframework.richclient.samples.showcase.validation | 
|---|
| Classes in org.springframework.richclient.samples.showcase.validation that implement Messagable | |
|---|---|
|  class | BasicRegExpConstraintDialogShow a basic dialog with a regular expression input field and a value input field. | 
|  class | StringLenghtConstraintDialogDialog showing a number of fields to manipulate the StringLengthConstraintand see it in action on the value field. | 
| Uses of Messagable in org.springframework.richclient.samples.showcase.wizard | 
|---|
| Classes in org.springframework.richclient.samples.showcase.wizard that implement Messagable | |
|---|---|
|  class | BasicWizardDialog | 
| Uses of Messagable in org.springframework.richclient.samples.simple.ui | 
|---|
| Classes in org.springframework.richclient.samples.simple.ui that implement Messagable | |
|---|---|
|  class | ContactPropertiesDialogThis is a dialog for editing the properties of a Contact object. | 
| Uses of Messagable in org.springframework.richclient.widget | 
|---|
| Subinterfaces of Messagable in org.springframework.richclient.widget | |
|---|---|
|  interface | TitledWidgetProvides the basic Widgetfacilities in combination with a fully configurable title/message
 component. | 
| Classes in org.springframework.richclient.widget that implement Messagable | |
|---|---|
|  class | AbstractTitledWidget | 
|  class | AbstractTitledWidgetForm | 
|  class | TitledWidgetFormA decorator to add a TitlePaneto aForm. | 
| Methods in org.springframework.richclient.widget with parameters of type Messagable | |
|---|---|
|  ValidationResultsReporter | TitledWidget.newSingleLineResultsReporter(Messagable messagable) | 
|  ValidationResultsReporter | TitledWidgetForm.newSingleLineResultsReporter(Messagable messagable) | 
|  ValidationResultsReporter | AbstractTitledWidget.newSingleLineResultsReporter(Messagable messagable) | 
| Uses of Messagable in org.springframework.richclient.widget.editor | 
|---|
| Classes in org.springframework.richclient.widget.editor that implement Messagable | |
|---|---|
|  class | AbstractDataEditorWidgetAbstractDataEditorWidget 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 | DefaultDataEditorWidgetDefaultDataEditorWidget is a basic implementation of a AbstractDataEditorWidget. | 
| Methods in org.springframework.richclient.widget.editor with parameters of type Messagable | |
|---|---|
|  ValidationResultsReporter | AbstractDataEditorWidget.newSingleLineResultsReporter(Messagable messagable) | 
| Uses of Messagable in org.springframework.richclient.wizard | 
|---|
| Subinterfaces of Messagable in org.springframework.richclient.wizard | |
|---|---|
|  interface | WizardPage | 
| Classes in org.springframework.richclient.wizard that implement Messagable | |
|---|---|
|  class | AbstractWizardPage | 
|  class | ExtendedWizardDialogWizard dialog that additionally adds a panel to the dialog showing the page path and the current page. | 
|  class | FormBackedWizardPageAn implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages. | 
|  class | WizardDialogDialog for wizards. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||