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

  1. package com.sun.java.swing.preview;
  2.  
  3. import com.sun.java.swing.AbstractAction;
  4. import java.awt.event.ActionEvent;
  5.  
  6. class JDirectoryPane$GoUpAction extends AbstractAction {
  7.    // $FF: synthetic field
  8.    private final JDirectoryPane this$0;
  9.  
  10.    protected JDirectoryPane$GoUpAction(JDirectoryPane var1) {
  11.       super("Go Up");
  12.       this.this$0 = var1;
  13.       this.this$0 = var1;
  14.    }
  15.  
  16.    public void actionPerformed(ActionEvent var1) {
  17.       this.this$0.goUp();
  18.    }
  19. }
  20.