Uses of Class
org.nuiton.jaxx.widgets.config.model.CategoryModel
-
Packages that use CategoryModel Package Description org.nuiton.jaxx.widgets.config Package jaxx.runtime.swing.configorg.nuiton.jaxx.widgets.config.model Package jaxx.runtime.swing.config.model -
-
Uses of CategoryModel in org.nuiton.jaxx.widgets.config
Fields in org.nuiton.jaxx.widgets.config declared as CategoryModel Modifier and Type Field Description protected CategoryModelConfigCategoryUI. categoryModelMethods in org.nuiton.jaxx.widgets.config that return CategoryModel Modifier and Type Method Description CategoryModelConfigCategoryUI. getCategoryModel()Methods in org.nuiton.jaxx.widgets.config with parameters of type CategoryModel Modifier and Type Method Description ConfigUIModelBuilderConfigUIHelper. setCategory(CategoryModel categoryModel)voidConfigCategoryUI. setCategoryModel(CategoryModel categoryModel) -
Uses of CategoryModel in org.nuiton.jaxx.widgets.config.model
Fields in org.nuiton.jaxx.widgets.config.model declared as CategoryModel Modifier and Type Field Description protected CategoryModelConfigTableModel. categoryModelle modele d'une categorieprotected CategoryModelConfigUIModel. categoryModella cateogrie en cours d'utilisationFields in org.nuiton.jaxx.widgets.config.model with type parameters of type CategoryModel Modifier and Type Field Description protected Map<String,CategoryModel>ConfigUIModel. categoriesle dictionnaire des options disponibles par categorieMethods in org.nuiton.jaxx.widgets.config.model that return CategoryModel Modifier and Type Method Description protected CategoryModelConfigUIModelBuilder. flushCategory()CategoryModelConfigTableModel. getCategoryModel()CategoryModelConfigUIModel. getCategoryModel()Methods in org.nuiton.jaxx.widgets.config.model that return types with arguments of type CategoryModel Modifier and Type Method Description Iterator<CategoryModel>ConfigUIModel. iterator()Methods in org.nuiton.jaxx.widgets.config.model with parameters of type CategoryModel Modifier and Type Method Description voidConfigUIModel. addCategory(CategoryModel category)Ajoute une categorie dans le modele.CallBackMapCallBacksManager. getCallBacks(CategoryModel category, boolean saved, boolean modified)Scan a category and grab per callBack the options.CallBackMapCallBacksManager. getCallBacksForSaved(CategoryModel category)Scan a category and grab per callBack the options saved.ConfigUIModelBuilderConfigUIModelBuilder. setCategory(CategoryModel categoryModel)Set the given category as current category.voidConfigUIModel. setCategoryModel(CategoryModel categoryModel)Constructors in org.nuiton.jaxx.widgets.config.model with parameters of type CategoryModel Constructor Description ConfigTableModel(CategoryModel categoryModel)
-