Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.text.MutableAttributeSet

Packages that use MutableAttributeSet
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
 

Uses of MutableAttributeSet in com.sun.java.swing
 

Methods in com.sun.java.swing that return MutableAttributeSet
 MutableAttributeSet JTextPane.getInputAttributes()
          Gets the input attributes for the pane.
 

Uses of MutableAttributeSet in com.sun.java.swing.text
 

Subinterfaces of MutableAttributeSet in com.sun.java.swing.text
  Style
          A collection of attributes to associate with an element in a document.
 

Classes in com.sun.java.swing.text that implement MutableAttributeSet
  AbstractDocument.AbstractElement
          Implements the abstract part of an element.
  AbstractDocument.BranchElement
          Implements a composite element that contains other elements.
  AbstractDocument.LeafElement
          Implements an element that directly represents content of some kind.
protected   DefaultStyledDocument.SectionElement
          Default root element for a document... maps out the paragraphs/lines contained.
  SimpleAttributeSet
          A straightforward implementation of MutableAttributeSet using a hash table.
  StyleContext.NamedStyle
          A collection of attributes, typically used to represent character and paragraph styles.
 

Methods in com.sun.java.swing.text that return MutableAttributeSet
 MutableAttributeSet StyledEditorKit.getInputAttributes()
          Gets the input attributes for the pane.
 

Methods in com.sun.java.swing.text with parameters of type MutableAttributeSet
 void StyleContext.readAttributes(ObjectInputStream in, MutableAttributeSet a)
          Context-specific handling of reading in attributes
static void StyleContext.readAttributeSet(ObjectInputStream in, MutableAttributeSet a)
          Reads a set of attributes from the given object input stream that have been previously written out with writeAttributeSet.
static void StyleConstants.setBidiLevel(MutableAttributeSet a, int o)
          Sets the BidiLevel.
static void StyleConstants.setComponent(MutableAttributeSet a, Component c)
          Sets the component attribute.
static void StyleConstants.setIcon(MutableAttributeSet a, Icon c)
          Sets the icon attribute.
static void StyleConstants.setFontFamily(MutableAttributeSet a, String fam)
          Sets the font attribute.
static void StyleConstants.setFontSize(MutableAttributeSet a, int s)
          Sets the font size attribute.
static void StyleConstants.setBold(MutableAttributeSet a, boolean b)
          Sets the bold attribute.
static void StyleConstants.setItalic(MutableAttributeSet a, boolean b)
          Sets the italic attribute.
static void StyleConstants.setUnderline(MutableAttributeSet a, boolean b)
          Sets the underline attribute.
static void StyleConstants.setForeground(MutableAttributeSet a, Color fg)
          Sets the foreground color.
static void StyleConstants.setBackground(MutableAttributeSet a, Color fg)
          Sets the background color.
static void StyleConstants.setFirstLineIndent(MutableAttributeSet a, float i)
          Sets the first line indent.
static void StyleConstants.setRightIndent(MutableAttributeSet a, float i)
          Sets right indent.
static void StyleConstants.setLeftIndent(MutableAttributeSet a, float i)
          Sets left indent.
static void StyleConstants.setLineSpacing(MutableAttributeSet a, float i)
          Sets line spacing.
static void StyleConstants.setSpaceAbove(MutableAttributeSet a, float i)
          Sets space above.
static void StyleConstants.setSpaceBelow(MutableAttributeSet a, float i)
          Sets space below.
static void StyleConstants.setAlignment(MutableAttributeSet a, int align)
          Sets alignment.
static void StyleConstants.setTabSet(MutableAttributeSet a, TabSet tabs)
          Sets the TabSet.
 

Uses of MutableAttributeSet in com.sun.java.swing.text.html
 

Classes in com.sun.java.swing.text.html that implement MutableAttributeSet
  HTMLDocument.BlockElement
          An element that represents a structual block of html.
  HTMLDocument.RunElement
          An element that represents a chunk of text that has a set of html character level attributes assigned to it.
 

Methods in com.sun.java.swing.text.html with parameters of type MutableAttributeSet
 void HTMLEditorKit.ParserCallback.handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
           
 void HTMLEditorKit.ParserCallback.handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)
           
 void HTMLDocument.HTMLReader.handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
          Callback from the parser.
 void HTMLDocument.HTMLReader.handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)
          Callback from the parser.
protected  void HTMLDocument.HTMLReader.blockOpen(HTML.Tag t, MutableAttributeSet attr)
          Add an instruction to the parse buffer to create a block element with the given attributes.
protected  void HTMLDocument.HTMLReader.addSpecialElement(HTML.Tag t, MutableAttributeSet a)
          Add content that is basically specified entirely in the attribute set.
 void HTMLDocument.HTMLReader.TagAction.start(HTML.Tag t, MutableAttributeSet a)
          Called when a start tag is seen for the type of tag this action was registered to.
 void HTMLDocument.HTMLReader.BlockAction.start(HTML.Tag t, MutableAttributeSet attr)
           
 void HTMLDocument.HTMLReader.ParagraphAction.start(HTML.Tag t, MutableAttributeSet a)
           
 void HTMLDocument.HTMLReader.SpecialAction.start(HTML.Tag t, MutableAttributeSet a)
           
 void HTMLDocument.HTMLReader.PreAction.start(HTML.Tag t, MutableAttributeSet attr)
           
 void HTMLDocument.HTMLReader.CharacterAction.start(HTML.Tag t, MutableAttributeSet attr)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.