Author: abeld
Date: 2009-03-07 12:04:46 -0800 (Sat, 07 Mar 2009)
New Revision: 16177

Removed:
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/MappingCalculator.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualMappingManager.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyle.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyleCatalog.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyEvent.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyListener.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedEvent.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedListener.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedEvent.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedListener.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedEvent.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedListener.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedEvent.java
   
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedListener.java
Modified:
   cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/osgi.bnd
   cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/pom.xml
Log:
refactored-viewmodel: cutting up vizmap into -api and -impl: remove api part 
from vizmap-impl

Modified: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/osgi.bnd
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/osgi.bnd    
    2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/osgi.bnd    
    2009-03-07 20:04:46 UTC (rev 16177)
@@ -4,5 +4,4 @@
 
 Spring-Context: META-INF/spring/*.xml
 Private-Package: 
${bundle.symbolicName}.internal,${bundle.symbolicName}.events.internal
-Export-Package: ${bundle.symbolicName},${bundle.symbolicName}.events,
 

Modified: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/pom.xml
===================================================================
--- cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/pom.xml 
2009-03-07 20:02:16 UTC (rev 16176)
+++ cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/pom.xml 
2009-03-07 20:04:46 UTC (rev 16177)
@@ -14,7 +14,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.cytoscape</groupId>
-  <artifactId>vizmap</artifactId>
+  <artifactId>vizmap-impl</artifactId>
   <version>1.0-SNAPSHOT</version>
 
   <name>${bundle.symbolicName}</name>
@@ -113,6 +113,11 @@
       <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>vizmap-api</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>osgi_R4_core</artifactId>
       <version>1.0</version>

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/MappingCalculator.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/MappingCalculator.java
       2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/MappingCalculator.java
       2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,91 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap;
-
-import org.cytoscape.model.GraphObject;
-
-import org.cytoscape.view.model.View;
-import org.cytoscape.view.model.VisualProperty;
-
-
-/**
- * This class defines how an attribute gets mapped to a visual property.
- * It takes two values: an attribute and a visual property and provides
- * the mapping function from converting the attribute to the visual
- * property.
- *
- * Or should the mapping calculator map from Attr to Class<?>?
- * @param <T> DOCUMENT ME!
- */
-public interface MappingCalculator {
-       /**
-        * The attribute to be mapped.
-        *
-        * @param name  DOCUMENT ME!
-        */
-       void setMappingAttributeName(String name);
-
-       /**
-        *  DOCUMENT ME!
-        *
-        * @return  DOCUMENT ME!
-        */
-       String getMappingAttributeName();
-
-       /**
-        * The visual property the attribute gets mapped to.
-        *
-        * @param vp  DOCUMENT ME!
-        */
-       void setVisualProperty(VisualProperty<?> vp);
-
-       /**
-        *  DOCUMENT ME!
-        *
-        * @return  DOCUMENT ME!
-        */
-       VisualProperty<?> getVisualProperty();
-
-       /**
-        *  Since current MappingCalculators map from Attributes to
-        *  VisualProperties, have to restrict View<?> to those
-        *  generic types that have CyAttributes; currently this is
-        *  GraphObject.
-        *
-        * @param <V> DOCUMENT ME!
-        * @param v DOCUMENT ME!
-        */
-       <V extends GraphObject> void apply(View<V> v, Object defaultValue);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualMappingManager.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualMappingManager.java
    2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualMappingManager.java
    2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,14 +0,0 @@
-package org.cytoscape.vizmap;
-
-import org.cytoscape.view.model.CyNetworkView;
-
-/**
- * From pre-3.0 functionality, only 'network->VisualStyle' map remains in here.
- * @author abeld
- *
- */
-public interface VisualMappingManager {
-       
-       public void setVisualStyle(VisualStyle vs, CyNetworkView nv);
-       public VisualStyle getVisualStyle(CyNetworkView nv);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyle.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyle.java
     2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyle.java
     2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,97 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap;
-
-import org.cytoscape.view.model.CyNetworkView;
-import org.cytoscape.view.model.VisualProperty;
-
-
-/**
- * This is simply a collection of MappingCalculators that define
- * how a set of attributes modify the visual properties of a
- * View object.
- */
-public interface VisualStyle {
-       /**
-        *  DOCUMENT ME!
-        *
-        * @param c DOCUMENT ME!
-        */
-       void setMappingCalculator(MappingCalculator c);
-
-       /**
-        *  DOCUMENT ME!
-        *
-        * @param t DOCUMENT ME!
-        *
-        * @return  DOCUMENT ME!
-        */
-       MappingCalculator getMappingCalculator(VisualProperty<?> t);
-
-       /**
-        *  Removes the mapping for the given VisualProperty
-        *
-        * @param t DOCUMENT ME!
-        *
-        * @return  the removed MappingCalculator (null if one was not defined 
for the VisualProperty)
-        */
-       MappingCalculator removeMappingCalculator(VisualProperty<?> t);
-       /**
-        *  DOCUMENT ME!
-        *
-        * @param <T> DOCUMENT ME!
-        * @param prop DOCUMENT ME!
-        *
-        * @return  DOCUMENT ME!
-        */
-       <T> T getDefault(VisualProperty<T> prop);
-
-       /**
-        *  DOCUMENT ME!
-        *
-        * @param <T> DOCUMENT ME!
-        * @param vp DOCUMENT ME!
-        * @param value DOCUMENT ME!
-        */
-       <T> void setDefault(VisualProperty<T> vp, T value);
-
-       // ??
-       /**
-        *  DOCUMENT ME!
-        *
-        * @param v DOCUMENT ME!
-        */
-       void apply(CyNetworkView v);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyleCatalog.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyleCatalog.java
      2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/VisualStyleCatalog.java
      2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,66 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap;
-
-import java.util.List;
-
-
-/**
- * We need a list of currently-used VisualStyles somewhere (?)
- * This is it.
- * It is also a VisualStyle factory
- */
-public interface VisualStyleCatalog {
-       /**
-        *  DOCUMENT ME!
-        *
-        * @return  DOCUMENT ME!
-        */
-       VisualStyle createVisualStyle();
-
-       /**
-        *  DOCUMENT ME!
-        *
-        * @return  DOCUMENT ME!
-        */
-       List<VisualStyle> listOfVisualStyles();
-
-       /**
-        *  DOCUMENT ME!
-        *
-        * @param vs DOCUMENT ME!
-        */
-       void removeVisualStyle(VisualStyle vs);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyEvent.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyEvent.java
   2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyEvent.java
   2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,46 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyEvent;
-
-import org.cytoscape.vizmap.VisualStyle;
-
-
-/**
- * DOCUMENT ME!
-  */
-public interface VisualStyleAboutToDestroyEvent extends CyEvent<VisualStyle> {
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyListener.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyListener.java
        2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleAboutToDestroyListener.java
        2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,49 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyListener;
-
-
-/**
- * Listener for VisualStyleAboutToDestroyEvent.
- */
-public interface VisualStyleAboutToDestroyListener extends CyListener {
-       /**
-        * DOCUMENT ME!
-        * @param e DOCUMENT ME!
-        */
-       void handleEvent(VisualStyleAboutToDestroyEvent e);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedEvent.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedEvent.java
  2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedEvent.java
  2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,46 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyEvent;
-
-import org.cytoscape.vizmap.VisualStyle;
-
-
-/**
- * DOCUMENT ME!
-  */
-public interface VisualStyleChangedEvent extends CyEvent<VisualStyle> {
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedListener.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedListener.java
       2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleChangedListener.java
       2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,49 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyListener;
-
-
-/**
- * Listener for VisualStyleChangedEvent.
- */
-public interface VisualStyleChangedListener extends CyListener {
-       /**
-        * DOCUMENT ME!
-        * @param e DOCUMENT ME!
-        */
-       void handleEvent(VisualStyleChangedEvent e);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedEvent.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedEvent.java
  2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedEvent.java
  2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,46 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyEvent;
-
-import org.cytoscape.vizmap.VisualStyle;
-
-
-/**
- * DOCUMENT ME!
-  */
-public interface VisualStyleCreatedEvent extends CyEvent<VisualStyle> {
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedListener.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedListener.java
       2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleCreatedListener.java
       2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,49 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyListener;
-
-
-/**
- * Listener for VisualStyleCreatedEvent.
- */
-public interface VisualStyleCreatedListener extends CyListener {
-       /**
-        * DOCUMENT ME!
-        * @param e DOCUMENT ME!
-        */
-       void handleEvent(VisualStyleCreatedEvent e);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedEvent.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedEvent.java
        2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedEvent.java
        2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,46 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyEvent;
-
-import org.cytoscape.vizmap.VisualStyle;
-
-
-/**
- * DOCUMENT ME!
-  */
-public interface VisualStyleDestroyedEvent extends CyEvent<VisualStyle> {
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedListener.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedListener.java
     2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleDestroyedListener.java
     2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,49 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyListener;
-
-
-/**
- * Listener for VisualStyleDestroyedEvent.
- */
-public interface VisualStyleDestroyedListener extends CyListener {
-       /**
-        * DOCUMENT ME!
-        * @param e DOCUMENT ME!
-        */
-       void handleEvent(VisualStyleDestroyedEvent e);
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedEvent.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedEvent.java
 2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedEvent.java
 2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,53 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyEvent;
-
-import org.cytoscape.view.model.CyNetworkView;
-
-import org.cytoscape.vizmap.VisualStyle;
-
-
-/**
- * DOCUMENT ME!
-  */
-public interface VisualStyleSwitchedEvent extends CyEvent<CyNetworkView> {
-       /**
-        * DOCUMENT ME!
-        * @return the new VisualStyle
-        */
-       VisualStyle getNewVisualStyle();
-}

Deleted: 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedListener.java
===================================================================
--- 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedListener.java
      2009-03-07 20:02:16 UTC (rev 16176)
+++ 
cytoscape3/branches/abeld-gsoc/dev/refactored-viewmodel/vizmap-impl/src/main/java/org/cytoscape/vizmap/events/VisualStyleSwitchedListener.java
      2009-03-07 20:04:46 UTC (rev 16177)
@@ -1,49 +0,0 @@
-/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
-
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- any later version.
-
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF
- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  The software and
- documentation provided hereunder is on an "as is" basis, and the
- Institute for Systems Biology and the Whitehead Institute
- have no obligations to provide maintenance, support,
- updates, enhancements or modifications.  In no event shall the
- Institute for Systems Biology and the Whitehead Institute
- be liable to any party for direct, indirect, special,
- incidental or consequential damages, including lost profits, arising
- out of the use of this software and its documentation, even if the
- Institute for Systems Biology and the Whitehead Institute
- have been advised of the possibility of such damage.  See
- the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-*/
-package org.cytoscape.vizmap.events;
-
-import org.cytoscape.event.CyListener;
-
-
-/**
- * Listener for VisualStyleSwitchedEvent.
- */
-public interface VisualStyleSwitchedListener extends CyListener {
-       /**
-        * DOCUMENT ME!
-        * @param e DOCUMENT ME!
-        */
-       void handleEvent(VisualStyleSwitchedEvent 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to