Class ConverterAttributeSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, javax.swing.text.AttributeSet, javax.swing.text.MutableAttributeSet

    public class ConverterAttributeSet
    extends javax.swing.text.SimpleAttributeSet
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface javax.swing.text.AttributeSet

        javax.swing.text.AttributeSet.CharacterAttribute, javax.swing.text.AttributeSet.ColorAttribute, javax.swing.text.AttributeSet.FontAttribute, javax.swing.text.AttributeSet.ParagraphAttribute
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NOT_TYPED  
      • Fields inherited from class javax.swing.text.SimpleAttributeSet

        EMPTY
      • Fields inherited from interface javax.swing.text.AttributeSet

        NameAttribute, ResolveAttribute
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAttribute​(java.lang.Object name, java.lang.Object value)  
      void addAttribute​(java.lang.Object type, java.lang.Object name, java.lang.Object value)  
      void addAttributes​(ConverterAttributeSet attributes)  
      javax.swing.text.AttributeSet getAttributesByType​(java.lang.Object type)  
      java.util.Map getTypeMap()  
      void removeAttribute​(java.lang.Object name)  
      void setTypeMap​(java.util.Map typeMap)  
      • Methods inherited from class javax.swing.text.SimpleAttributeSet

        addAttributes, clone, containsAttribute, containsAttributes, copyAttributes, equals, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, hashCode, isDefined, isEmpty, isEqual, removeAttributes, removeAttributes, setResolveParent, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConverterAttributeSet

        public ConverterAttributeSet()
    • Method Detail

      • addAttribute

        public void addAttribute​(java.lang.Object name,
                                 java.lang.Object value)
        Specified by:
        addAttribute in interface javax.swing.text.MutableAttributeSet
        Overrides:
        addAttribute in class javax.swing.text.SimpleAttributeSet
      • addAttribute

        public void addAttribute​(java.lang.Object type,
                                 java.lang.Object name,
                                 java.lang.Object value)
      • removeAttribute

        public void removeAttribute​(java.lang.Object name)
        Specified by:
        removeAttribute in interface javax.swing.text.MutableAttributeSet
        Overrides:
        removeAttribute in class javax.swing.text.SimpleAttributeSet
      • getTypeMap

        public java.util.Map getTypeMap()
      • setTypeMap

        public void setTypeMap​(java.util.Map typeMap)
      • getAttributesByType

        public javax.swing.text.AttributeSet getAttributesByType​(java.lang.Object type)