/**
* Wizard page that shows the progress of an insert.
- *
+ *
* @author David ‘Bombe’ Roden <bombe@freenetproject.org>
*/
public class ProjectInsertPage extends TWizardPage implements InsertListener, ClipboardOwner {
/**
* Creates a new progress insert wizard page.
- *
+ *
* @param wizard
* The wizard this page belongs to
*/
/**
* Creates the main panel.
- *
+ *
* @return The main panel
*/
private JComponent createProjectInsertPanel() {
/**
* Sets whether to activate the debug mode.
- *
+ *
* @param debug
* <code>true</code> to activate the debug mode,
* <code>false</code> to deactivate.
/**
* Sets the project to insert.
- *
+ *
* @param project
* The project to insert
*/
/**
* Sets the freenet interface to use.
- *
+ *
* @param freenetInterface
* The freenet interface to use
*/