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

Packages that use OptionModel
jaxx.runtime.swing.editor.config   
jaxx.runtime.swing.editor.config.model   
 

Uses of OptionModel in jaxx.runtime.swing.editor.config
 

Methods in jaxx.runtime.swing.editor.config with parameters of type OptionModel
protected  TableCellEditor ConfigTableEditor.findDelegate(JTable table, OptionModel option)
           
protected  Component ConfigTableRenderer.getKeyCellRenderer(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column, OptionModel key, boolean isValid, boolean isModified)
           
protected  Component ConfigTableRenderer.getValueCellRenderer(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column, OptionModel key, boolean isValid, boolean isModified)
           
 

Uses of OptionModel in jaxx.runtime.swing.editor.config.model
 

Fields in jaxx.runtime.swing.editor.config.model with type parameters of type OptionModel
protected  List<OptionModel> CategoryModel.entries
          options of the category
protected  List<OptionModel> CallBackEntry.options
           
 

Methods in jaxx.runtime.swing.editor.config.model that return OptionModel
protected  OptionModel ConfigUIModelBuilder.flushOption()
           
 OptionModel ConfigTableModel.getEntry(int rowIndex)
           
 

Methods in jaxx.runtime.swing.editor.config.model that return types with arguments of type OptionModel
 Map<CallBackEntry,List<OptionModel>> ConfigUIModel.getCallBacksForSaved()
           
 Map<CallBackEntry,List<OptionModel>> CallBacksManager.getCallBacksForSaved(CategoryModel category)
          Scan a category and grab per callBack the options saved.
 Map<CallBackEntry,List<OptionModel>> CallBacksManager.getCallBacksForSaved(ConfigUIModel model)
          Scan a model and grab per callBack the options saved.
 List<OptionModel> CategoryModel.getEntries()
           
 List<OptionModel> CategoryModel.getInvalidOptions()
           
 List<OptionModel> CategoryModel.getModifiedOptions()
           
 List<OptionModel> CallBackEntry.getOptions()
           
 List<OptionModel> CategoryModel.getSavedOptions()
           
 Iterator<OptionModel> CategoryModel.iterator()
           
 

Methods in jaxx.runtime.swing.editor.config.model with parameters of type OptionModel
protected  void CallBackEntry.addOption(OptionModel option)
           
protected  void CategoryModel.addOption(OptionModel option)
           
protected  CallBackEntry CallBacksManager.getCallBack(OptionModel option)
          Get the first callBack for a given option.
 void CallBacksManager.registerOption(String name, OptionModel option)
          Registers a option into a known callback.
 void ConfigUIModel.registerOptionCallBack(String name, OptionModel option)
          Registers a option into a known callback.
 void ConfigUIModelBuilder.setOption(OptionModel optionModel)
          Sets the given option as current option.
 void CategoryModel.setValue(OptionModel key, Object val)
           
 

Constructors in jaxx.runtime.swing.editor.config.model with parameters of type OptionModel
CategoryModel(String category, String categoryLabel, OptionModel[] entries)
          Deprecated. 
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.