Class TLcdDAFIFNavaidModelListDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDAFIFNavaidModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdNavaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME).

The type name (getTypeName()) and the display name (getDisplayName()) are respectively set to "DAFIF" and DISPLAY_NAME.

See Also:
  • Field Details

    • DISPLAY_NAME

      public static final String DISPLAY_NAME
      The display name associated with this model descriptor.
      See Also:
  • Constructor Details

    • TLcdDAFIFNavaidModelListDescriptor

      public TLcdDAFIFNavaidModelListDescriptor(String aSourceName)
      Constructs a new TLcdDAFIFNavaidModelListDescriptor object with the given source name.
      Parameters:
      aSourceName - the name of the data source
  • Method Details