Uses of Interface
tweed.message.UserMessage

Packages that use UserMessage
tweed.binding Bindings update a Model from a View, or a View from a Model. 
tweed.message Messages (shorthand for User Messages) represent small texts displayed on the GUI for giving user an immediate feedback on his latest operations. 
 

Uses of UserMessage in tweed.binding
 

Subinterfaces of UserMessage in tweed.binding
 interface ValidationMessage
          A ValidationMessage is a UserMessage with references to components, which are involved in a user input validation failure.
 

Uses of UserMessage in tweed.message
 

Methods in tweed.message that return UserMessage
 UserMessage UserMessageEvent.getUserMessage()
           
 

Constructors in tweed.message with parameters of type UserMessage
UserMessageEvent(java.lang.Object source, UserMessage userMessage)
           
 



Copyright © 2003 Laurent Caillette. All Rights Reserved.