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

Packages that use OptionModel
jaxx.runtime.swing.editor.config Package jaxx.runtime.swing.editor.config This package contains the Config ui, based on org.nuiton.util.ApplicationConfig. 
jaxx.runtime.swing.editor.config.model Package jaxx.runtime.swing.editor.config.model the package contains the models of the Config UI. 
 

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)
           
 void ConfigUIHelper.setOption(OptionModel optionModel)
           
 

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
 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 CategoryModel.addOption(OptionModel option)
           
protected  void CallBackEntry.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.