home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / text / AbstractDocument$BidiRootElement.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  608 b   |  16 lines

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