|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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)
|
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 java.util.List<OptionModel> |
CategoryModel.entries
options of the category |
protected java.util.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 | |
|---|---|
java.util.List<OptionModel> |
CategoryModel.getEntries()
|
java.util.List<OptionModel> |
CategoryModel.getInvalidOptions()
|
java.util.List<OptionModel> |
CategoryModel.getModifiedOptions()
|
java.util.List<OptionModel> |
CallBackEntry.getOptions()
|
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)
|
protected void |
CallBackEntry.addOption(OptionModel option)
|
protected CallBackEntry |
CallBacksManager.getCallBack(OptionModel option)
Get the first callBack for a given option. |
void |
CallBacksManager.registerOption(java.lang.String name,
OptionModel option)
Registers a option into a known callback. |
void |
ConfigUIModel.registerOptionCallBack(java.lang.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,
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||