| Package | Description |
|---|---|
| jaxx.runtime.swing.editor.config |
Package jaxx.runtime.swing.editor.config
|
| jaxx.runtime.swing.editor.config.model |
Package jaxx.runtime.swing.editor.config.model
|
| Modifier and Type | Method and Description |
|---|---|
protected TableCellEditor |
ConfigTableEditor.findDelegate(JTable table,
OptionModel option)
Deprecated.
|
protected Component |
ConfigTableRenderer.getKeyCellRenderer(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column,
OptionModel key,
boolean isValid,
boolean isModified)
Deprecated.
|
protected Component |
ConfigTableRenderer.getValueCellRenderer(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column,
OptionModel key,
boolean isValid,
boolean isModified)
Deprecated.
|
ConfigUIModelBuilder |
ConfigUIHelper.setOption(OptionModel optionModel)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<OptionModel> |
CategoryModel.entries
Deprecated.
options of the category
|
protected List<OptionModel> |
CallBackEntry.options
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected OptionModel |
ConfigUIModelBuilder.flushOption()
Deprecated.
|
OptionModel |
ConfigTableModel.getEntry(int rowIndex)
Deprecated.
|
OptionModel |
CategoryModel.getOptionModel(String optionModelKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<OptionModel> |
CategoryModel.getEntries()
Deprecated.
|
List<OptionModel> |
CategoryModel.getInvalidOptions()
Deprecated.
|
List<OptionModel> |
CategoryModel.getModifiedOptions()
Deprecated.
|
List<OptionModel> |
CallBackEntry.getOptions()
Deprecated.
|
List<OptionModel> |
CategoryModel.getSavedOptions()
Deprecated.
|
Iterator<OptionModel> |
CategoryModel.iterator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CategoryModel.addOption(OptionModel option)
Deprecated.
|
protected void |
CallBackEntry.addOption(OptionModel option)
Deprecated.
|
protected CallBackEntry |
CallBacksManager.getCallBack(OptionModel option)
Deprecated.
Get the first callBack for a given option.
|
void |
CallBacksManager.registerOption(String name,
OptionModel option)
Deprecated.
Registers a option into a known callback.
|
void |
ConfigUIModel.registerOptionCallBack(String name,
OptionModel option)
Deprecated.
Registers a option into a known callback.
|
ConfigUIModelBuilder |
ConfigUIModelBuilder.setOption(OptionModel optionModel)
Deprecated.
Sets the given option as current option.
|
void |
CategoryModel.setValue(OptionModel key,
Object val)
Deprecated.
|
| Constructor and Description |
|---|
CategoryModel(String category,
String categoryLabel,
OptionModel[] entries)
Deprecated.
|
Copyright © 2008–2013 CodeLutin. All rights reserved.