Liking cljdoc? Tell your friends :D

javax.accessibility.AccessibleTextSequence

This class collects together key details of a span of text. It is used by implementors of the class AccessibleExtendedText in order to return the requested triplet of a String, and the start and end indicies/offsets into a larger body of text that the String comes from.

This class collects together key details of a span of text.  It
is used by implementors of the class AccessibleExtendedText in
order to return the requested triplet of a String, and the
start and end indicies/offsets into a larger body of text that the
String comes from.
raw docstring

->accessible-text-sequenceclj

(->accessible-text-sequence start end txt)

Constructor.

Constructs an AccessibleTextSequence with the given parameters.

start - the beginning index of the span of text - int end - the ending index of the span of text - int txt - the String shared by this text span - java.lang.String

Constructor.

Constructs an AccessibleTextSequence with the given
 parameters.

start - the beginning index of the span of text - `int`
end - the ending index of the span of text - `int`
txt - the String shared by this text span - `java.lang.String`
raw docstring

end-indexclj

(end-index this)

Instance Field.

The end index of the text sequence

type: int

Instance Field.

The end index of the text sequence

type: int
raw docstring

start-indexclj

(start-index this)

Instance Field.

The start index of the text sequence

type: int

Instance Field.

The start index of the text sequence

type: int
raw docstring

textclj

(text this)

Instance Field.

The text

type: java.lang.String

Instance Field.

The text

type: java.lang.String
raw docstring

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

× close