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.
|
Modifier and Type | Method and Description |
---|---|
static Message |
ApplicationResources.message(ApplicationResources.Keys key)
Returns a
Message object for the specified enumeration literal. |
Modifier and Type | Method and Description |
---|---|
Object |
ApplicationContextImpl.getResource(Message msg)
Convenience method for looking up a resource that is specified as a
Message object. |
Object |
ApplicationContext.getResource(Message msg)
Convenience method for looking up a resource that is specified as a
Message object. |
String |
ApplicationContextImpl.getResourceText(Message msg)
Convenience method for looking up the text of a resource specified as a
Message object. |
String |
ApplicationContext.getResourceText(Message msg)
Convenience method for looking up the text of a resource specified as a
Message object. |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.createFromMessage(Message msg,
Object... params)
Creates a new
Message 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 of
Message with an arbitrary number of
parameters. |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.createFromMessage(Message msg,
Object... params)
Creates a new
Message instance with the same resource group and
resource key as the passed in instance, but with different parameters. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.