
org.coode.owlviz.ui.options.OptionsPage 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.ui.options;
import javax.swing.*;
/**
* User: matthewhorridge
* The Univeristy Of Manchester
* Medical Informatics Group
* Date: Mar 1, 2004
*
* [email protected]
* www.cs.man.ac.uk/~horridgm
*/
public abstract class OptionsPage extends JPanel {
public abstract void updateInterface();
public abstract void validateOptions();
public abstract void applyOptions();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy