home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / swing / ToolTipManager$stillInsideTimerAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  757 b   |  22 lines

  1. package javax.swing;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. public class ToolTipManager$stillInsideTimerAction implements ActionListener {
  7.    // $FF: synthetic field
  8.    final ToolTipManager this$0;
  9.  
  10.    protected ToolTipManager$stillInsideTimerAction(ToolTipManager var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public void actionPerformed(ActionEvent var1) {
  15.       this.this$0.hideTipWindow();
  16.       this.this$0.enterTimer.stop();
  17.       this.this$0.showImmediately = false;
  18.       this.this$0.insideComponent = null;
  19.       this.this$0.mouseEvent = null;
  20.    }
  21. }
  22.