Where can I find SparkApi Documentation

Firstly, sorry for ny english

Where can i find documentation about using Spark Api(i wand to make plugin)

Documentation in spark installation folder is not so correct(for example this example in not compiling)

/**

  • Adds a tab to Spark

*/

private void addTabToSpark(){

// Get Workspace UI from SparkManager

Workspace workspace = SparkManager.getWorkspace();

// Retrieve the Tabbed Pane from the WorkspaceUI.

JTabbedPane tabbedPane = workspace.getWorkspacePane();

// Add own Tab.

tabbedPane.addTab(“My Plugin”, new JButton(“Hello”));

}

Your question might be better asked in the Spark developer fourm. If you want to write plugins for spark, I suggest looking at http://www.igniterealtime.org/projects/spark/sparkplug-kit.jsp