Liking cljdoc? Tell your friends :D

javax.swing.text.Position$Bias

A typesafe enumeration to indicate bias to a position in the model. A position indicates a location between two characters. The bias can be used to indicate an interest toward one of the two sides of the position in boundary conditions where a simple offset is ambiguous.

A typesafe enumeration to indicate bias to a position
in the model.  A position indicates a location between
two characters.  The bias can be used to indicate an
interest toward one of the two sides of the position
in boundary conditions where a simple offset is
ambiguous.
raw docstring

*-backwardclj

Static Constant.

Indicates a bias toward the previous character in the model.

type: javax.swing.text.Position$Bias

Static Constant.

Indicates a bias toward the previous character
 in the model.

type: javax.swing.text.Position$Bias
raw docstring

*-forwardclj

Static Constant.

Indicates to bias toward the next character in the model.

type: javax.swing.text.Position$Bias

Static Constant.

Indicates to bias toward the next character
 in the model.

type: javax.swing.text.Position$Bias
raw docstring

to-stringclj

(to-string this)

string representation

returns: a string representation of the object. - java.lang.String

string representation

returns: a string representation of the object. - `java.lang.String`
raw docstring

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

× close