blob: 2e2096089e24299ea5b072406fe72ec662b0683d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 Exyte
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Yuri Strot - initial API and Implementation
******************************************************************************/
package org.eclipse.ui.glance.controls.decor;
import org.eclipse.swt.widgets.Composite;
public interface IPath {
public void select(Composite composite);
public void discardSelection();
}