home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text;
-
- public class DefaultStyledDocument$SectionElement extends AbstractDocument.BranchElement {
- // $FF: synthetic field
- private final DefaultStyledDocument this$0;
-
- public DefaultStyledDocument$SectionElement(DefaultStyledDocument var1) {
- super(var1, (Element)null, (AttributeSet)null);
- this.this$0 = var1;
- }
-
- public String getName() {
- return "section";
- }
- }
-