|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.common.util.MsgBase
org.crosswire.bibledesktop.BDMsg
public final class BDMsg
BibleDesktop API for all the messages in the BibleDesktop jar.
for license details.
The copyright to this program is held by it's authors.
Field Summary | |
---|---|
private static MsgBase |
msg
|
private static NumberShaper |
shaper
|
private static String |
VERSION
The current version of Bible Desktop. |
Constructor Summary | |
---|---|
BDMsg()
|
Method Summary | |
---|---|
static String |
getAboutInfo()
get an About string of the form "About App Name" |
static String |
getApplicationTitle()
get the title of the application |
static String |
gettext(String key,
Object... params)
Get the internationalized text, but return key if key is unknown. |
private static String |
getVersion()
|
static String |
getVersionedApplicationTitle()
get a title of the form "App Name v1.0" |
static String |
getVersionInfo()
get a version string of the form "Version: 1.0" |
Methods inherited from class org.crosswire.common.util.MsgBase |
---|
lookup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static NumberShaper shaper
private static final String VERSION
private static MsgBase msg
Constructor Detail |
---|
public BDMsg()
Method Detail |
---|
public static String getApplicationTitle()
public static String getVersionInfo()
public static String getVersionedApplicationTitle()
public static String getAboutInfo()
private static String getVersion()
public static String gettext(String key, Object... params)
key
- params
-
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |