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

  1. package com.sun.java.swing.text;
  2.  
  3. class DefaultStyledDocument$SectionElement extends AbstractDocument.BranchElement {
  4.    // $FF: synthetic field
  5.    private final DefaultStyledDocument this$0;
  6.  
  7.    public DefaultStyledDocument$SectionElement(DefaultStyledDocument var1) {
  8.       super(var1, (Element)null, (AttributeSet)null);
  9.       this.this$0 = var1;
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public String getName() {
  14.       return "section";
  15.    }
  16. }
  17.