tmf: Add 'last modified' and 'size' properties for traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / model / Messages.java
index 0b422fbb88a1f4f6ae580d097c709eeb8e74bd36..9d845daf015bf9d2b2b52c98ba02c74cb60141e7 100644 (file)
@@ -76,6 +76,30 @@ public class Messages extends NLS {
      * @since 3.0*/
     public static String TmfTraceElement_SourceLocation;
 
+    /** The descriptor for the time offset property
+     * @since 3.2*/
+    public static String TmfTraceElement_TimeOffset;
+
+    /** The descriptor for the last modified property
+     * @since 3.2 */
+    public static String TmfTraceElement_LastModified;
+
+    /** The descriptor for the size property
+     * @since 3.2 */
+    public static String TmfTraceElement_Size;
+
+    /** The format string for the size property of a file
+     * @since 3.2 */
+    public static String TmfTraceElement_FileSizeString;
+
+    /** The format string for the size property of a folder
+     * @since 3.2 */
+    public static String TmfTraceElement_FolderSizeString;
+
+    /** The format string for the size property of a folder with too many members
+     * @since 3.2 */
+    public static String TmfTraceElement_FolderSizeOverflowString;
+
     /** Trace text
      * @since 3.0*/
     public static String TmfTraceElement_TypeName;
This page took 0.025956 seconds and 5 git commands to generate.