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 6fe065fdd35045fc958351c51146aebbcbf66e69..9d845daf015bf9d2b2b52c98ba02c74cb60141e7 100644 (file)
@@ -80,6 +80,26 @@ public class Messages extends NLS {
      * @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.024099 seconds and 5 git commands to generate.