| org.eclipse.pde.internal.ui.wizards.RequiredPluginsContainerPage
RequiredPluginsContainerPage | public class RequiredPluginsContainerPage extends WizardPage implements IClasspathContainerPage,IClasspathContainerPageExtension(Code) | | |
Inner Class :class EntryLabelProvider extends LabelProvider implements ITableLabelProvider | |
Method Summary | |
public void | createControl(Composite parent) Insert the method's description here. | public boolean | finish() Insert the method's description here. | public IClasspathEntry | getSelection() Insert the method's description here. | public void | initialize(IJavaProject project, IClasspathEntry[] currentEntries) | public void | setSelection(IClasspathEntry containerEntry) Insert the method's description here. |
RequiredPluginsContainerPage | public RequiredPluginsContainerPage()(Code) | | The constructor.
|
createControl | public void createControl(Composite parent)(Code) | | Insert the method's description here.
See Also: WizardPage.createControl |
finish | public boolean finish()(Code) | | Insert the method's description here.
See Also: WizardPage.finish |
getSelection | public IClasspathEntry getSelection()(Code) | | Insert the method's description here.
See Also: WizardPage.getSelection |
initialize | public void initialize(IJavaProject project, IClasspathEntry[] currentEntries)(Code) | | |
setSelection | public void setSelection(IClasspathEntry containerEntry)(Code) | | Insert the method's description here.
See Also: WizardPage.setSelection |
|
|