Liking cljdoc? Tell your friends :D

javax.swing.Renderer

Defines the requirements for an object responsible for "rendering" (displaying) a value.

Defines the requirements for an object responsible for
"rendering" (displaying) a value.
raw docstring

get-componentclj

(get-component this)

Returns the component used to render the value.

returns: the Component responsible for displaying the value - java.awt.Component

Returns the component used to render the value.

returns: the Component responsible for displaying the value - `java.awt.Component`
raw docstring

set-valueclj

(set-value this a-value is-selected)

Specifies the value to display and whether or not the value should be portrayed as "currently selected".

a-value - an Object object - java.lang.Object is-selected - a boolean - boolean

Specifies the value to display and whether or not the
 value should be portrayed as "currently selected".

a-value - an Object object - `java.lang.Object`
is-selected - a boolean - `boolean`
raw docstring

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

× close