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

  1. package com.sun.java.swing;
  2.  
  3. import com.sun.java.swing.event.AncestorEvent;
  4. import com.sun.java.swing.event.AncestorListener;
  5.  
  6. final class JComboBox$1 implements AncestorListener {
  7.    // $FF: synthetic field
  8.    private final JComboBox this$0;
  9.  
  10.    public void ancestorAdded(AncestorEvent var1) {
  11.       this.this$0.hidePopup();
  12.    }
  13.  
  14.    public void ancestorRemoved(AncestorEvent var1) {
  15.       this.this$0.hidePopup();
  16.    }
  17.  
  18.    public void ancestorMoved(AncestorEvent var1) {
  19.       this.this$0.hidePopup();
  20.    }
  21.  
  22.    // $FF: synthetic method
  23.    JComboBox$1(JComboBox var1) {
  24.       this.this$0 = var1;
  25.    }
  26. }
  27.