Author: kono
Date: 2012-03-23 12:19:54 -0700 (Fri, 23 Mar 2012)
New Revision: 28631

Added:
   
core3/api/trunk/work-api/src/main/java/org/cytoscape/work/ServiceProperties.java
Log:
Hard-coded property keys had been moved to this interface.

Added: 
core3/api/trunk/work-api/src/main/java/org/cytoscape/work/ServiceProperties.java
===================================================================
--- 
core3/api/trunk/work-api/src/main/java/org/cytoscape/work/ServiceProperties.java
                            (rev 0)
+++ 
core3/api/trunk/work-api/src/main/java/org/cytoscape/work/ServiceProperties.java
    2012-03-23 19:19:54 UTC (rev 28631)
@@ -0,0 +1,16 @@
+package org.cytoscape.work;
+
+/**
+ * Reserved key words for service properties.
+ * These properties will be used for {@linkplain TaskFactory} services.
+ */
+public interface ServiceProperties {
+       // TODO Move all property documentations here.
+       
+       // Reserved Key Words
+       public static final String ENABLE_FOR = "enableFor";
+       public static final String TITLE = "title";
+       public static final String PREFERRED_MENU = "preferredMenu";
+       public static final String COMMAND = "command";
+       public static final String COMMAND_NAMESPACE = "commandNamespace";
+}

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