Uses of Interface
com.openindex.openestate.tool.extensions.LanguageExtension
-
Packages that use LanguageExtension Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.extensions com.openindex.openestate.tool.gui com.openindex.openestate.tool.i18n -
-
Uses of LanguageExtension in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return LanguageExtension Modifier and Type Method Description static LanguageExtensionImmoToolEnvironment. getCurrentLanguage()LanguageExtensionImmoToolLanguageComboBox. getLanguageAt(int index)LanguageExtensionImmoToolSettings. getLanguageExtension()LanguageExtensionImmoToolLanguageComboBox. getSelectedLanguage()static LanguageExtensionImmoToolLanguageDialog. showDialog(Window window)Methods in com.openindex.openestate.tool with parameters of type LanguageExtension Modifier and Type Method Description static voidImmoToolEnvironment. setCurrentLanguage(LanguageExtension language)Constructors in com.openindex.openestate.tool with parameters of type LanguageExtension Constructor Description SwitchLanguageAction(LanguageExtension language) -
Uses of LanguageExtension in com.openindex.openestate.tool.extensions
Classes in com.openindex.openestate.tool.extensions that implement LanguageExtension Modifier and Type Class Description classLanguageAdapterLanguageAdapter.Methods in com.openindex.openestate.tool.extensions that return LanguageExtension Modifier and Type Method Description static LanguageExtensionLanguageExtension. loadByCode(String languageCode)Methods in com.openindex.openestate.tool.extensions that return types with arguments of type LanguageExtension Modifier and Type Method Description static Collection<LanguageExtension>LanguageExtension. load() -
Uses of LanguageExtension in com.openindex.openestate.tool.gui
Methods in com.openindex.openestate.tool.gui with parameters of type LanguageExtension Modifier and Type Method Description voidLanguagePackRenderer. render(LanguageExtension value, JLabel label) -
Uses of LanguageExtension in com.openindex.openestate.tool.i18n
Classes in com.openindex.openestate.tool.i18n that implement LanguageExtension Modifier and Type Class Description classBGBG.classDEImmoTool-Sprachpaket, deutsch.classENImmoTool-Sprachpaket, englisch.classESES.classFRFR.classITIT.classPTPT.classRURU.
-