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