Uses of Record Class
com.iamsoft.util.ui.javafx.script.Language
Packages that use Language
Package
Description
Utility classes related to TableView.
-
Uses of Language in com.iamsoft.util.ui.javafx.script
Fields in com.iamsoft.util.ui.javafx.script with type parameters of type LanguageMethods in com.iamsoft.util.ui.javafx.script that return LanguageModifier and TypeMethodDescriptionfinal Language
PolyglotExecutor.getLanguage()
ScriptExecutor.getLanguage()
Constructors in com.iamsoft.util.ui.javafx.script with parameters of type LanguageModifierConstructorDescriptionPolyglotExecutor
(Language pLanguage) PolyglotExecutor
(Language pLanguage, Consumer<Runnable> pExecutor) -
Uses of Language in com.iamsoft.util.ui.javafx.table
Methods in com.iamsoft.util.ui.javafx.table that return LanguageModifier and TypeMethodDescriptiondefault Language
FormulaColExtension.getLanguage()
FormulaColSupport.getLanguage()
Methods in com.iamsoft.util.ui.javafx.table that return types with arguments of type LanguageModifier and TypeMethodDescriptionjavafx.scene.control.ComboBox
<Language> FormulaColPane.getLanguageComboBox()
Methods in com.iamsoft.util.ui.javafx.table with parameters of type LanguageModifier and TypeMethodDescriptionprotected FormulaCol
<?, ?> FormulaColManager.createFormulaCol
(Language pLang) protected FormulaCol
<?, ?> PolyglotFormulaColManager.createFormulaCol
(Language pLang) protected FormulaColSupport
<S, T> FormulaCol.createFormulaColSupport
(Language pLanguage) protected FormulaColSupport
<javafx.scene.control.TreeItem<S>, T> FormulaTreeCol.createFormulaColSupport
(Language pLanguage) protected FormulaTreeCol
<?, ?> FormulaColManager.createFormulaTreeCol
(Language pLang) protected FormulaTreeCol
<?, ?> PolyglotFormulaColManager.createFormulaTreeCol
(Language pLang) protected ScriptExecutor
PolyglotFormulaColManager.getScriptExecutor
(Language pLang) Constructors in com.iamsoft.util.ui.javafx.table with parameters of type LanguageModifierConstructorDescriptionFormulaCol
(String pName, String pFormula, Language pLanguage) FormulaTreeCol
(String pName, String pFormula, Language pLanguage) Constructor parameters in com.iamsoft.util.ui.javafx.table with type arguments of type LanguageModifierConstructorDescriptionFormulaColManager
(javafx.collections.ObservableList<? extends javafx.scene.control.TableColumnBase<?, ?>> pColumns, String pPrefId, List<Language> pLanguages) FormulaColPane
(List<Language> pLanguages)