home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import javax.swing.AbstractAction;
-
- abstract class BasicScrollPaneUI$ScrollPaneAction extends AbstractAction {
- // $FF: synthetic field
- private final BasicScrollPaneUI this$0;
-
- protected BasicScrollPaneUI$ScrollPaneAction(BasicScrollPaneUI var1, String var2) {
- super(var2);
- this.this$0 = var1;
- }
-
- public boolean isEnabled() {
- return this.this$0.scrollpane != null && this.this$0.scrollpane.isEnabled();
- }
- }
-