home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.app.BaseAction;
- import java.awt.event.ActionEvent;
-
- public class OverviewPane$CopyAction extends BaseAction {
- // $FF: synthetic field
- final OverviewPane this$0;
-
- public OverviewPane$CopyAction(OverviewPane var1) {
- super("edit.item.copy", 67);
- this.this$0 = var1;
- var1.tree.addTreeSelectionListener(new OverviewPane.10(this));
- }
-
- public void actionOccurred(ActionEvent var1) {
- this.this$0.copy();
- }
- }
-