Liking cljdoc? Tell your friends :D

javax.swing.text.JTextComponent$DropLocation

Represents a drop location for JTextComponents.

Represents a drop location for JTextComponents.
raw docstring

get-biasclj

(get-bias this)

Returns the bias for the drop index.

returns: the drop bias - javax.swing.text.Position$Bias

Returns the bias for the drop index.

returns: the drop bias - `javax.swing.text.Position$Bias`
raw docstring

get-indexclj

(get-index this)

Returns the index where dropped data should be inserted into the associated component. This index represents a position between characters, as would be interpreted by a caret.

returns: the drop index - int

Returns the index where dropped data should be inserted into the
 associated component. This index represents a position between
 characters, as would be interpreted by a caret.

returns: the drop index - `int`
raw docstring

to-stringclj

(to-string this)

Returns a string representation of this drop location. This method is intended to be used for debugging purposes, and the content and format of the returned string may vary between implementations.

returns: a string representation of this drop location - java.lang.String

Returns a string representation of this drop location.
 This method is intended to be used for debugging purposes,
 and the content and format of the returned string may vary
 between implementations.

returns: a string representation of this drop location - `java.lang.String`
raw docstring

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

× close