javax.swing.text.rtf
Class RTFReader.InfoDestination
java.lang.Object
javax.swing.text.rtf.RTFReader.DiscardingDestination
javax.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTFReader.InfoDestination
RTFReader.InfoDestination()
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()