Uses of Class
jaxx.runtime.swing.config.model.OptionModel
-
Packages that use OptionModel Package Description jaxx.runtime.swing.config Package jaxx.runtime.swing.configjaxx.runtime.swing.config.model Package jaxx.runtime.swing.config.model -
-
Uses of OptionModel in jaxx.runtime.swing.config
Methods in jaxx.runtime.swing.config with parameters of type OptionModel Modifier and Type Method Description protected TableCellEditorConfigTableEditor. findDelegate(JTable table, OptionModel option)protected ComponentConfigTableRenderer. getKeyCellRenderer(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column, OptionModel key, boolean isValid, boolean isModified)protected ComponentConfigTableRenderer. getValueCellRenderer(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column, OptionModel key, boolean isValid, boolean isModified)ConfigUIModelBuilderConfigUIHelper. setOption(OptionModel optionModel) -
Uses of OptionModel in jaxx.runtime.swing.config.model
Fields in jaxx.runtime.swing.config.model with type parameters of type OptionModel Modifier and Type Field Description protected List<OptionModel>CategoryModel. entriesoptions of the categoryprotected List<OptionModel>CallBackEntry. optionsMethods in jaxx.runtime.swing.config.model that return OptionModel Modifier and Type Method Description protected OptionModelConfigUIModelBuilder. flushOption()OptionModelConfigTableModel. getEntry(int rowIndex)OptionModelCategoryModel. getOptionModel(String optionModelKey)Methods in jaxx.runtime.swing.config.model that return types with arguments of type OptionModel Modifier and Type Method Description 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.config.model with parameters of type OptionModel Modifier and Type Method Description protected voidCallBackEntry. addOption(OptionModel option)protected voidCategoryModel. addOption(OptionModel option)protected CallBackEntryCallBacksManager. getCallBack(OptionModel option)Get the first callBack for a given option.voidCallBacksManager. registerOption(String name, OptionModel option)Registers a option into a known callback.voidConfigUIModel. registerOptionCallBack(String name, OptionModel option)Registers a option into a known callback.ConfigUIModelBuilderConfigUIModelBuilder. setOption(OptionModel optionModel)Sets the given option as current option.voidCategoryModel. setValue(OptionModel key, Object val)Constructors in jaxx.runtime.swing.config.model with parameters of type OptionModel Constructor Description CategoryModel(String category, String categoryLabel, OptionModel[] entries)Deprecated.
-