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.KeysApplicationResources.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 MessageApplicationResources. message(ApplicationResources.Keys key)Returns aMessageobject for the specified enumeration literal.static ObjectApplicationResources. resourceID(ApplicationResources.Keys key)A convenience method for generating the resource ID for the specified enumeration literal.
-