Uses of Class
net.sf.sfac.lang.LanguageSupport

Packages that use LanguageSupport
net.sf.sfac.lang   
 

Uses of LanguageSupport in net.sf.sfac.lang
 

Subclasses of LanguageSupport in net.sf.sfac.lang
 class LanguageSupportImpl
           
 class LanguageSupportMock
          A doing-nothing implementation of the LanguageSupport abstract class.
 

Methods in net.sf.sfac.lang that return LanguageSupport
 LanguageSupport LanguageSupportImpl.copyInstance()
           
 LanguageSupport LanguageSupportMock.copyInstance()
           
abstract  LanguageSupport LanguageSupport.copyInstance()
           
static LanguageSupport LanguageSupport.getInstance()
          Get the unique LanguageSupport instance.
 

Methods in net.sf.sfac.lang with parameters of type LanguageSupport
static void LanguageSupport.setInstance(LanguageSupport newInstance)
          Set the unique LanguageSupport instance, any previous instance is discarded.
 



Copyright © 2012. All Rights Reserved.