org.dllearner.tools.protege
Class ProtegePlugin

java.lang.Object
  extended by org.protege.editor.owl.ui.editor.AbstractOWLDescriptionEditor
      extended by org.dllearner.tools.protege.ProtegePlugin
All Implemented Interfaces:
org.protege.editor.core.Disposable, org.protege.editor.core.plugin.ProtegePluginInstance, org.protege.editor.core.ui.util.VerifiedInputEditor, org.protege.editor.owl.ui.editor.OWLDescriptionEditor

public class ProtegePlugin
extends org.protege.editor.owl.ui.editor.AbstractOWLDescriptionEditor

This is the class that must be implemented to get the plugin integrated in protege.

Author:
Christian Koetteritzsch

Constructor Summary
ProtegePlugin()
           
 
Method Summary
 void addStatusChangedListener(org.protege.editor.core.ui.util.InputVerificationStatusChangedListener arg0)
           
 void dispose()
           
 JComponent getComponent()
           
 Set<org.semanticweb.owl.model.OWLDescription> getDescriptions()
           
 void initialise()
           
 boolean isValidInput()
           
 void removeStatusChangedListener(org.protege.editor.core.ui.util.InputVerificationStatusChangedListener arg0)
           
 boolean setDescription(org.semanticweb.owl.model.OWLDescription arg0)
           
 
Methods inherited from class org.protege.editor.owl.ui.editor.AbstractOWLDescriptionEditor
getEditorName, setup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtegePlugin

public ProtegePlugin()
Method Detail

getComponent

public JComponent getComponent()

getDescriptions

public Set<org.semanticweb.owl.model.OWLDescription> getDescriptions()

isValidInput

public boolean isValidInput()

setDescription

public boolean setDescription(org.semanticweb.owl.model.OWLDescription arg0)

initialise

public void initialise()
                throws Exception
Throws:
Exception

dispose

public void dispose()
             throws Exception
Throws:
Exception

addStatusChangedListener

public void addStatusChangedListener(org.protege.editor.core.ui.util.InputVerificationStatusChangedListener arg0)

removeStatusChangedListener

public void removeStatusChangedListener(org.protege.editor.core.ui.util.InputVerificationStatusChangedListener arg0)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann