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

org.protege.editor.owl.ui.view.OWLSelectionViewAction Maven / Gradle / Ivy

Go to download

OWL ontology editing infrastructure used by the Protege desktop application.

The newest version!
package org.protege.editor.owl.ui.view;

import org.protege.editor.core.HasUpdateState;
import org.protege.editor.core.ui.view.DisposableAction;

import javax.swing.*;


/**
 * Author: Matthew Horridge
* The University Of Manchester
* Medical Informatics Group
* Date: 25-May-2006

* [email protected]
* www.cs.man.ac.uk/~horridgm

*/ public abstract class OWLSelectionViewAction extends DisposableAction implements HasUpdateState { protected OWLSelectionViewAction(String name, Icon icon) { super(name, icon); } public abstract void updateState(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy