Save This Page
Home » openjdk-7 » javax » swing » text » rtf » [javadoc | source]
javax.swing.text.rtf
class: RTFReader.StylesheetDestination.StyleDefiningDestination [javadoc | source]
java.lang.Object
   javax.swing.text.rtf.RTFReader$AttributeTrackingDestination
      javax.swing.text.rtf.RTFReader$StylesheetDestination$StyleDefiningDestination

All Implemented Interfaces:
    Destination

This subclass handles an individual style
Field Summary
final  int STYLENUMBER_NONE     
 boolean additive     
 boolean characterStyle     
 boolean sectionStyle     
public  String styleName     
public  int number     
 int basedOn     
 int nextStyle     
 boolean hidden     
 Style realizedStyle     
Fields inherited from javax.swing.text.rtf.RTFReader$AttributeTrackingDestination:
characterAttributes,  paragraphAttributes,  sectionAttributes
Constructor:
 public StyleDefiningDestination() 
Method from javax.swing.text.rtf.RTFReader$StylesheetDestination$StyleDefiningDestination Summary:
close,   handleKeyword,   handleKeyword,   handleText,   realize
Methods from javax.swing.text.rtf.RTFReader$AttributeTrackingDestination:
begingroup,   close,   currentParagraphAttributes,   currentSectionAttributes,   currentTextAttributes,   endgroup,   handleBinaryBlob,   handleKeyword,   handleKeyword,   handleText,   resetCharacterAttributes,   resetParagraphAttributes,   resetSectionAttributes,   rootCharacterAttributes,   rootParagraphAttributes,   rootSectionAttributes
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.rtf.RTFReader$StylesheetDestination$StyleDefiningDestination Detail:
 public  void close() 
 public boolean handleKeyword(String keyword) 
 public boolean handleKeyword(String keyword,
    int parameter) 
 public  void handleText(String text) 
 public Style realize()