temporary re-factoring project
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / histogram / HistogramView.java
CommitLineData
6e512b93
ASL
1/*******************************************************************************
2 * Copyright (c) 2009 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 * Contributors:
8035003b 10 * Francois Chouinard - Initial API and implementation
6e512b93 11 *******************************************************************************/
8035003b 12
6e512b93
ASL
13package org.eclipse.linuxtools.lttng.ui.views.histogram;
14
6e512b93 15import org.eclipse.swt.widgets.Composite;
8035003b 16import org.eclipse.ui.part.ViewPart;
6e512b93
ASL
17
18/**
19 * <b><u>HistogramView</u></b>
20 * <p>
8035003b 21 * TODO: Implement me. Please.
6e512b93 22 */
8035003b
ASL
23public class HistogramView extends ViewPart {
24
6e512b93 25 public static final String ID = "org.eclipse.linuxtools.lttng.ui.views.histogram";
8035003b 26
6e512b93 27 /**
8035003b 28 *
6e512b93
ASL
29 */
30 public HistogramView() {
8035003b 31 // TODO Auto-generated constructor stub
6e512b93 32 }
8035003b
ASL
33
34 /* (non-Javadoc)
35 * @see org.eclipse.ui.part.WorkbenchPart#createPartControl(org.eclipse.swt.widgets.Composite)
6e512b93
ASL
36 */
37 @Override
8035003b
ASL
38 public void createPartControl(Composite parent) {
39 // TODO Auto-generated method stub
40
6e512b93 41 }
8035003b
ASL
42
43 /* (non-Javadoc)
44 * @see org.eclipse.ui.part.WorkbenchPart#setFocus()
6e512b93 45 */
6e512b93
ASL
46 @Override
47 public void setFocus() {
8035003b 48 // TODO Auto-generated method stub
9aae0442 49
6e512b93 50 }
8035003b 51
6e512b93 52}
This page took 0.034925 seconds and 5 git commands to generate.