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  javax.swing.table.TableCellEditor ConfigTableEditor.findDelegate(javax.swing.JTable table, OptionModel option)
           
protected  java.awt.Component ConfigTableRenderer.getKeyCellRenderer(javax.swing.JTable table, java.lang.Object value, boolean isSelected, boolean hasFocus, int row, int column, OptionModel key, boolean isValid, boolean isModified)
           
protected  java.awt.Component ConfigTableRenderer.getValueCellRenderer(javax.swing.JTable table, java.lang.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  java.util.List<OptionModel> CategoryModel.entries
          options of the category
 

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
 java.util.List<OptionModel> CategoryModel.getEntries()
           
 java.util.List<OptionModel> CategoryModel.getInvalidOptions()
           
 java.util.List<OptionModel> CategoryModel.getModifiedOptions()
           
 java.util.List<OptionModel> CategoryModel.getSavedOptions()
           
 java.util.Iterator<OptionModel> CategoryModel.iterator()
           
 

Methods in jaxx.runtime.swing.editor.config.model with parameters of type OptionModel
protected  void CategoryModel.addOption(OptionModel option)
           
 void ConfigUIModelBuilder.setOption(OptionModel optionModel)
          Sets the given option as current option.
 void CategoryModel.setValue(OptionModel key, java.lang.Object val)
           
 

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



Copyright © 2008-2009 CodeLutin. All Rights Reserved.