|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionModel | |
|---|---|
| jaxx.runtime.swing.editor.config | |
| jaxx.runtime.swing.editor.config.model | |
| Uses of OptionModel in jaxx.runtime.swing.editor.config |
|---|
| Methods in jaxx.runtime.swing.editor.config with parameters of type OptionModel | |
|---|---|
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)
|
| 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 |
| Methods in jaxx.runtime.swing.editor.config.model that return OptionModel | |
|---|---|
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> |
CategoryModel.getSavedOptions()
|
java.util.Iterator<OptionModel> |
CategoryModel.iterator()
|
| Methods in jaxx.runtime.swing.editor.config.model with parameters of type OptionModel | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||