tmf: Eliminate lesser constructors in TmfTrace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / ITmfImageConstants.java
index a197763d34132fb52f3791783f3feb9006a99a25..c76c679acc5a6432aa9cddad385a088e8dba809d 100755 (executable)
@@ -1,19 +1,21 @@
 /*******************************************************************************
- * Copyright (c)  2011 Ericsson and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2011, 2013 Ericsson and others.
+ * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * $Id: CommonUIImages.java,v 1.6 2010/05/05 12:32:31 paules Exp $
- * 
+ *
  * Contributors:
  *     Bernd Hufmann - initial API and implementation
  *******************************************************************************/
 package org.eclipse.linuxtools.internal.tmf.ui;
 
-@SuppressWarnings("nls")
+/**
+ * Names for generic icons and buttons used in TMF
+ */
+@SuppressWarnings({"nls", "javadoc"})
 public interface ITmfImageConstants {
-    
+
     public static final String ICONS_PATH = "icons/"; //$NON-NLS-1$
 
     /* elcl16 */
@@ -31,7 +33,15 @@ public interface ITmfImageConstants {
     public static final String IMG_UI_SEARCH_MATCH = ICONS_PATH + "elcl16/search_match.gif";
     public static final String IMG_UI_FIRST_PAGE = ICONS_PATH + "elcl16/backward_nav.gif";
     public static final String IMG_UI_LAST_PAGE = ICONS_PATH + "elcl16/forward_nav.gif";
-    
+    public static final String IMG_UI_SHOW_LEGEND = ICONS_PATH + "elcl16/show_legend.gif";
+    public static final String IMG_UI_NEXT_EVENT = ICONS_PATH + "elcl16/next_event.gif";
+    public static final String IMG_UI_PREV_EVENT = ICONS_PATH + "elcl16/prev_event.gif";
+//    public static final String IMG_UI_NEXT_ITEM = ICONS_PATH + "elcl16/next_item.gif";
+//    public static final String IMG_UI_PREV_ITEM = ICONS_PATH + "elcl16/prev_item.gif";
+    public static final String IMG_UI_NEXT_ITEM = IMG_UI_NEXT_PAGE;
+    public static final String IMG_UI_PREV_ITEM = IMG_UI_PREV_PAGE;
+    public static final String IMG_UI_PIN_VIEW = ICONS_PATH + "elcl16/pin_view.gif";
+
     /* eview16 */
     public static final String IMG_UI_SEQ_DIAGRAM_OBJ = ICONS_PATH + "eview16/sequencediagram_view.gif";
 
This page took 0.025064 seconds and 5 git commands to generate.