home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / text / html / HTMLDocument$HTMLReader$MapAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  1.3 KB  |  24 lines

  1. package javax.swing.text.html;
  2.  
  3. import javax.swing.text.MutableAttributeSet;
  4. import javax.swing.text.html.HTML.Attribute;
  5. import javax.swing.text.html.HTMLDocument.HTMLReader;
  6.  
  7. class HTMLDocument$HTMLReader$MapAction extends HTMLDocument.HTMLReader.TagAction {
  8.    // $FF: synthetic field
  9.    private final HTMLDocument.HTMLReader this$1;
  10.  
  11.    HTMLDocument$HTMLReader$MapAction(HTMLDocument.HTMLReader var1) {
  12.       super(var1);
  13.       this.this$1 = var1;
  14.    }
  15.  
  16.    public void start(HTML.Tag var1, MutableAttributeSet var2) {
  17.       this.this$1.lastMap = new Map((String)var2.getAttribute(Attribute.NAME));
  18.       HTMLReader.access$100(this.this$1).addMap(this.this$1.lastMap);
  19.    }
  20.  
  21.    public void end(HTML.Tag var1) {
  22.    }
  23. }
  24.