Uses of Class
org.crosswire.common.util.MsgBase

Packages that use MsgBase
gnu.gpl This package contains GNU General Public License information only. 
gnu.lgpl This package contains GNU Lesser General Public License information only. 
org.crosswire.bibledesktop The org.crosswire.bibledesktop package contains the message catalog for everything Bible Desktop and is the root of the package tree for Bible Desktop. 
org.crosswire.common.swing A collection of various generic Swing components and utility classes. 
org.crosswire.common.util A collection of various generic utility classes. 
org.crosswire.jsword The org.crosswire.jsword package contains the message catalog for everything JSword and is the root of the package tree for JSword. 
org.crosswire.jsword.view.web A servlet front end to the JSword classes. 
 

Uses of MsgBase in gnu.gpl
 

Subclasses of MsgBase in gnu.gpl
(package private)  class GPLMsg
          Compile safe Msg resource settings.
 

Fields in gnu.gpl declared as MsgBase
private static MsgBase GPLMsg.msg
           
 

Uses of MsgBase in gnu.lgpl
 

Subclasses of MsgBase in gnu.lgpl
(package private)  class LGPLMsg
          Compile safe Msg resource settings.
 

Fields in gnu.lgpl declared as MsgBase
private static MsgBase LGPLMsg.msg
           
 

Uses of MsgBase in org.crosswire.bibledesktop
 

Subclasses of MsgBase in org.crosswire.bibledesktop
 class BDMsg
          BibleDesktop API for all the messages in the BibleDesktop jar.
 

Fields in org.crosswire.bibledesktop declared as MsgBase
private static MsgBase BDMsg.msg
           
 

Uses of MsgBase in org.crosswire.common.swing
 

Subclasses of MsgBase in org.crosswire.common.swing
 class CWMsg
          Compile safe Msg resource settings.
 class CWOtherMsg
          Compile safe Msg resource settings.
 

Fields in org.crosswire.common.swing declared as MsgBase
private static MsgBase CWOtherMsg.msg
           
private static MsgBase CWMsg.msg
           
 

Uses of MsgBase in org.crosswire.common.util
 

Method parameters in org.crosswire.common.util with type arguments of type MsgBase
private  ResourceBundle MsgBase.getResourceBundleForClass(Class<? extends MsgBase> implementingClass, String className, String shortClassName, Locale currentUserLocale, Map<String,ResourceBundle> localisedResourceMap)
          Gets the resource bundle for a particular class
 

Uses of MsgBase in org.crosswire.jsword
 

Subclasses of MsgBase in org.crosswire.jsword
 class JSMsg
          Compile safe Msg resource settings.
 class JSOtherMsg
          Compile safe Msg resource settings.
 

Fields in org.crosswire.jsword declared as MsgBase
private static MsgBase JSOtherMsg.msg
           
private static MsgBase JSMsg.msg
           
 

Uses of MsgBase in org.crosswire.jsword.view.web
 

Subclasses of MsgBase in org.crosswire.jsword.view.web
(package private)  class Msg
          Compile safe Msg resource settings.
 

Fields in org.crosswire.jsword.view.web declared as MsgBase
private static MsgBase Msg.msg
           
 


Copyright ? 2003-2011