javax.swing.text.rtf
Class RTFReader.InfoDestination

java.lang.Object
  extended byjavax.swing.text.rtf.RTFReader.DiscardingDestination
      extended byjavax.swing.text.rtf.RTFReader.InfoDestination
All Implemented Interfaces:
RTFReader.Destination
Enclosing class:
RTFReader

class RTFReader.InfoDestination
extends RTFReader.DiscardingDestination
implements RTFReader.Destination

Handles the info group. Currently no info keywords are recognized so this is a subclass of DiscardingDestination.


Constructor Summary
(package private) RTFReader.InfoDestination()
           
 
Method Summary
 void begingroup()
           
 void close()
           
 void endgroup(Dictionary oldState)
           
 void handleBinaryBlob(byte[] data)
           
 boolean handleKeyword(String keyword)
           
 boolean handleKeyword(String keyword, int parameter)
           
 void handleText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFReader.InfoDestination

RTFReader.InfoDestination()
Method Detail

handleBinaryBlob

public void handleBinaryBlob(byte[] data)

handleText

public void handleText(String text)

handleKeyword

public boolean handleKeyword(String keyword)

handleKeyword

public boolean handleKeyword(String keyword,
                             int parameter)

begingroup

public void begingroup()

endgroup

public void endgroup(Dictionary oldState)

close

public void close()