This extension point allows to add a wizard page to create or edit a classpath container entry. a fully qualified identifier of the target extension point an optional identifier of the extension instance an optional name of the extension instance identifies the classpath container as defined by <samp>descent.core.classpathVariableInitializer</samp> Name of the classpath container used when selecting a new container. This attribute should be a translated string. the name of the class that implements this container page. The class must be public and implement <samp>descent.ui.wizards.IClasspathContainerPage</samp> with a public 0-argument constructor. The following is an example of a classpath entry container page: <p> <pre> <extension point="descent.ui.classpathContainerPage"> <classpathContainerPage id="com.example.myplugin.myContainerId" name="JRE System Libraries" class="com.example.NewJDKEntryPage"> </classpathContainerPage> </extension> </pre> </p> Copyright (c) 2001, 2004 IBM Corporation and others.<br> All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>