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

  1. package com.sun.java.swing.text;
  2.  
  3. final class StyledEditorKit$1 extends SimpleAttributeSet {
  4.    // $FF: synthetic field
  5.    private final StyledEditorKit this$0;
  6.  
  7.    public AttributeSet getResolveParent() {
  8.       return this.this$0.currentParagraph != null ? this.this$0.currentParagraph.getAttributes() : null;
  9.    }
  10.  
  11.    // $FF: synthetic method
  12.    StyledEditorKit$1(StyledEditorKit var1) {
  13.       this.this$0 = var1;
  14.    }
  15. }
  16.