javax.swing.text.rtf
Class RTFAttributes.GenericAttribute

java.lang.Object
  extended byjavax.swing.text.rtf.RTFAttributes.GenericAttribute
Direct Known Subclasses:
RTFAttributes.AssertiveAttribute, RTFAttributes.BooleanAttribute, RTFAttributes.NumericAttribute
Enclosing class:
RTFAttributes

abstract static class RTFAttributes.GenericAttribute
extends Object


Field Summary
(package private)  int domain
           
(package private)  String rtfName
           
(package private)  Object swingName
           
 
Constructor Summary
protected RTFAttributes.GenericAttribute(int d, Object s, String r)
           
 
Method Summary
 int domain()
           
 String rtfName()
           
(package private) abstract  boolean set(MutableAttributeSet target)
           
(package private) abstract  boolean set(MutableAttributeSet target, int parameter)
           
(package private) abstract  boolean setDefault(MutableAttributeSet target)
           
 Object swingName()
           
 boolean write(AttributeSet source, RTFGenerator target, boolean force)
           
 boolean writeValue(Object value, RTFGenerator target, boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

int domain

swingName

Object swingName

rtfName

String rtfName
Constructor Detail

RTFAttributes.GenericAttribute

protected RTFAttributes.GenericAttribute(int d,
                                         Object s,
                                         String r)
Method Detail

domain

public int domain()

swingName

public Object swingName()

rtfName

public String rtfName()

set

abstract boolean set(MutableAttributeSet target)

set

abstract boolean set(MutableAttributeSet target,
                     int parameter)

setDefault

abstract boolean setDefault(MutableAttributeSet target)

write

public boolean write(AttributeSet source,
                     RTFGenerator target,
                     boolean force)
              throws IOException
Throws:
IOException

writeValue

public boolean writeValue(Object value,
                          RTFGenerator target,
                          boolean force)
                   throws IOException
Throws:
IOException