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.
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.
(to-string this model row column)
Returns the string representation of the value at the specified location.
model - the TableModel to fetch the value from - javax.swing.table.TableModel
row - the row the string is being requested for - int
column - the column the string is being requested for - int
returns: the string representation. This should never return null. - java.lang.String
throws: java.lang.NullPointerException - if model is null
Returns the string representation of the value at the specified location. model - the TableModel to fetch the value from - `javax.swing.table.TableModel` row - the row the string is being requested for - `int` column - the column the string is being requested for - `int` returns: the string representation. This should never return null. - `java.lang.String` throws: java.lang.NullPointerException - if model is null
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |