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$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  759 b   |  26 lines

  1. package javax.swing;
  2.  
  3. import javax.swing.event.DocumentEvent;
  4. import javax.swing.event.DocumentListener;
  5.  
  6. class JEditorPane$3 implements DocumentListener {
  7.    // $FF: synthetic field
  8.    private final JEditorPane.JEditorPaneAccessibleHypertextSupport this$1;
  9.  
  10.    JEditorPane$3(JEditorPane.JEditorPaneAccessibleHypertextSupport var1) {
  11.       this.this$1 = var1;
  12.    }
  13.  
  14.    public void changedUpdate(DocumentEvent var1) {
  15.       this.this$1.linksValid = false;
  16.    }
  17.  
  18.    public void insertUpdate(DocumentEvent var1) {
  19.       this.this$1.linksValid = false;
  20.    }
  21.  
  22.    public void removeUpdate(DocumentEvent var1) {
  23.       this.this$1.linksValid = false;
  24.    }
  25. }
  26.