Revision: 1630
http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1630&view=rev
Author: heeroyuy
Date: 2009-02-25 13:17:50 +0000 (Wed, 25 Feb 2009)
Log Message:
-----------
-removed error
Modified Paths:
--------------
trunk/src/dl-learner/org/dllearner/tools/protege/ButtonList.java
Modified: trunk/src/dl-learner/org/dllearner/tools/protege/ButtonList.java
===================================================================
--- trunk/src/dl-learner/org/dllearner/tools/protege/ButtonList.java 2009-02-25 13:03:17 UTC (rev 1629)
+++ trunk/src/dl-learner/org/dllearner/tools/protege/ButtonList.java 2009-02-25 13:17:50 UTC (rev 1630)
@@ -27,6 +27,7 @@
import org.protege.editor.owl.ui.frame.OWLDisjointClassesAxiomFrameSection;
import org.protege.editor.owl.ui.frame.OWLEquivalentClassesAxiomFrameSection;
import org.protege.editor.owl.ui.frame.OWLFrameSectionRowObjectEditor;
+import org.protege.editor.owl.ui.frame.OWLSubClassAxiomFrameSection;
import org.semanticweb.owl.model.OWLClass;
import org.semanticweb.owl.model.OWLDescription;
@@ -58,6 +59,7 @@
//equi.getEditor().getEditorComponent().validate();
sub = new OWLSubClassAxiomFrameSection(editorKit, this);
OWLFrameSectionRowObjectEditor<OWLDescription> editor = sub.getObjectEditor();
+ System.out.println("test");
OWLClassDescriptionEditor edi = (OWLClassDescriptionEditor)editor;
edi.addPanel(view);
// own OWLEquivalentClassesAxiomFrameSection to add the dllearner plugin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|