Liking cljdoc? Tell your friends :D

javax.swing.text.NavigationFilter$FilterBypass

Used as a way to circumvent calling back into the caret to position the cursor. Caret implementations that wish to support a NavigationFilter must provide an implementation that will not callback into the NavigationFilter.

Used as a way to circumvent calling back into the caret to
position the cursor. Caret implementations that wish to support
a NavigationFilter must provide an implementation that will
not callback into the NavigationFilter.
raw docstring

->filter-bypassclj

(->filter-bypass)

Constructor.

Constructor.
raw docstring

get-caretclj

(get-caret this)

Returns the Caret that is changing.

returns: Caret that is changing - javax.swing.text.Caret

Returns the Caret that is changing.

returns: Caret that is changing - `javax.swing.text.Caret`
raw docstring

move-dotclj

(move-dot this dot bias)

Moves the caret location, bypassing the NavigationFilter.

dot - the position >= 0 - int bias - Bias for new location - javax.swing.text.Position$Bias

Moves the caret location, bypassing the NavigationFilter.

dot - the position >= 0 - `int`
bias - Bias for new location - `javax.swing.text.Position$Bias`
raw docstring

set-dotclj

(set-dot this dot bias)

Sets the caret location, bypassing the NavigationFilter.

dot - the position >= 0 - int bias - Bias to place the dot at - javax.swing.text.Position$Bias

Sets the caret location, bypassing the NavigationFilter.

dot - the position >= 0 - `int`
bias - Bias to place the dot at - `javax.swing.text.Position$Bias`
raw docstring

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

× close