This package holds Interfaces that describe various Edit Screen's used in the RecordEditor

The important interfaces are

  1. AbstractFileDisplay Basic File Display Panel implemented by all the display screens.
  2. AbstractFileDisplayWithFieldHide File Display Panel screens that also allow fields to be hidden.
  3. IChildDisplay Utility screen (e.g. Search Screen) that is attached to a Dsiplay screen. It allows for the retrieval of the "parent screen".
  4. IDisplayBuilder Interface for building a requested File Display screen.
  5. IDisplayFrame<BD extends AbstractFileDisplay> A display frame can have one or more Display panels (AbstractFileDisplay) displayed in a tabpane.
  6. IExecuteSaveAction Interface describing class that executes saved tasks.
  7. IUpdateExecute<What> Generic task description. It can be saved to disk, restored and executed.