Changes between Version 19 and Version 20 of PtolemyPluginCreate

Show
Ignore:
Timestamp:
01/14/09 13:41:57 (20 months ago)
Author:
mark (IP: 24.166.156.153)
Comment:

Name changed from PtolemyCreatePlugin? to PtolemyPluginCreate

Legend:

Unmodified
Added
Removed
Modified
  • PtolemyPluginCreate

    v19 v20  
    55 
    66Plugins are a mechanism useful to add new features to pTolemy3D. Most of the default features of pTolemy3D are implemented as plugins. 
    7 Plugins can be enabled or disabled at runtime, you can send or request information, attach only the desired plugins to the viewer (see [wiki:PtolemyPlugins#SettinguppluginsinthepTolemy3Dapplet How to setting up plugins]), etc. 
     7Plugins can be enabled or disabled at runtime, you can send or request information, attach only the desired plugins to the viewer (see [wiki:PtolemyPlugin#SettinguppluginsinthepTolemy3Dapplet How to setting up plugins]), etc. 
    88 
    99== The Plugin interface == 
     
    204204== Adding the plugin to the viewer == 
    205205 
    206 Remember to see [wiki:PtolemySettingUpApplet How to setting up the pTolemy3D applet] and [wiki:PtolemyPlugins#SettinguppluginsinthepTolemy3Dapplet How to setting up plugins]). 
     206Remember to see [wiki:PtolemySettingUpApplet How to setting up the pTolemy3D applet] and [wiki:PtolemyPlugin#SettinguppluginsinthepTolemy3Dapplet How to setting up plugins]). 
    207207 
    208208Supposing you are compiled and packaged your plugin in a new JAR file you need to do two steps: