Author: sfederow
Date: 2010-10-25 19:24:38 -0700 (Mon, 25 Oct 2010)
New Revision: 22425
Removed:
csplugins/trunk/soc/sfederow/CyAnimator/src/CyAnimator.java
Log:
Deleted: csplugins/trunk/soc/sfederow/CyAnimator/src/CyAnimator.java
===================================================================
--- csplugins/trunk/soc/sfederow/CyAnimator/src/CyAnimator.java 2010-10-26
02:23:44 UTC (rev 22424)
+++ csplugins/trunk/soc/sfederow/CyAnimator/src/CyAnimator.java 2010-10-26
02:24:38 UTC (rev 22425)
@@ -1,75 +0,0 @@
-package CyAnimator;
-
-import java.util.*;
-import java.awt.event.ActionEvent;
-
-
-import cytoscape.plugin.CytoscapePlugin;
-import cytoscape.util.CytoscapeAction;
-import cytoscape.Cytoscape;
-
-
-
-
-public class CyAnimator extends CytoscapePlugin {
-
-
- /**
- * @param args
- */
- public CyAnimator() {
- CyAnimatorAction action = new CyAnimatorAction();
- action.setPreferredMenu("Plugins");
- Cytoscape.getDesktop().getCyMenus().addAction(action);
-
-
- }
-
- class CyAnimatorAction extends CytoscapeAction {
-
-
- public CyAnimatorAction() {super("CyAnimator"); }
-
- public void actionPerformed(ActionEvent e) {
- //create the dialog
- CyAnimatorDialog animationDialog = new
CyAnimatorDialog();
- // Pop it up
- animationDialog.actionPerformed(e);
-
- }
-
- }
- /**
- * @param args
- */
- /*public CyAnimator() {
-
- JMenuItem item = new JMenuItem("CyAnimator");
-
- item.addActionListener(new CyAnimatorCommandListener());
-
- JMenu pluginMenu =
Cytoscape.getDesktop().getCyMenus().getMenuBar().getMenu("Plugins");
-
- pluginMenu.add(item);
-
- }
- */
- /*
- class CyAnimatorCommandListener implements ActionListener {
- //BooleanAlgorithm alg = null;
-
- public CyAnimatorCommandListener() {
- //this.alg = algorithm;
- }
-
- public void actionPerformed(ActionEvent e) {
- //if (alg != null) {
- // Create the dialog
- CyAnimatorDialog animationDialog = new
CyAnimatorDialog();
- // Pop it up
- animationDialog.actionPerformed(e);
- //}
- }
- }
- */
-}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.