~ubuntu-branches/ubuntu/utopic/eclipse-linuxtools/utopic

« back to all changes in this revision

Viewing changes to lttng/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/ITmfImageConstants.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-05-12 18:11:40 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140512181140-w237r3vsah1tmybz
Tags: 2.2.1-1
* New upstream release.
* Refreshed d/patches.
* Removed eclipse-cdt-valgrind-remote package, all its functionality
  is now provided by eclipse-cdt-profiling-framework-remote.
* Added remove-license-feature.patch.
* Bump Standards-Version to 3.9.5.
* Enable eclipse-changelog package.
* Enable eclipse-rpm-editor package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*******************************************************************************
2
 
 * Copyright (c)  2011 Ericsson and others.
 
2
 * Copyright (c) 2011, 2013 Ericsson and others.
3
3
 * All rights reserved. This program and the accompanying materials
4
4
 * are made available under the terms of the Eclipse Public License v1.0
5
5
 * which accompanies this distribution, and is available at
6
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 
 * $Id: CommonUIImages.java,v 1.6 2010/05/05 12:32:31 paules Exp $
8
7
 *
9
8
 * Contributors:
10
9
 *     Bernd Hufmann - initial API and implementation
 
10
 *     Patrick Tasse - added icons
11
11
 *******************************************************************************/
12
12
package org.eclipse.linuxtools.internal.tmf.ui;
13
13
 
14
 
@SuppressWarnings("nls")
 
14
/**
 
15
 * Names for generic icons and buttons used in TMF
 
16
 */
 
17
@SuppressWarnings({"nls", "javadoc"})
15
18
public interface ITmfImageConstants {
16
19
 
17
20
    public static final String ICONS_PATH = "icons/"; //$NON-NLS-1$
39
42
    public static final String IMG_UI_NEXT_ITEM = IMG_UI_NEXT_PAGE;
40
43
    public static final String IMG_UI_PREV_ITEM = IMG_UI_PREV_PAGE;
41
44
    public static final String IMG_UI_PIN_VIEW = ICONS_PATH + "elcl16/pin_view.gif";
 
45
    public static final String IMG_UI_HIDE_ARROWS = ICONS_PATH + "elcl16/hide_arrows.gif";
 
46
    public static final String IMG_UI_FOLLOW_ARROW_FORWARD = ICONS_PATH + "elcl16/follow_arrow_fwd.gif";
 
47
    public static final String IMG_UI_FOLLOW_ARROW_BACKWARD = ICONS_PATH + "elcl16/follow_arrow_bwd.gif";
 
48
    public static final String IMG_UI_SHOW_LOST_EVENTS = ICONS_PATH + "elcl16/hide_lost_events.gif";
42
49
 
43
50
    /* eview16 */
44
51
    public static final String IMG_UI_SEQ_DIAGRAM_OBJ = ICONS_PATH + "eview16/sequencediagram_view.gif";
49
56
    public static final String IMG_UI_ZOOM_OUT = ICONS_PATH + "obj16/zoomout_obj.bmp";
50
57
    public static final String IMG_UI_ARROW_COLLAPSE_OBJ = ICONS_PATH + "obj16/arrow_colapse.bmp";
51
58
    public static final String IMG_UI_ARROW_UP_OBJ = ICONS_PATH + "obj16/arrow_up.bmp";
 
59
 
 
60
    /* wizban */
 
61
    public static final String IMG_UI_CONFLICT = ICONS_PATH + "wizban/conflict_stat.gif";
52
62
}
 
 
b'\\ No newline at end of file'