Class TLcdDAFIFRefuelingTrackModelListDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDAFIFRefuelingTrackModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing refueling tracks or anchors. This includes refueling track (or anchor) airspaces.

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

    • TLcdDAFIFRefuelingTrackModelListDescriptor

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