Serialized Form
Package org.kaiwitte.workbench.ui.controller |
scheme
MetaScheme scheme
receiver
RecordReceiver receiver
recordString
java.lang.String recordString
table
javax.swing.JTable table
config
UIConfig config
config
UIConfig config
editRecordPanel
EditRecordPanel editRecordPanel
model
MetaSchemeTableModel model
index
int index
config
UIConfig config
config
UIConfig config
config
UIConfig config
newRecordPanel
NewRecordPanel newRecordPanel
config
UIConfig config
searchPanel
SearchPanel searchPanel
mailDialog
MailDialog mailDialog
config
UIConfig config
config
UIConfig config
tableModel
MetaSchemeTableModel tableModel
table
javax.swing.JTable table
config
UIConfig config
table
MetaSchemeTableModel table
config
UIConfig config
config
UIConfig config
table
MetaSchemeTableModel table
config
UIConfig config
selectedRecord
MetaRecord selectedRecord
sourceTableModel
MetaSchemeTableModel sourceTableModel
targetTableModel
MetaSchemeTableModel targetTableModel
config
UIConfig config
newRecordPanel
NewRecordPanel newRecordPanel
Package org.kaiwitte.workbench.ui.model |
rows
java.util.List<E> rows
metaScheme
MetaScheme metaScheme
rows
java.util.List<E> rows
scheme
DataScheme scheme
Package org.kaiwitte.workbench.ui.view |
tableModel
MetaSchemeTableModel tableModel
originalRecord
MetaRecord originalRecord
config
UIConfig config
row
int row
remapper
ReturnKeyRemapper remapper
policy
org.kaiwitte.workbench.ui.view.EditableFocusTraversalPolicy policy
valueCreators
java.util.List<E> valueCreators
- A map to associate a single
DataColumn
with a
EditRecordPanel.ValueCreator
that reads the new value for this option
from a JComponent
.
Example: The DataColumn
has the type Boolean.class
.
Then it has an associated JCheckbox
in the
JDialog
. This Map
contains the
EditRecordPanel.ValueCreator
that reads the status of the JCheckBox
(checked or not).
reusableValueCreators
java.util.Map<K,V> reusableValueCreators
fromField
javax.swing.JTextField fromField
toField
javax.swing.JTextField toField
subjectField
javax.swing.JTextField subjectField
messageBody
javax.swing.JTextArea messageBody
config
UIConfig config
cancelAction
javax.swing.Action cancelAction
tabbedPane
javax.swing.JTabbedPane tabbedPane
selection
int selection
optionManager
OptionManager optionManager
config
UIConfig config
tableModel
MetaSchemeTableModel tableModel
config
UIConfig config
row
int row
remapper
ReturnKeyRemapper remapper
policy
org.kaiwitte.workbench.ui.view.EditableFocusTraversalPolicy policy
columnToComponent
java.util.Map<K,V> columnToComponent
valueAppliers
java.util.Map<K,V> valueAppliers
valueCreators
java.util.List<E> valueCreators
- A map to associate a single
DataColumn
with a
ValueCreator
that reads the new value for this option
from a JComponent
.
Example: The DataColumn
has the type Boolean.class
.
Then it has an associated JCheckbox
in the
JDialog
. This Map
contains the
NewRecordPanel.ValueCreator
that reads the status of the
JCheckBox
(checked or not).
reusableValueCreators
java.util.Map<K,V> reusableValueCreators
metaScheme
MetaScheme metaScheme
config
UIConfig config
models
java.util.Map<K,V> models
tables
java.util.List<E> tables
quickSearchError
boolean quickSearchError
tableModel
MetaSchemeTableModel tableModel
config
UIConfig config
row
int row
remapper
ReturnKeyRemapper remapper
policy
org.kaiwitte.workbench.ui.view.EditableFocusTraversalPolicy policy
conditionCreators
java.util.Map<K,V> conditionCreators
- A map to associate a single ??? with a
ConditionCreator
that reads the new value for this option
from a JComponent
.
Example: The ??? has the type Boolean.class
.
Then it has an associated JCheckbox
in the
JDialog
. This Map
contains the
ConditionCreator
that reads the status of the JCheckBox
(checked or not).
Package org.kaiwitte.workbench.ui.view.exceptiondialog |