Serialized Form


Package org.kaiwitte.workbench.ui.controller

Class org.kaiwitte.workbench.ui.controller.ApplyPrototypeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

scheme

MetaScheme scheme

receiver

RecordReceiver receiver

recordString

java.lang.String recordString

Class org.kaiwitte.workbench.ui.controller.DeleteAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

table

javax.swing.JTable table

config

UIConfig config

Class org.kaiwitte.workbench.ui.controller.EditRecordAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

editRecordPanel

EditRecordPanel editRecordPanel

model

MetaSchemeTableModel model

index

int index

Class org.kaiwitte.workbench.ui.controller.ExitAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

Class org.kaiwitte.workbench.ui.controller.InfoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

Class org.kaiwitte.workbench.ui.controller.PrintAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

newRecordPanel

NewRecordPanel newRecordPanel

Class org.kaiwitte.workbench.ui.controller.SearchAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

searchPanel

SearchPanel searchPanel

Class org.kaiwitte.workbench.ui.controller.SendMailAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mailDialog

MailDialog mailDialog

config

UIConfig config

Class org.kaiwitte.workbench.ui.controller.ShowDeveloperHelpAction extends javax.swing.AbstractAction implements Serializable

Class org.kaiwitte.workbench.ui.controller.ShowEditDialogAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

tableModel

MetaSchemeTableModel tableModel

table

javax.swing.JTable table

Class org.kaiwitte.workbench.ui.controller.ShowHelpAction extends javax.swing.AbstractAction implements Serializable

Class org.kaiwitte.workbench.ui.controller.ShowNewRecordDialog extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

table

MetaSchemeTableModel table

Class org.kaiwitte.workbench.ui.controller.ShowOptionsAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

Class org.kaiwitte.workbench.ui.controller.ShowSearchDialog extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

table

MetaSchemeTableModel table

Class org.kaiwitte.workbench.ui.controller.ShowTransferRecordDialog extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

selectedRecord

MetaRecord selectedRecord

sourceTableModel

MetaSchemeTableModel sourceTableModel

targetTableModel

MetaSchemeTableModel targetTableModel

Class org.kaiwitte.workbench.ui.controller.StoreRecordAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

config

UIConfig config

newRecordPanel

NewRecordPanel newRecordPanel

Package org.kaiwitte.workbench.ui.model

Class org.kaiwitte.workbench.ui.model.MetaSchemeTableModelImpl extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.List<E> rows

metaScheme

MetaScheme metaScheme

Class org.kaiwitte.workbench.ui.model.SchemeTableModelImpl extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.List<E> rows

scheme

DataScheme scheme

Package org.kaiwitte.workbench.ui.view

Class org.kaiwitte.workbench.ui.view.EditRecordPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.kaiwitte.workbench.ui.view.MailDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.kaiwitte.workbench.ui.view.MainView extends javax.swing.JFrame implements Serializable

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane

selection

int selection

optionManager

OptionManager optionManager

config

UIConfig config

Class org.kaiwitte.workbench.ui.view.NewRecordPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.kaiwitte.workbench.ui.view.QuickSearchPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

metaScheme

MetaScheme metaScheme

config

UIConfig config

models

java.util.Map<K,V> models

tables

java.util.List<E> tables

quickSearchError

boolean quickSearchError

Class org.kaiwitte.workbench.ui.view.SchemeTablePanel extends javax.swing.JPanel implements Serializable

Class org.kaiwitte.workbench.ui.view.SearchPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.kaiwitte.workbench.ui.view.exceptiondialog.ExceptionDialog extends javax.swing.JDialog implements Serializable