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 MessageApplicationResources. message(ApplicationResources.Keys key)Returns aMessageobject for the specified enumeration literal.Methods in net.sf.jguiraffe.gui.app with parameters of type Message Modifier and Type Method Description ObjectApplicationContext. getResource(Message msg)Convenience method for looking up a resource that is specified as aMessageobject.ObjectApplicationContextImpl. getResource(Message msg)Convenience method for looking up a resource that is specified as aMessageobject.StringApplicationContext. getResourceText(Message msg)Convenience method for looking up the text of a resource specified as aMessageobject.StringApplicationContextImpl. getResourceText(Message msg)Convenience method for looking up the text of a resource specified as aMessageobject. -
Uses of Message in net.sf.jguiraffe.resources
Methods in net.sf.jguiraffe.resources that return Message Modifier and Type Method Description static MessageMessage. createFromMessage(Message msg, Object... params)Creates a newMessageinstance with the same resource group and resource key as the passed in instance, but with different parameters.static MessageMessage. createWithParameters(Object resGrp, Object resKey, Object... params)Creates an instance ofMessagewith an arbitrary number of parameters.Methods in net.sf.jguiraffe.resources with parameters of type Message Modifier and Type Method Description static MessageMessage. createFromMessage(Message msg, Object... params)Creates a newMessageinstance with the same resource group and resource key as the passed in instance, but with different parameters.
-