| Package | Description |
|---|---|
| org.nuiton.jaxx.widgets.config |
Package jaxx.runtime.swing.config
|
| org.nuiton.jaxx.widgets.config.model |
Package jaxx.runtime.swing.config.model
|
| Modifier and Type | Method and Description |
|---|---|
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) |
ConfigUIModelBuilder |
ConfigUIHelper.setOption(OptionModel optionModel) |
| Modifier and Type | Field and Description |
|---|---|
protected List<OptionModel> |
CategoryModel.entries
options of the category
|
protected List<OptionModel> |
CallBackEntry.options |
| Modifier and Type | Method and Description |
|---|---|
protected OptionModel |
ConfigUIModelBuilder.flushOption() |
OptionModel |
ConfigTableModel.getEntry(int rowIndex) |
OptionModel |
CategoryModel.getOptionModel(String optionModelKey) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOption(OptionModel optionModel)
Sets the given option as current option.
|
void |
CategoryModel.setValue(OptionModel key,
Object val) |
| Constructor and Description |
|---|
CategoryModel(String category,
String categoryLabel,
OptionModel[] entries)
Deprecated.
|
Copyright © 2008–2018 Ultreia.io. All rights reserved.