|
Class Summary |
| AddTransaction |
For adding a character (not a char field/subpart - thats an update) |
| AutoAnnotIdGenerator |
produces unique annot ids for session of form _:# |
| CharChangeEvent |
This actually is for a CharField change - rename this CharFieldChangeEvent?
but its really the value of the field thats changed
perhaps CharFieldValueChangeEvent - well thats verbose
but wait this holds the transaction that could be an update to a char field val
or a whole new char, or delete char... |
| CompoundTransaction |
used for bulk updating (see TermCompList) |
| DeleteTransaction |
|
| DirtyDocumentIndicator |
Listens for editing by the user to indicate that the document needs saving before it's closed. |
| EditManager |
The way editing works is gui makes update transaction (see CharFieldGui and
AutoComboBox) and calls
EditManager.updateModel(), EM calls UpdateTrans constructs CharFieldValues and calls
CVF.editModel which call charFieldEnum.setValue which calls the appropriate
method in CharacterI. |
| UpdateTransaction |
|