- Introduced TmfExperiment (single trace for now)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / resources / ResourcesView.java
CommitLineData
6e512b93 1/*******************************************************************************
8035003b 2 * Copyright (c) 2009 Ericsson
6e512b93 3 *
8b29a712
FC
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
6e512b93
ASL
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
8b29a712
FC
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
6e512b93 11 *******************************************************************************/
6e512b93 12
8b29a712 13package org.eclipse.linuxtools.lttng.ui.views.resources;
8035003b 14
6e512b93 15import org.eclipse.swt.widgets.Composite;
8b29a712 16import org.eclipse.ui.part.ViewPart;
6e512b93
ASL
17
18/**
8b29a712
FC
19 * <b><u>ResourcesView</u></b>
20 * <p>
21 * TODO: Implement me. Please.
6e512b93 22 */
8b29a712 23public class ResourcesView extends ViewPart {
6e512b93 24
62d1696a 25 public static final String ID = "org.eclipse.linuxtools.lttng.ui.views.resources";
6e512b93
ASL
26
27 /**
8b29a712 28 *
6e512b93
ASL
29 */
30 public ResourcesView() {
8b29a712 31 // TODO Auto-generated constructor stub
6e512b93
ASL
32 }
33
8b29a712
FC
34 /* (non-Javadoc)
35 * @see org.eclipse.ui.part.WorkbenchPart#createPartControl(org.eclipse.swt.widgets.Composite)
6e512b93
ASL
36 */
37 @Override
38 public void createPartControl(Composite parent) {
8b29a712 39 // TODO Auto-generated method stub
6e512b93 40
6e512b93
ASL
41 }
42
8b29a712
FC
43 /* (non-Javadoc)
44 * @see org.eclipse.ui.part.WorkbenchPart#setFocus()
6e512b93
ASL
45 */
46 @Override
47 public void setFocus() {
8b29a712 48 // TODO Auto-generated method stub
0b0fc881 49
6e512b93
ASL
50 }
51
8b29a712 52}
This page took 0.027346 seconds and 5 git commands to generate.