Uses of Class
jaxx.runtime.swing.editor.config.model.CategoryModel

Packages that use CategoryModel
jaxx.runtime.swing.editor.config   
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 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.
 Map<CallBackEntry,List<OptionModel>> 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)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.