Interface ILcdDefaultDisplayNameSettable

All Superinterfaces:
ILcdFeatured, Serializable
All Known Implementing Classes:
TLcdFeaturedAerodrome, TLcdFeaturedAirspace, TLcdFeaturedAirspaceCorridor, TLcdFeaturedArrestingGear, TLcdFeaturedAssociationBasedAirspace, TLcdFeaturedATSRoute, TLcdFeaturedDME, TLcdFeaturedGeoborder, TLcdFeaturedGlidePath, TLcdFeaturedHelipad, TLcdFeaturedHolding, TLcdFeaturedILS, TLcdFeaturedLocalizer, TLcdFeaturedLocationBasedService, TLcdFeaturedMarker, TLcdFeaturedMilitaryTrainingRoute, TLcdFeaturedMilitaryTrainingRoutePoint, TLcdFeaturedNDB, TLcdFeaturedObstacle, TLcdFeaturedOrtca, TLcdFeaturedParachuteJumpArea, TLcdFeaturedProcedure, TLcdFeaturedProcedureLeg, TLcdFeaturedRefuelingAirspace, TLcdFeaturedRefuelingTrack, TLcdFeaturedRefuelingTrackPoint, TLcdFeaturedRouteSegment, TLcdFeaturedRunway, TLcdFeaturedRunwayClinePoint, TLcdFeaturedRunwayDirection, TLcdFeaturedService, TLcdFeaturedTACAN, TLcdFeaturedVFROffsetRoute, TLcdFeaturedVFRRoute, TLcdFeaturedVFRRoutePoint, TLcdFeaturedVOR, TLcdFeaturedWayPoint

public interface ILcdDefaultDisplayNameSettable extends ILcdFeatured
This interface allows that the value of a feature of a ILcdFeatured object is part of its display name.
  • Method Details

    • setDefaultDisplayNameIndex

      void setDefaultDisplayNameIndex(int aDefaultDisplayNameIndex)
      Sets the index of the feature to be used in the display name. The default value is 0.
      Parameters:
      aDefaultDisplayNameIndex - a valid index in the list of features
      See Also:
    • getDefaultDisplayNameIndex

      int getDefaultDisplayNameIndex()
      Returns the current index of the feature to be uses in the display name.
      Returns:
      the current index of the feature to use in the display name
      See Also:
    • getDefaultDisplayName

      String getDefaultDisplayName()
      Returns the String to be used to display the ILcdDefaultDisplayNameSettable object.
      Returns:
      the String to be used to display the ILcdDefaultDisplayNameSettable object