javax.swing.text.rtf
Interface RTFReader.Destination
- All Known Implementing Classes:
- RTFReader.AttributeTrackingDestination, RTFReader.ColortblDestination, RTFReader.DiscardingDestination, RTFReader.DocumentDestination, RTFReader.FonttblDestination, RTFReader.InfoDestination, RTFReader.StylesheetDestination, RTFReader.StylesheetDestination.StyleDefiningDestination, RTFReader.TextHandlingDestination
- Enclosing interface:
- RTFReader
- static interface RTFReader.Destination
An interface (could be an entirely abstract class) describing
a destination. The RTF reader always has a current destination
which is where text is sent.
- See Also:
RTFReader
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()