|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CategoryModel | |
|---|---|
| jaxx.runtime.swing.editor.config | Package jaxx.runtime.swing.editor.config |
| jaxx.runtime.swing.editor.config.model | Package jaxx.runtime.swing.editor.config.model |
| Uses of CategoryModel in jaxx.runtime.swing.editor.config |
|---|
| Fields in jaxx.runtime.swing.editor.config declared as CategoryModel | |
|---|---|
protected CategoryModel |
ConfigCategoryUI.categoryModel
|
| Methods in jaxx.runtime.swing.editor.config that return CategoryModel | |
|---|---|
CategoryModel |
ConfigCategoryUI.getCategoryModel()
|
| Methods in jaxx.runtime.swing.editor.config with parameters of type CategoryModel | |
|---|---|
void |
ConfigUIHelper.setCategory(CategoryModel categoryModel)
|
void |
ConfigCategoryUI.setCategoryModel(CategoryModel newValue)
|
| Uses of CategoryModel in jaxx.runtime.swing.editor.config.model |
|---|
| Fields in jaxx.runtime.swing.editor.config.model declared as CategoryModel | |
|---|---|
protected CategoryModel |
ConfigUIModel.categoryModel
la cateogrie en cours d'utilisation |
protected CategoryModel |
ConfigTableModel.categoryModel
le modele d'une categorie |
| Fields in jaxx.runtime.swing.editor.config.model with type parameters of type CategoryModel | |
|---|---|
protected Map<String,CategoryModel> |
ConfigUIModel.categories
le dictionnaire des options disponibles par categorie |
| Methods in jaxx.runtime.swing.editor.config.model that return CategoryModel | |
|---|---|
protected CategoryModel |
ConfigUIModelBuilder.flushCategory()
|
CategoryModel |
ConfigUIModel.getCategoryModel()
|
CategoryModel |
ConfigTableModel.getCategoryModel()
|
| Methods in jaxx.runtime.swing.editor.config.model that return types with arguments of type CategoryModel | |
|---|---|
Iterator<CategoryModel> |
ConfigUIModel.iterator()
|
| Methods in jaxx.runtime.swing.editor.config.model with parameters of type CategoryModel | |
|---|---|
void |
ConfigUIModel.addCategory(CategoryModel category)
Ajoute une categorie dans le modele. |
CallBackMap |
CallBacksManager.getCallBacks(CategoryModel category,
boolean saved,
boolean modified)
Scan a category and grab per callBack the options. |
CallBackMap |
CallBacksManager.getCallBacksForSaved(CategoryModel category)
Scan a category and grab per callBack the options saved. |
void |
ConfigUIModelBuilder.setCategory(CategoryModel categoryModel)
Set the given category as current category. |
void |
ConfigUIModel.setCategoryModel(CategoryModel categoryModel)
|
| Constructors in jaxx.runtime.swing.editor.config.model with parameters of type CategoryModel | |
|---|---|
ConfigTableModel(CategoryModel categoryModel)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||