ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / timestamp / ITmfTimePreferencesConstants.java
index 036c1bf6858f9cd4009704c28fc5b3b89d50cd62..7ce220c3a3406937fc66a9a6a58864ee2cc5b06e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013 Ericsson
+ * Copyright (c) 2013, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
 package org.eclipse.linuxtools.tmf.core.timestamp;
 
 /**
- * @since 3.0
+ * @since 2.1
+ * @noimplement This interface is not intended to be implemented by clients.
  */
 @SuppressWarnings({ "javadoc", "nls" })
 public interface ITmfTimePreferencesConstants {
     public static final String TIME_FORMAT_PREF = "org.eclipse.linuxtools.tmf.core.prefs.time.format";
-    public static final String DEFAULT_TIME_PATTERN = "HH:mm:ss.SSS_CCC_NNN";
+    public static final String DEFAULT_TIME_PATTERN = "HH:mm:ss.SSS SSS SSS";
     public static final String DATIME = TIME_FORMAT_PREF + ".datime";
     public static final String SUBSEC = TIME_FORMAT_PREF + ".subsec";
     public static final String TIME_ZONE = TIME_FORMAT_PREF + ".timezone";
@@ -37,8 +38,8 @@ public interface ITmfTimePreferencesConstants {
     public static final String TIME_ELAPSED_FMT = "TTT";
     public static final String TIME_NO_FMT = "";
     public static final String SUBSEC_MILLI_FMT = "SSS";
-    public static final String SUBSEC_MICRO_FMT = "SSS CCC";
-    public static final String SUBSEC_NANO_FMT = "SSS CCC NNN";
+    public static final String SUBSEC_MICRO_FMT = "SSS SSS";
+    public static final String SUBSEC_NANO_FMT = "SSS SSS SSS";
     public static final String SUBSEC_NO_FMT = "";
     public static final String DELIMITER_NONE = "";
     public static final String DELIMITER_SPACE = " ";
@@ -50,4 +51,8 @@ public interface ITmfTimePreferencesConstants {
     public static final String DELIMITER_SEMICOLON = ";";
     public static final String DELIMITER_SLASH = "/";
     public static final String DELIMITER_DQUOT = "\"";
+    /** @since 3.0 */
+    public static final String DELIMITER_QUOTE = "''";
+    /** @since 3.2*/
+    public static final String LOCALE = TIME_FORMAT_PREF + ".locale";
 }
This page took 0.026281 seconds and 5 git commands to generate.