Uses of Class
jaxx.runtime.swing.config.model.CategoryModel
| Package | Description |
|---|---|
| jaxx.runtime.swing.config |
Package jaxx.runtime.swing.config
|
| jaxx.runtime.swing.config.model |
Package jaxx.runtime.swing.config.model
|
-
Uses of CategoryModel in jaxx.runtime.swing.config
Fields in jaxx.runtime.swing.config declared as CategoryModel Modifier and Type Field Description protected CategoryModelConfigCategoryUI. categoryModelMethods in jaxx.runtime.swing.config that return CategoryModel Modifier and Type Method Description CategoryModelConfigCategoryUI. getCategoryModel()Methods in jaxx.runtime.swing.config with parameters of type CategoryModel Modifier and Type Method Description ConfigUIModelBuilderConfigUIHelper. setCategory(CategoryModel categoryModel)voidConfigCategoryUI. setCategoryModel(CategoryModel categoryModel) -
Uses of CategoryModel in jaxx.runtime.swing.config.model
Fields in jaxx.runtime.swing.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 jaxx.runtime.swing.config.model with type parameters of type CategoryModel Modifier and Type Field Description protected java.util.Map<java.lang.String,CategoryModel>ConfigUIModel. categoriesle dictionnaire des options disponibles par categorieMethods in jaxx.runtime.swing.config.model that return CategoryModel Modifier and Type Method Description protected CategoryModelConfigUIModelBuilder. flushCategory()CategoryModelConfigTableModel. getCategoryModel()CategoryModelConfigUIModel. getCategoryModel()Methods in jaxx.runtime.swing.config.model that return types with arguments of type CategoryModel Modifier and Type Method Description java.util.Iterator<CategoryModel>ConfigUIModel. iterator()Methods in jaxx.runtime.swing.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 jaxx.runtime.swing.config.model with parameters of type CategoryModel Constructor Description ConfigTableModel(CategoryModel categoryModel)