Uses of Interface
org.springframework.richclient.core.Message

Packages that use Message
org.springframework.binding.validation Validation interfaces. 
org.springframework.binding.validation.support   
org.springframework.richclient.application.statusbar   
org.springframework.richclient.application.statusbar.support   
org.springframework.richclient.control   
org.springframework.richclient.core Basic interfaces/classes used throughout the richclient. 
org.springframework.richclient.dialog   
 

Uses of Message in org.springframework.binding.validation
 

Subinterfaces of Message in org.springframework.binding.validation
 interface ValidationMessage
          A specific type of message that relates to a property.
 

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

Classes in org.springframework.binding.validation.support that implement Message
 class DefaultValidationMessage
          Default implementation of ValidationMessage
 

Uses of Message in org.springframework.richclient.application.statusbar
 

Methods in org.springframework.richclient.application.statusbar with parameters of type Message
 void StatusBar.setErrorMessage(Message message)
          Sets the error message of this status bar.
 void StatusBar.setMessage(Message message)
          Sets the message of this status bar.
 

Uses of Message in org.springframework.richclient.application.statusbar.support
 

Methods in org.springframework.richclient.application.statusbar.support with parameters of type Message
 void DefaultStatusBar.setErrorMessage(Message errorMessage)
          Sets the error message text to be displayed on the status bar.
 void DefaultStatusBar.setMessage(Message message)
          Sets the message text to be displayed on the status bar.
 

Uses of Message in org.springframework.richclient.control
 

Methods in org.springframework.richclient.control with parameters of type Message
 void MessageReportingOverlay.setMessage(Message message)
          set the message wich will be used as the content of the overlay.
 

Uses of Message in org.springframework.richclient.core
 

Classes in org.springframework.richclient.core that implement Message
 class DefaultMessage
          The default implementation of the Message interface.
 

Uses of Message in org.springframework.richclient.dialog
 

Methods in org.springframework.richclient.dialog that return Message
protected  Message TitledPageApplicationDialog.getDescription()
           
protected  Message TitledApplicationDialog.getDescription()
           
 Message AlertMessageAreaPane.getMessage()
           
 Message MessageDialog.getMessage()
          Get the message
 Message TitlePane.getMessage()
           
 Message AbstractDialogPage.getMessage()
           
 Message DefaultMessageAreaModel.getMessage()
           
 Message DialogPage.getMessage()
          Returns the current message for this dialog page.
 Message TitledApplicationDialog.getMessage()
           
 Message MessagePane.getMessage()
           
 Message DefaultMessageAreaPane.getMessage()
           
 

Methods in org.springframework.richclient.dialog with parameters of type Message
protected  void DefaultMessageAreaModel.fireMessageUpdated(Message oldMsg, Message newMsg)
           
 void AlertMessageAreaPane.setMessage(Message message)
           
 void InputApplicationDialog.setMessage(Message message)
           
 void MessageDialog.setMessage(Message message)
          Set the message.
 void Messagable.setMessage(Message message)
          Set the message.
 void TitlePane.setMessage(Message newMessage)
           
 void AbstractDialogPage.setMessage(Message newMessage)
          Sets or clears the message for this page.
 void DefaultMessageAreaModel.setMessage(Message message)
           
 void TitledApplicationDialog.setMessage(Message message)
           
 void DefaultMessageAreaPane.setMessage(Message message)
           
 

Constructors in org.springframework.richclient.dialog with parameters of type Message
MessageDialog(String title, Message message)
          Constructs a new dialog.
MessageDialog(String title, Window parent, Message message)
          Constructs a new dialog.
 



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