tmf.ui/timing: Update XY viewers even if there is no data
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / analysis / timing / ui / views / segmentstore / AnalysisTimingImageConstants.java
CommitLineData
b23cbbfc
MAL
1/******************************************************************************
2 * Copyright (c) 2015 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *******************************************************************************/
9
10package org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore;
11
12/**
13 * Names for images used in this plugin
14 *
15 * @noextend This interface is not intended to be extended by clients.
16 */
17@SuppressWarnings({"nls", "javadoc"})
18public interface AnalysisTimingImageConstants {
19
20 String ICONS_PATH = "icons/"; //$NON-NLS-1$
21
22 String IMG_UI_ZOOM_OUT_MENU = ICONS_PATH + "elcl16/zoomout_nav.gif";
23}
This page took 0.035337 seconds and 5 git commands to generate.