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