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
Interface JavadocExportWizardPage.IJavadocExportWizardPageContainer

Enclosing class:
JavadocExportWizardPage

public static interface JavadocExportWizardPage.IJavadocExportWizardPageContainer

The page container.

This interface is not intended to be implemented by clients.


Method Summary
  String[] getConfiguredJavadocOptions ()
          Returns the currently configured Javadoc command options.
  String[] getConfiguredVMOptions ()
          Returns the currently configured VM options.
  IRunnableContext getRunnableContext ()
          Returns a runnable context top be used inside this wizard for long running operations
  IJavaElement[] getSelectedJavaElements ()
          Returns the Java elements selected for Javadoc generation
 void statusUpdated ()
          Calling this method will update status lines and button enablement in the wizard page container
 

Method Detail

getRunnableContext


IRunnableContext getRunnableContext()
Returns a runnable context top be used inside this wizard for long running operations

Returns:
a runnable context

statusUpdated

void statusUpdated()
Calling this method will update status lines and button enablement in the wizard page container


getConfiguredVMOptions


String[] getConfiguredVMOptions()
Returns the currently configured VM options.

Returns:
the VM Options

getConfiguredJavadocOptions


String[] getConfiguredJavadocOptions()
Returns the currently configured Javadoc command options.

Returns:
the Javadoc command options

getSelectedJavaElements


IJavaElement[] getSelectedJavaElements()
Returns the Java elements selected for Javadoc generation

Returns:
the Java elements selected for Javadoc generation

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