1 /*******************************************************************************
2 * Copyright (c) 2012, 2013 Ericsson
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
10 * Mathieu Denis <mathieu.denis@polymtl.ca> - Initial API and implementation
11 *******************************************************************************/
13 package org
.eclipse
.linuxtools
.tmf
.ui
.viewers
;
15 import org
.eclipse
.linuxtools
.tmf
.core
.component
.ITmfComponent
;
16 import org
.eclipse
.swt
.widgets
.Control
;
19 * Interface to viewers.
21 * Viewers are to be put into views which need to know how to refresh the
24 * @author Mathieu Denis
28 public interface ITmfViewer
extends ITmfComponent
{
31 * Returns the primary control associated with this viewer.
33 * @return the SWT control which displays this viewer's contents
38 * Tells the viewer to refresh its contents.
This page took 0.032775 seconds and 5 git commands to generate.