Interface DisplayStringProvider

  • All Known Implementing Classes:
    DomainFileType

    public interface DisplayStringProvider
    An interface used by classes to indicate that they can produce a String representation that is meant to be seen by the user in the UI. One example use of this interface is the table filtering mechanism, which will look for this interface when attempting to transform table cell data to filterable Strings.
    • Method Detail

      • getDisplayString

        java.lang.String getDisplayString()
        Returns a display String suitable for user consumption
        Returns:
        a display String suitable for user consumption