org.jfree.layouting.input.swing
Class ConverterAttributeSet

java.lang.Object
  extended by javax.swing.text.SimpleAttributeSet
      extended by org.jfree.layouting.input.swing.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
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
 
Constructor Summary
ConverterAttributeSet()
           
 
Method Summary
 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
 

Field Detail

NOT_TYPED

public static final java.lang.String NOT_TYPED
See Also:
Constant Field Values
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)

addAttributes

public void addAttributes(ConverterAttributeSet attributes)

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)