home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / text / rtf / RTFReader$DiscardingDestination.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  1.6 KB  |  37 lines

  1. package com.sun.java.swing.text.rtf;
  2.  
  3. import java.util.Dictionary;
  4.  
  5. class RTFReader$DiscardingDestination implements RTFReader.Destination {
  6.    // $FF: synthetic field
  7.    private final RTFReader this$0;
  8.  
  9.    public void handleBinaryBlob(byte[] var1) {
  10.    }
  11.  
  12.    public void handleText(String var1) {
  13.    }
  14.  
  15.    public boolean handleKeyword(String var1) {
  16.       return true;
  17.    }
  18.  
  19.    public boolean handleKeyword(String var1, int var2) {
  20.       return true;
  21.    }
  22.  
  23.    public void begingroup() {
  24.    }
  25.  
  26.    public void endgroup(Dictionary var1) {
  27.    }
  28.  
  29.    public void close() {
  30.    }
  31.  
  32.    RTFReader$DiscardingDestination(RTFReader var1) {
  33.       this.this$0 = var1;
  34.       this.this$0 = var1;
  35.    }
  36. }
  37.