![JAR search and dependency download from the Maven repository](/logo.png)
org.coode.owlviz.util.popup.PopupComponentEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of owlviz Show documentation
Show all versions of owlviz Show documentation
A plug-in for the Protege Desktop ontology editor that provides a graphical representation of the class
hierarchies in an OWL ontology.
The newest version!
package org.coode.owlviz.util.popup;
/**
* User: matthewhorridge
* The Univeristy Of Manchester
* Medical Informatics Group
* Date: Feb 16, 2004
*
* [email protected]
* www.cs.man.ac.uk/~horridgm
*/
public class PopupComponentEvent {
private PopupComponent source;
public PopupComponentEvent(PopupComponent source) {
this.source = source;
}
public PopupComponent getSource() {
return source;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy