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 / JEditorPane$AccessibleJEditorPaneHTML.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  641 b   |  18 lines

  1. package javax.swing;
  2.  
  3. import javax.accessibility.AccessibleText;
  4.  
  5. public class JEditorPane$AccessibleJEditorPaneHTML extends JEditorPane.AccessibleJEditorPane {
  6.    // $FF: synthetic field
  7.    private final JEditorPane this$0;
  8.  
  9.    protected JEditorPane$AccessibleJEditorPaneHTML(JEditorPane var1) {
  10.       super(var1);
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public AccessibleText getAccessibleText() {
  15.       return new JEditorPane.JEditorPaneAccessibleHypertextSupport(this.this$0);
  16.    }
  17. }
  18.