public static interface JavadocExportWizardPage.IJavadocExportWizardPageContainer
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
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
|
IRunnableContext getRunnableContext()
void statusUpdated()
String[] getConfiguredVMOptions()
String[] getConfiguredJavadocOptions()
IJavaElement[] getSelectedJavaElements()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.