Difference between revisions of "Protege3DevDocs"
From Protege Wiki
Line 37: | Line 37: | ||
* [[PluginManifestsAndJars|Learn how to create a plug-in manifest and JAR (information about packaging a Protege plug-in as a JAR file)]] | * [[PluginManifestsAndJars|Learn how to create a plug-in manifest and JAR (information about packaging a Protege plug-in as a JAR file)]] | ||
* [[PluginDependencies|Instructions for declaring dependencies between Protege plug-ins]] | * [[PluginDependencies|Instructions for declaring dependencies between Protege plug-ins]] | ||
+ | * [[ProvidePluginDocs|How to make your plug-in's documentation available to users from within Protege]] | ||
=== Protege-OWL Specific === | === Protege-OWL Specific === | ||
=== Protege-Frames Specific === | === Protege-Frames Specific === |
Revision as of 14:37, February 23, 2008
Protege 3 Developer Documentation
Please note that we are slowly trying to move developer documentation off of the main Protege Web site and onto this Wiki. We feel that this will better serve the community as users will (hopefully) make contributions and corrections to our body of documentation.
Because the migration of documentation to the Wiki is ongoing, you should also check the main Protege Web site for Protege 3 developer documentation: http://protege.stanford.edu/doc/dev.html.
Contents
Programming Tips & Tricks
General (common to Protege-Frames & Protege-OWL)
- Protege Programming Development Kit (PDK)
- Working with the graph widget
- Adding and removing tabs programmatically
- Changing forms programtically
- Considerations when porting tab widget plug-ins to client-server mode
- Accessing the Lucene Query Plugin programatically
Protege-OWL Specific
- Protege-OWL API
- Protege-OWL API Programmer's Guide
- Protege-OWL Reasoner API
- Protege-OWL Reasoner Plugin
- Protege-OWL API JavaDoc
- Converting an OWL Model to a database project
- How to load a Protege-OWL ontology from a Protege database using the API
Protege-Frames Specific
Plug-in Development
General (common to Protege-Frames & Protege-OWL)
- Learn how to create a plug-in manifest and JAR (information about packaging a Protege plug-in as a JAR file)
- Instructions for declaring dependencies between Protege plug-ins
- How to make your plug-in's documentation available to users from within Protege