public class MavenClasspathContainerPage
extends org.eclipse.jface.wizard.WizardPage
implements org.eclipse.jdt.ui.wizards.IClasspathContainerPage, org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension
Modifier and Type | Field and Description |
---|---|
private org.eclipse.jdt.core.IClasspathEntry |
containerEntry |
(package private) org.eclipse.jdt.core.IJavaProject |
javaProject |
Constructor and Description |
---|
MavenClasspathContainerPage() |
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
boolean |
finish() |
org.eclipse.jdt.core.IClasspathEntry |
getSelection() |
void |
initialize(org.eclipse.jdt.core.IJavaProject javaProject,
org.eclipse.jdt.core.IClasspathEntry[] currentEntries) |
void |
setSelection(org.eclipse.jdt.core.IClasspathEntry containerEntry) |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
org.eclipse.jdt.core.IJavaProject javaProject
private org.eclipse.jdt.core.IClasspathEntry containerEntry
public void initialize(org.eclipse.jdt.core.IJavaProject javaProject, org.eclipse.jdt.core.IClasspathEntry[] currentEntries)
initialize
in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension
public org.eclipse.jdt.core.IClasspathEntry getSelection()
getSelection
in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPage
public void setSelection(org.eclipse.jdt.core.IClasspathEntry containerEntry)
setSelection
in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPage
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
public boolean finish()
finish
in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPage