All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bndtools.shared.OBRLink Maven / Gradle / Ivy

The newest version!
package bndtools.shared;

import org.eclipse.jface.viewers.StyledString;

public interface OBRLink {
	StyledString getLabel();

	String getLink();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy