Liking cljdoc? Tell your friends :D

javax.accessibility.AccessibleAttributeSequence

This class collects together the span of text that share the same contiguous set of attributes, along with that set of attributes. It is used by implementors of the class AccessibleContext in order to generate ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED events.

This class collects together the span of text that share the same
contiguous set of attributes, along with that set of attributes.  It
is used by implementors of the class AccessibleContext in
order to generate ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED events.
raw docstring

->accessible-attribute-sequenceclj

(->accessible-attribute-sequence start end attr)

Constructor.

Constructs an AccessibleAttributeSequence with the given parameters.

start - the beginning index of the span of text - int end - the ending index of the span of text - int attr - the AttributeSet shared by this text span - javax.swing.text.AttributeSet

Constructor.

Constructs an AccessibleAttributeSequence with the given
 parameters.

start - the beginning index of the span of text - `int`
end - the ending index of the span of text - `int`
attr - the AttributeSet shared by this text span - `javax.swing.text.AttributeSet`
raw docstring

attributesclj

(attributes this)

Instance Field.

The text attributes

type: javax.swing.text.AttributeSet

Instance Field.

The text attributes

type: javax.swing.text.AttributeSet
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

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

× close