Fix for bug 373718: Updates for editor input and bookmarks file
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / editors / ITmfTraceEditor.java
CommitLineData
abfad0aa
FC
1/*******************************************************************************\r
2 * Copyright (c) 2010 Ericsson\r
3 * \r
4 * All rights reserved. This program and the accompanying materials are\r
5 * made available under the terms of the Eclipse Public License v1.0 which\r
6 * accompanies this distribution, and is available at\r
7 * http://www.eclipse.org/legal/epl-v10.html\r
8 * \r
9 * Contributors:\r
10 * Patrick Tasse - Initial API and implementation\r
11 *******************************************************************************/\r
12\r
13package org.eclipse.linuxtools.tmf.ui.editors;\r
14\r
a1091415 15import org.eclipse.core.resources.IFile;\r
6c13869b 16import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
abfad0aa
FC
17\r
18public interface ITmfTraceEditor {\r
19\r
12c155f5 20 public ITmfTrace<?> getTrace();\r
a1091415 21 public IFile getBookmarksFile();\r
abfad0aa 22}\r
This page took 0.026992 seconds and 5 git commands to generate.