Package | Description |
---|---|
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Message |
ApplicationResources.message(ApplicationResources.Keys key)
Returns a
Message 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.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.