Difference between revisions of "Protege3DevDocs"

From Protege Wiki
Jump to: navigation, search
(General (common to Protege-Frames & Protege-OWL))
m (General (common to Protege-Frames & Protege-OWL))
Line 12: Line 12:
  
 
* [http://protege.stanford.edu/doc/dev.html Protege Programming Development Kit (PDK)]  
 
* [http://protege.stanford.edu/doc/dev.html Protege Programming Development Kit (PDK)]  
* Working with forms
+
* '''Working with forms'''
 
** [[AddingRemovingTabs|Adding and removing tabs programmatically]]
 
** [[AddingRemovingTabs|Adding and removing tabs programmatically]]
 
** [[UseTabInApplication|Using a Protege tab plug-in in your own application]]
 
** [[UseTabInApplication|Using a Protege tab plug-in in your own application]]
Line 19: Line 19:
 
** [[ReadOnlyForms|Making slot-widgets read-only programmatically]]
 
** [[ReadOnlyForms|Making slot-widgets read-only programmatically]]
 
** [[Working with the graph widget]]
 
** [[Working with the graph widget]]
* Client-Server
+
* '''Client-Server (Multi-user mode)'''
 
** [[Considerations on porting Tab Plugins to Client-Server mode|Considerations when porting tab widget plug-ins to client-server mode]]
 
** [[Considerations on porting Tab Plugins to Client-Server mode|Considerations when porting tab widget plug-ins to client-server mode]]
 
** [[Creating users|Adding and removing users programmatically in client-server mode]]
 
** [[Creating users|Adding and removing users programmatically in client-server mode]]

Revision as of 18:48, July 8, 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.


Programming Tips & Tricks

General (common to Protege-Frames & Protege-OWL)

Protege-OWL Specific

Protege-Frames Specific

Plug-in Development

General (common to Protege-Frames & Protege-OWL)

Protege-OWL Specific

Protege-Frames Specific