tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / provider / ISDPropertiesProvider.java
CommitLineData
73005152 1/**********************************************************************
c8422608 2 * Copyright (c) 2005, 2012 IBM Corporation, Ericsson
73005152
BH
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
c8422608
AM
7 *
8 * Contributors:
9 * IBM - Initial API and implementation
10 * Bernd Hufmann - Updated for TMF
73005152 11 **********************************************************************/
c8422608 12
73005152
BH
13package org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider;
14
ebf38fcc
BH
15import org.eclipse.ui.views.properties.IPropertySheetPage;
16
73005152 17/**
df0b8ff4 18 * Interface for providing sequence diagram property.
c8422608 19 *
df0b8ff4 20 * Contract for loaders that want to provide information in the properties view.
c8422608
AM
21 *
22 * @version 1.0
df0b8ff4 23 * @author sveyrier
c8422608 24
73005152
BH
25 */
26public interface ISDPropertiesProvider {
27
28 /**
29 * Returns the IPropertySheetEntry that will fill in the properties view
c8422608 30 *
0d9a6d76 31 * @return the property sheet entry
73005152
BH
32 */
33 public IPropertySheetPage getPropertySheetEntry();
34
35}
This page took 0.034206 seconds and 5 git commands to generate.