Uses of Interface javax.swing.text.MutableAttributeSet

Uses in package javax.swing

Methods with return type javax.swing.text.MutableAttributeSet

MutableAttributeSet
Returns the attributes that are applied to newly inserted text.

Uses in package javax.swing.text.html

Classes implementing javax.swing.text.MutableAttributeSet

class
class
RunElement represents a section of text that has a set of HTML character level attributes assigned to it.
class
A Style implementation that is able to multiplex between several other Styles.

Fields of type javax.swing.text.MutableAttributeSet

MutableAttributeSet
Holds the current character attribute set *

Methods with parameter type javax.swing.text.MutableAttributeSet

void
Adds a CSS attribute to the given set.
boolean
Adds a CSS attribute to the given set.
void
Adds content that is specified in the attribute set.
void
Instructs the parse buffer to create a block element with the given attributes.
void
Copies the key/values in elements AttributeSet into set.
void
This is a callback from the parser that should be routed to the appropriate handler for the tag.
void
Handle the tag with no content, like <br>.
void
This method is called by the parser and should route the call to the proper handler for the tag.
void
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
void
This method is called when a start tag is seen for one of the types of tags associated with this Action.

Methods with return type javax.swing.text.MutableAttributeSet

MutableAttributeSet
Creates a large set of attributes.
MutableAttributeSet
Gets the input attributes used for the styled editing actions.

Uses in package javax.swing.text

Classes implementing javax.swing.text.MutableAttributeSet

class
An abstract base implementation of the Element interface.
class
An implementation of Element to represent composite Elements that contain other Elements.
class
An implementation of Element that represents a leaf in the document structure.
class
An element type for sections.
class
A set of attributes.
class

Methods with parameter type javax.swing.text.MutableAttributeSet

void
Copies the text attributes from element to set.
void
Reads a set of attributes from the given object input stream.
void
Handles reading in the attributes.
void
Adds an alignment attribute to the specified set.
void
Adds a background attribute to the specified set.
void
Adds a bidi-level attribute to the specified set.
void
Adds a bold attribute to the specified set.
void
Adds a component attribute to the specified set.
void
Adds a first line indentation attribute to the specified set.
void
Adds a font family attribute to the specified set.
void
Adds a font size attribute to the specified set.
void
Adds a foreground color attribute to the specified set.
void
Adds an icon attribute to the specified set.
void
Adds an italic attribute to the specified set.
void
Adds a left indentation attribute to the specified set.
void
Adds a line spacing attribute to the specified set.
void
Adds a right indentation attribute to the specified set.
void
Adds a 'space above' attribute to the specified set.
void
Adds a 'space below' attribute to the specified set.
void
Adds a strike-through attribue to the specified set.
void
Adds a subscript attribute to the specified set.
void
Adds a superscript attribute to the specified set.
void
Adds a TabSet attribute to the specified set.
void
Adds an underline attribute to the specified set.

Methods with return type javax.swing.text.MutableAttributeSet

MutableAttributeSet
MutableAttributeSet
Returns the current input attributes.