Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.ui.wizards
Class JavadocExportWizardPage


java.lang.Object
  extended by 
org.eclipse.jdt.ui.wizards.JavadocExportWizardPage

public abstract class JavadocExportWizardPage
extends Object

A Javadoc export wizard page allows the user to add an additional page to the Javadoc wizard.

Clients should extend this class and include the name of their class in an extension contributed to the jdt.ui's Javadoc export wizard page extension point (named org.eclipse.jdt.ui.javadocExportWizardPage ).

Since:
3.4

Nested Class Summary
static interface JavadocExportWizardPage.IJavadocExportWizardPageContainer
          The page container.
 
Constructor Summary
JavadocExportWizardPage ()
           
 
Method Summary
abstract   Control createContents ( Composite parent)
          Creates the content of this page under the given parent composite.
 void dispose ()
          Disposes any resources allocated by this dialog page.
protected   JavadocExportWizardPage.IJavadocExportWizardPageContainer getContainer ()
          Gets the parent wizard container
  IStatus getStatus ()
          Returns the status of the page.
 void performHelp ()
          Notifies that help has been requested for this dialog page.
 void setContainer ( JavadocExportWizardPage.IJavadocExportWizardPageContainer container)
          Sets the parent wizard container.
protected  void setStatus ( IStatus status)
          Sets the page status.
 void setVisible (boolean visible)
          Called when the page becomes visible or becomes hidden.
 void updateAntScript ( Element xmlDocument)
          Called when the Javadoc ANT script is generated.
 void updateArguments ( List vmOptions, List toolOptions)
          Called when the command line arguments are collected.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocExportWizardPage

public JavadocExportWizardPage()
Method Detail

createContents

public abstract 
Control createContents(
Composite parent)
Creates the content of this page under the given parent composite.

Parameters:
parent - the parent composite
Returns:
return the created content

getStatus

public final 
IStatus getStatus()
Returns the status of the page. The page is considered valid ('Ok' and 'Next' enabled) when the severity of the status is IStatus.OK or IStatus.WARNING. The page is invalid when the severity is IStatus.ERROR.

Returns:
the page status
See Also:
to set the page status

setStatus

protected final void setStatus(
IStatus status)
Sets the page status. The page status severity must be one of IStatus.OK IStatus.WARNING or IStatus.ERROR.

Parameters:
status - the new status

setContainer

public final void setContainer(
JavadocExportWizardPage.IJavadocExportWizardPageContainer container)
Sets the parent wizard container. The Javadoc wizard will set the container before setVisible(boolean) or createContents(Composite) is called.

Parameters:
container - the parent container

getContainer

protected final 
JavadocExportWizardPage.IJavadocExportWizardPageContainer getContainer()
Gets the parent wizard container

Returns:
the parent wizard container

updateArguments

public void updateArguments(
List vmOptions,
                            
List toolOptions)
Called when the command line arguments are collected. Clients can add or modify arguments.

Parameters:
vmOptions - A List of String with the VM arguments.
toolOptions - A List of String with the Javadoc tool arguments. See the Javadoc command specification for the format of the arguments.

updateAntScript

public void updateAntScript(
Element xmlDocument)
Called when the Javadoc ANT script is generated.

Parameters:
xmlDocument - The XML element for the 'javadoc' node. Clients can add or modify arguments. See the Javadoc ANT task specification for the format of the arguments.

dispose

public void dispose()
Disposes any resources allocated by this dialog page.


performHelp

public void performHelp()
Notifies that help has been requested for this dialog page.


setVisible

public void setVisible(boolean visible)
Called when the page becomes visible or becomes hidden.

Parameters:
visible - true when the page becomes visible, and false when the page is hidden

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire