home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / text / StyledEditorKit$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  699 b   |  19 lines

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