Uses of Class
org.nuiton.jaxx.widgets.config.model.OptionModel
-
Packages that use OptionModel Package Description org.nuiton.jaxx.widgets.config Package jaxx.runtime.swing.configorg.nuiton.jaxx.widgets.config.model Package jaxx.runtime.swing.config.model -
-
Uses of OptionModel in org.nuiton.jaxx.widgets.config
Methods in org.nuiton.jaxx.widgets.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 org.nuiton.jaxx.widgets.config.model
Fields in org.nuiton.jaxx.widgets.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 org.nuiton.jaxx.widgets.config.model that return OptionModel Modifier and Type Method Description protected OptionModelConfigUIModelBuilder. flushOption()OptionModelConfigTableModel. getEntry(int rowIndex)OptionModelCategoryModel. getOptionModel(String optionModelKey)Methods in org.nuiton.jaxx.widgets.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 org.nuiton.jaxx.widgets.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 org.nuiton.jaxx.widgets.config.model with parameters of type OptionModel Constructor Description CategoryModel(String category, String categoryLabel, OptionModel[] entries)Deprecated.
-