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

org.coode.owlviz.ui.options.OptionsPage Maven / Gradle / Ivy

Go to download

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