Serialized Form
-
Package org.nuiton.jaxx.widgets.config
-
Class org.nuiton.jaxx.widgets.config.ConfigCallBackUI extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$JLabel0
JLabel $JLabel0
-
$JPanel0
ConfigCallBackUI $JPanel0
-
$JScrollPane0
JScrollPane $JScrollPane0
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
delegateContext
JAXXContext delegateContext
-
detectedCallBack
JTree detectedCallBack
-
go
JButton go
-
handler
org.nuiton.jaxx.widgets.config.ConfigCallBackUIHandler handler
-
treeHeader
JPanel treeHeader
-
-
Class org.nuiton.jaxx.widgets.config.ConfigCategoryUI extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$JPanel0
ConfigCategoryUI $JPanel0
-
$JPanel1
JPanel $JPanel1
-
$JPanel2
JPanel $JPanel2
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
categoryLabel
JLabel categoryLabel
-
categoryLabelPanel
JPanel categoryLabelPanel
-
categoryModel
CategoryModel categoryModel
-
copyCellValue
JMenuItem copyCellValue
-
delegateContext
JAXXContext delegateContext
-
description
JTextArea description
-
descriptionPane
JScrollPane descriptionPane
-
handler
ConfigCategoryUIHandler handler
-
model
ConfigUIModel model
-
reset
JButton reset
-
resetOptionValue
JMenuItem resetOptionValue
-
save
JButton save
-
selectionModel
ListSelectionModel selectionModel
-
table
org.jdesktop.swingx.JXTable table
-
tableModel
ConfigTableModel tableModel
-
tablePane
JScrollPane tablePane
-
tablePopup
JPopupMenu tablePopup
-
-
Class org.nuiton.jaxx.widgets.config.ConfigTableEditor.FileCellEditorWithExtDetector extends FileCellEditor implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.jaxx.widgets.config.ConfigTableRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.jaxx.widgets.config.ConfigUI extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$JPanel0
ConfigUI $JPanel0
-
$JPanel1
JPanel $JPanel1
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
categories
JTabbedPane categories
-
delegateContext
JAXXContext delegateContext
-
handler
ConfigUIHandler handler
-
model
ConfigUIModel model
-
quit
JButton quit
-
-
-
Package org.nuiton.jaxx.widgets.config.model
-
Class org.nuiton.jaxx.widgets.config.model.CallBackMap extends LinkedHashMap<CallBackEntry,List<OptionModel>> implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.jaxx.widgets.config.model.CategoryModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
category short name (i18n key) -
categoryLabel
String categoryLabel
category long name (i18n key) -
entries
List<OptionModel> entries
options of the category -
pcs
PropertyChangeSupport pcs
suport of modification
-
-
Class org.nuiton.jaxx.widgets.config.model.ConfigTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
categoryModel
CategoryModel categoryModel
le modele d'une categorie
-
-
Class org.nuiton.jaxx.widgets.config.model.OptionModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
def
io.ultreia.java4all.config.ConfigOptionDef def
la definition de l'option (venant de la config) -
editor
TableCellEditor editor
l'editeur utilise pour modifier graphiquement l'option -
originalValue
Object originalValue
la valeur non modifié de l'option -
propertyName
String propertyName
le nom de la propriété javaBean (peut etre null, si option sans support javaBean) -
renderer
TableCellRenderer renderer
le renderer utilise pour afficher graphiquement l'option -
saved
boolean saved
un drapeau pour savoir si l'option a été sauvée -
shortLabel
String shortLabel
Une description courte à utiliser à la place de la clef i18n.- Since:
- 2.5.29
-
valid
boolean valid
un drapeau pour savoir si l'option est valide (n'est pas utilisé actuellement) -
value
Object value
la valeur actuelle de l'option (peut être la valeur orignal si non modifée)
-
-