-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
33 lines (28 loc) · 1.03 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse version="3.0"?>
<plugin>
<extension id="daseView"
point="org.protege.editor.core.application.WorkspaceTab">
<label value="ROWLTab" />
<class value="edu.wright.dase.ui.ViewAsTab" />
<index value="X" />
<editorKitId value="OWLEditorKit" />
</extension>
<!-- <extension id="daseViewComponent"
point="org.protege.editor.core.application.ViewComponent">
<label value="Rule to OWL" />
<class value="edu.wsu.dase.RuleViewComponent" />
<category value="@org.protege.ontologycategory">
</category>
</extension>
class value must be org.protege.editor.owl.ui.OWLWorkspaceViewsTab
to store multiple view
<extension id="daseViewComplicated"
point="org.protege.editor.core.application.WorkspaceTab">
<label value="Rule to OWL as ViewComponent" />
<class value="org.protege.editor.owl.ui.OWLWorkspaceViewsTab" />
<index value="X" />
<editorKitId value="OWLEditorKit" />
<defaultViewConfigFileName value="custom.layout.xml" />
</extension> -->
</plugin>