EditLive! 9 Documentation : advancedapis (Swing SDK)

This is element is used to define the java classes utilized by the EditLive! for Java Swing plug-in. In order to create additional Java functionality for EditLive! for Java Swing, use the steps outlined in the Creating and Using Plugins in the Swing SDK article.

Plug-in Element Tree Structure

<plugin>
<advancedapis (Applet)>

<plugin>
   <advancedapis ... />
</plugin>

Required Attributes

jar

The URL specified location of the .jar file used to instantiate the modified version of EditLive! for Java Swing. This jar file needs to contain your Java code which adheres to the details specified in the Creating and Using Plugins in the Swing SDK article.

class

The fully qualified name of the .class file used to instantiate the modified version of EditLive!. If this name is incorrect, the standard version of EditLive! will load instead of the modified version.