Class DesignerBindings.AdditionalInfo

  • Enclosing interface:
    DesignerBindings

    public static class DesignerBindings.AdditionalInfo
    extends Object
    An entry for the "additional info" panel.
    • Constructor Detail

      • AdditionalInfo

        public AdditionalInfo​(String sortKey,
                              String display)
      • AdditionalInfo

        public AdditionalInfo​(String display)
    • Method Detail

      • getSortKey

        public String getSortKey()
        Returns the string used to sort the additional info. For example, returning "A" ensures this is displayed first, provided there's no other entry with an "A".
      • getDisplayString

        public String getDisplayString()
        Returns the string displayed to the user.