Inheritance diagram for com.graeff.dbedit.EditDaemon:

Public Member Functions | |
| EditDaemon (Editor editor, Record data) | |
| void | clearErrors () |
| remove all stacked up errors | |
| EditError | getNextError () |
| get the next error out of the stacked error list and remove it from the list | |
| void | error (Field f, String msg, boolean serious) |
| void | displayError (String msg, boolean serious) |
| void | addLoad (String name) throws Exception |
| Loads an additional schema. | |
Protected Member Functions | |
| void | initPanels () |
Package Attributes | |
| Vector | errors = new Vector() |
|
||||||||||||
|
|
|
|
Loads an additional schema. This is explicitly allowed during editing, so that fields may be added/removed depending on e.g. field values. Reimplemented from com.graeff.dbedit.EditUi. |
|
|
remove all stacked up errors
|
|
||||||||||||
|
Reimplemented from com.graeff.dbedit.EditUi. |
|
||||||||||||||||
|
Reimplemented from com.graeff.dbedit.EditUi. |
|
|
get the next error out of the stacked error list and remove it from the list
|
|
|
|
|
|
Reimplemented from com.graeff.dbedit.EditUi. |
1.4.5