home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import com.sun.java.swing.AbstractAction;
- import com.sun.java.swing.JTabbedPane;
- import java.awt.event.ActionEvent;
-
- class BasicTabbedPaneUI$3 extends AbstractAction {
- // $FF: synthetic field
- BasicTabbedPaneUI this$0;
- // $FF: synthetic field
- JTabbedPane val$pane;
-
- public void actionPerformed(ActionEvent e) {
- this.this$0.navigateSelectedTab(this.val$pane, this.val$pane.getTabPlacement(), 1);
- }
-
- public boolean isEnabled() {
- return true;
- }
-
- // $FF: synthetic method
- BasicTabbedPaneUI$3(BasicTabbedPaneUI this$0, JTabbedPane val$pane) {
- this.this$0 = this$0;
- this.val$pane = val$pane;
- }
- }
-