home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 93WTML (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.1 KB  |  27 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import com.sun.java.swing.AbstractAction;
  4. import com.sun.java.swing.JTabbedPane;
  5. import java.awt.event.ActionEvent;
  6.  
  7. class BasicTabbedPaneUI$3 extends AbstractAction {
  8.    // $FF: synthetic field
  9.    BasicTabbedPaneUI this$0;
  10.    // $FF: synthetic field
  11.    JTabbedPane val$pane;
  12.  
  13.    public void actionPerformed(ActionEvent e) {
  14.       this.this$0.navigateSelectedTab(this.val$pane, this.val$pane.getTabPlacement(), 1);
  15.    }
  16.  
  17.    public boolean isEnabled() {
  18.       return true;
  19.    }
  20.  
  21.    // $FF: synthetic method
  22.    BasicTabbedPaneUI$3(BasicTabbedPaneUI this$0, JTabbedPane val$pane) {
  23.       this.this$0 = this$0;
  24.       this.val$pane = val$pane;
  25.    }
  26. }
  27.