This package holds Interfaces that describe various Edit Screen's used in the RecordEditor
The important interfaces are
- AbstractFileDisplay Basic File Display Panel implemented by all the display screens.
- AbstractFileDisplayWithFieldHide File Display Panel screens that also allow fields to be hidden.
- IChildDisplay Utility screen (e.g. Search Screen) that is attached to a Dsiplay screen.
It allows for the retrieval of the "parent screen".
- IDisplayBuilder Interface for building a requested File Display screen.
- IDisplayFrame<BD extends AbstractFileDisplay> A display frame can have one or more
Display panels (AbstractFileDisplay) displayed in a tabpane.
- IExecuteSaveAction Interface describing class that executes saved tasks.
- IUpdateExecute<What> Generic task description. It can be saved to disk, restored and executed.