home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- class BasicListUI$EndAction extends BasicListUI.IncrementLeadSelectionAction {
- // $FF: synthetic field
- private final BasicListUI this$0;
-
- protected BasicListUI$EndAction(BasicListUI var1, String var2, int var3) {
- super(var1, var2, var3);
- this.this$0 = var1;
- }
-
- protected int getNextIndex() {
- return this.this$0.list.getModel().getSize() - 1;
- }
- }
-