home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.text;
-
- final class StyledEditorKit$1 extends SimpleAttributeSet {
- // $FF: synthetic field
- private final StyledEditorKit this$0;
-
- public AttributeSet getResolveParent() {
- return this.this$0.currentParagraph != null ? this.this$0.currentParagraph.getAttributes() : null;
- }
-
- // $FF: synthetic method
- StyledEditorKit$1(StyledEditorKit var1) {
- this.this$0 = var1;
- }
- }
-