Revision: 325
http://svn.sourceforge.net/cishell/?rev=325&view=rev
Author: huangb
Date: 2006-10-26 14:28:35 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
define text and grace data type
Modified Paths:
--------------
trunk/core/org.cishell.framework/src/org/cishell/framework/data/DataProperty.java
Modified: trunk/core/org.cishell.framework/src/org/cishell/framework/data/DataProperty.java
===================================================================
--- trunk/core/org.cishell.framework/src/org/cishell/framework/data/DataProperty.java 2006-10-26 21:27:53 UTC (rev 324)
+++ trunk/core/org.cishell.framework/src/org/cishell/framework/data/DataProperty.java 2006-10-26 21:28:35 UTC (rev 325)
@@ -64,5 +64,11 @@
public static String TREE_TYPE = "Tree";
/** Says this data model is abstractly an unknown type */
- public static String OTHER_TYPE = "Unknown";
+ public static String OTHER_TYPE = "Unknown";
+
+ /** a plain text file */
+ public static String TEXT_TYPE = "Text";
+
+ /** a file can be fed to xmgrace */
+ public static String GRACE_TYPE = "Grace";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|