Uses of Class
net.sf.jguiraffe.resources.Message
-
Packages that use Message Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.resources A package with interfaces and classes for accessing resources. -
-
Uses of Message in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return Message Modifier and Type Method Description static Message
ApplicationResources. message(ApplicationResources.Keys key)
Returns aMessage
object for the specified enumeration literal.Methods in net.sf.jguiraffe.gui.app with parameters of type Message Modifier and Type Method Description Object
ApplicationContext. getResource(Message msg)
Convenience method for looking up a resource that is specified as aMessage
object.Object
ApplicationContextImpl. getResource(Message msg)
Convenience method for looking up a resource that is specified as aMessage
object.String
ApplicationContext. getResourceText(Message msg)
Convenience method for looking up the text of a resource specified as aMessage
object.String
ApplicationContextImpl. getResourceText(Message msg)
Convenience method for looking up the text of a resource specified as aMessage
object. -
Uses of Message in net.sf.jguiraffe.resources
Methods in net.sf.jguiraffe.resources that return Message Modifier and Type Method Description static Message
Message. createFromMessage(Message msg, Object... params)
Creates a newMessage
instance with the same resource group and resource key as the passed in instance, but with different parameters.static Message
Message. createWithParameters(Object resGrp, Object resKey, Object... params)
Creates an instance ofMessage
with an arbitrary number of parameters.Methods in net.sf.jguiraffe.resources with parameters of type Message Modifier and Type Method Description static Message
Message. createFromMessage(Message msg, Object... params)
Creates a newMessage
instance with the same resource group and resource key as the passed in instance, but with different parameters.
-