Uses of Class
net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
Packages that use ApplicationResources.Keys Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found. -
-
Uses of ApplicationResources.Keys in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return ApplicationResources.Keys Modifier and Type Method Description static ApplicationResources.Keys
ApplicationResources.Keys. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationResources.Keys[]
ApplicationResources.Keys. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jguiraffe.gui.app with parameters of type ApplicationResources.Keys Modifier and Type Method Description static Message
ApplicationResources. message(ApplicationResources.Keys key)
Returns aMessage
object for the specified enumeration literal.static Object
ApplicationResources. resourceID(ApplicationResources.Keys key)
A convenience method for generating the resource ID for the specified enumeration literal.
-