Author: ruschein
Date: 2011-06-21 10:48:46 -0700 (Tue, 21 Jun 2011)
New Revision: 25833

Modified:
   core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java
Log:
Added a new save policy.

Modified: 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java
===================================================================
--- 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java   
    2011-06-21 17:12:31 UTC (rev 25832)
+++ 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java   
    2011-06-21 17:48:46 UTC (rev 25833)
@@ -23,6 +23,11 @@
 
                /** This properties will be loaded from and saved to session 
files. */
                SESSION_FILE,
+
+               /** This properties will be loaded from and saved to session 
files and the default
+                *  config directory.  (Settings in a session file will 
overwrite those from the
+                *  default config directory.) */
+                SESSION_FILE_AND_CONFIG_DIR
        }
 
        /**

-- 
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