Package docking.widgets.table
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDisplayString()
Returns a display String suitable for user consumption
-