Module java.desktop

Class TableStringConverter

java.lang.Object
javax.swing.table.TableStringConverter

public abstract class TableStringConverter extends Object
TableStringConverter is used to convert objects from the model into strings. This is useful in filtering and searching when the model returns objects that do not have meaningful toString implementations.
Since:
1.6