Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Interface javax.swing.text.MutableAttributeSet

Uses in package javax.swing

Methods with return type javax.swing.text.MutableAttributeSet

MutableAttributeSet
JTextPane.getInputAttributes()
Returns the attributes that are applied to newly inserted text.

Uses in package javax.swing.text.html

Classes implementing javax.swing.text.MutableAttributeSet

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

Fields of type javax.swing.text.MutableAttributeSet

MutableAttributeSet
HTMLDocument.HTMLReader.charAttr
Holds the current character attribute set *

Methods with parameter type javax.swing.text.MutableAttributeSet

void
StyleSheet.addCSSAttribute(MutableAttributeSet attr, CSS.Attribute key, String value)
Adds a CSS attribute to the given set.
boolean
StyleSheet.addCSSAttributeFromHTML(MutableAttributeSet attr, CSS.Attribute key, String value)
Adds a CSS attribute to the given set.
void
HTMLDocument.HTMLReader.addSpecialElement(HTML.Tag t, MutableAttributeSet a)
Adds content that is specified in the attribute set.
void
HTMLDocument.HTMLReader.blockOpen(HTML.Tag t, MutableAttributeSet attr)
Instructs the parse buffer to create a block element with the given attributes.
void
HTMLEditorKit.createInputAttributes(Element element, MutableAttributeSet set)
Copies the key/values in elements AttributeSet into set.
void
HTMLDocument.HTMLReader.handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)
This is a callback from the parser that should be routed to the appropriate handler for the tag.
void
HTMLEditorKit.ParserCallback.handleSimpleTag(HTML.Tag tag, MutableAttributeSet attributes, int position)
Handle the tag with no content, like <br>.
void
HTMLDocument.HTMLReader.handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
This method is called by the parser and should route the call to the proper handler for the tag.
void
HTMLEditorKit.ParserCallback.handleStartTag(HTML.Tag tag, MutableAttributeSet attributes, int position)
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
HTMLDocument.HTMLReader.BlockAction.start(HTML.Tag t, MutableAttributeSet a)
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
HTMLDocument.HTMLReader.CharacterAction.start(HTML.Tag t, MutableAttributeSet a)
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
HTMLDocument.HTMLReader.FormAction.start(HTML.Tag t, MutableAttributeSet a)
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
HTMLDocument.HTMLReader.HiddenAction.start(HTML.Tag t, MutableAttributeSet a)
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
HTMLDocument.HTMLReader.IsindexAction.start(HTML.Tag t, MutableAttributeSet a)
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
HTMLDocument.HTMLReader.ParagraphAction.start(HTML.Tag t, MutableAttributeSet a)
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
HTMLDocument.HTMLReader.PreAction.start(HTML.Tag t, MutableAttributeSet a)
This method is called when a start tag is seen for one of the types of tags associated with this Action.
void
HTMLDocument.HTMLReader.SpecialAction.start(HTML.Tag t, MutableAttributeSet a)
The functionality is delegated to HTMLDocument.HTMLReader.addSpecialElement(HTML.Tag,MutableAttributeSet)
void
HTMLDocument.HTMLReader.TagAction.start(HTML.Tag t, MutableAttributeSet a)
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
StyleSheet.createLargeAttributeSet(AttributeSet a)
Creates a large set of attributes.
MutableAttributeSet
HTMLEditorKit.getInputAttributes()
Gets the input attributes used for the styled editing actions.

Uses in package javax.swing.text

Classes implementing javax.swing.text.MutableAttributeSet

class
AbstractDocument.AbstractElement
An abstract base implementation of the Element interface.
class
AbstractDocument.BranchElement
An implementation of Element to represent composite Elements that contain other Elements.
class
AbstractDocument.LeafElement
An implementation of Element that represents a leaf in the document structure.
class
DefaultStyledDocument.SectionElement
An element type for sections.
class
SimpleAttributeSet
A set of attributes.
class
StyleContext.NamedStyle

Methods with parameter type javax.swing.text.MutableAttributeSet

void
StyledEditorKit.createInputAttributes(Element element, MutableAttributeSet set)
Copies the text attributes from element to set.
void
StyleContext.readAttributeSet(ObjectInputStream in, MutableAttributeSet a)
Reads a set of attributes from the given object input stream.
void
StyleContext.readAttributes(ObjectInputStream in, MutableAttributeSet a)
Handles reading in the attributes.
void
StyleConstants.setAlignment(MutableAttributeSet a, int align)
Adds an alignment attribute to the specified set.
void
StyleConstants.setBackground(MutableAttributeSet a, Color bg)
Adds a background attribute to the specified set.
void
StyleConstants.setBidiLevel(MutableAttributeSet a, int lev)
Adds a bidi-level attribute to the specified set.
void
StyleConstants.setBold(MutableAttributeSet a, boolean b)
Adds a bold attribute to the specified set.
void
StyleConstants.setComponent(MutableAttributeSet a, Component c)
Adds a component attribute to the specified set.
void
StyleConstants.setFirstLineIndent(MutableAttributeSet a, float i)
Adds a first line indentation attribute to the specified set.
void
StyleConstants.setFontFamily(MutableAttributeSet a, String fam)
Adds a font family attribute to the specified set.
void
StyleConstants.setFontSize(MutableAttributeSet a, int s)
Adds a font size attribute to the specified set.
void
StyleConstants.setForeground(MutableAttributeSet a, Color fg)
Adds a foreground color attribute to the specified set.
void
StyleConstants.setIcon(MutableAttributeSet a, Icon c)
Adds an icon attribute to the specified set.
void
StyleConstants.setItalic(MutableAttributeSet a, boolean b)
Adds an italic attribute to the specified set.
void
StyleConstants.setLeftIndent(MutableAttributeSet a, float i)
Adds a left indentation attribute to the specified set.
void
StyleConstants.setLineSpacing(MutableAttributeSet a, float i)
Adds a line spacing attribute to the specified set.
void
StyleConstants.setRightIndent(MutableAttributeSet a, float i)
Adds a right indentation attribute to the specified set.
void
StyleConstants.setSpaceAbove(MutableAttributeSet a, float i)
Adds a 'space above' attribute to the specified set.
void
StyleConstants.setSpaceBelow(MutableAttributeSet a, float i)
Adds a 'space below' attribute to the specified set.
void
StyleConstants.setStrikeThrough(MutableAttributeSet a, boolean b)
Adds a strike-through attribue to the specified set.
void
StyleConstants.setSubscript(MutableAttributeSet a, boolean b)
Adds a subscript attribute to the specified set.
void
StyleConstants.setSuperscript(MutableAttributeSet a, boolean b)
Adds a superscript attribute to the specified set.
void
StyleConstants.setTabSet(MutableAttributeSet a, TabSet tabs)
Adds a TabSet attribute to the specified set.
void
StyleConstants.setUnderline(MutableAttributeSet a, boolean b)
Adds an underline attribute to the specified set.

Methods with return type javax.swing.text.MutableAttributeSet

MutableAttributeSet
StyleContext.createLargeAttributeSet(AttributeSet a)
MutableAttributeSet
StyledEditorKit.getInputAttributes()
Returns the current input attributes.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /