Liking cljdoc? Tell your friends :D

javax.swing.table.TableStringConverter

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.
raw docstring

->table-string-converterclj

(->table-string-converter)

Constructor.

Constructor.
raw docstring

to-stringclj

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close