org.crosswire.bibledesktop.desktop
Class Msg

java.lang.Object
  extended by org.crosswire.common.util.MsgBase
      extended by org.crosswire.bibledesktop.desktop.Msg

public final class Msg
extends MsgBase

Compile safe Msg resource settings.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Field Summary
(package private) static Msg ABOUT_TITLE
           
(package private) static Msg APP_TITLE
           
(package private) static Msg APP_VERSION
           
(package private) static Msg CONFIG_SAVE_FAILED
           
(package private) static Msg CONFIG_TITLE
           
(package private) static Msg DETAILS_TAB_TITLE
           
(package private) static Msg HTML
           
(package private) static Msg NO_BIBLES_MESSAGE
           
(package private) static Msg NO_BIBLES_TITLE
           
(package private) static Msg NO_HELP
           
(package private) static Msg NO_PASSAGE
           
(package private) static Msg ORIG
           
(package private) static Msg OSIS
           
(package private) static Msg SOURCE_MISSING
           
(package private) static Msg SPLASH_IMAGE
           
(package private) static Msg SPLASH_TITLE
           
(package private) static Msg STARTUP_GENERAL_CONFIG
           
(package private) static Msg STARTUP_GENERATE
           
(package private) static Msg STARTUP_TITLE
           
(package private) static Msg STATUS_DEFAULT
           
(package private) static Msg SYSTEM_PROPS_TAB_TITLE
           
(package private) static Msg TEXT_VIEWER
           
(package private) static Msg UNKNOWN_PROTOCOL
           
(package private) static Msg VERSION_APP_TITLE
           
(package private) static Msg VERSION_TITLE
           
(package private) static Msg WARRANTY_TAB_TITLE
           
 
Constructor Summary
private Msg(String name)
          Passthrough ctor
 
Method Summary
static String getAboutInfo()
          get an About string of the form "About App Name"
static String getApplicationTitle()
           
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
loadResources, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

APP_TITLE

static final Msg APP_TITLE

SPLASH_TITLE

static final Msg SPLASH_TITLE

APP_VERSION

static final Msg APP_VERSION

VERSION_TITLE

static final Msg VERSION_TITLE

VERSION_APP_TITLE

static final Msg VERSION_APP_TITLE

CONFIG_SAVE_FAILED

static final Msg CONFIG_SAVE_FAILED

UNKNOWN_PROTOCOL

static final Msg UNKNOWN_PROTOCOL

STARTUP_TITLE

static final Msg STARTUP_TITLE

STARTUP_GENERATE

static final Msg STARTUP_GENERATE

STARTUP_GENERAL_CONFIG

static final Msg STARTUP_GENERAL_CONFIG

NO_BIBLES_MESSAGE

static final Msg NO_BIBLES_MESSAGE

NO_BIBLES_TITLE

static final Msg NO_BIBLES_TITLE

NO_HELP

static final Msg NO_HELP

NO_PASSAGE

static final Msg NO_PASSAGE

SOURCE_MISSING

static final Msg SOURCE_MISSING

SPLASH_IMAGE

static final Msg SPLASH_IMAGE

ABOUT_TITLE

static final Msg ABOUT_TITLE

WARRANTY_TAB_TITLE

static final Msg WARRANTY_TAB_TITLE

DETAILS_TAB_TITLE

static final Msg DETAILS_TAB_TITLE

SYSTEM_PROPS_TAB_TITLE

static final Msg SYSTEM_PROPS_TAB_TITLE

STATUS_DEFAULT

static final Msg STATUS_DEFAULT

CONFIG_TITLE

static final Msg CONFIG_TITLE

TEXT_VIEWER

static final Msg TEXT_VIEWER

ORIG

static final Msg ORIG

OSIS

static final Msg OSIS

HTML

static final Msg HTML
Constructor Detail

Msg

private Msg(String name)
Passthrough ctor

Method Detail

getApplicationTitle

public static String getApplicationTitle()

getVersionInfo

public static String getVersionInfo()
get a version string of the form "Version: 1.0"

Returns:
the version string

getVersionedApplicationTitle

public static String getVersionedApplicationTitle()
get a title of the form "App Name v1.0"

Returns:
a versioned title

getAboutInfo

public static String getAboutInfo()
get an About string of the form "About App Name"

Returns:
Info for "About"

Copyright ยจ 2003-2006