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

org.protege.editor.owl.ui.frame.OWLFrameAction 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.frame;

/*
 * Copyright (C) 2007, University of Manchester
 *
 *
 */


/**
 * Author: Matthew Horridge
* The University Of Manchester
* Bio-Health Informatics Group
* Date: 01-Feb-2007

*/ public interface OWLFrameAction { /** * Gets the name of the action. This is typically * used as a label for the action in a user interface. */ String getName(); /** * Gets the path of the action. * This is of the form X/G-S, where * X is the parent, G is the group within * the parent, S is the slot within the group. */ String getPath(); void actionPerformed(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy