public class ExcludeWizardPage
extends org.eclipse.ltk.ui.refactoring.UserInputWizardPage
implements org.eclipse.swt.events.SelectionListener, org.eclipse.jface.viewers.ISelectionChangedListener
| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.swt.widgets.Button |
currentPom |
private IMavenProjectFacade |
facade |
private org.eclipse.swt.widgets.Button |
hierarchy |
private PomHierarchyComposite |
pomHierarchy |
private org.eclipse.swt.custom.CLabel |
status |
| Modifier | Constructor and Description |
|---|---|
protected |
ExcludeWizardPage(IMavenProjectFacade facade) |
| Modifier and Type | Method and Description |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
protected ExcludeArtifactRefactoring |
getRefactoring() |
private ParentHierarchyEntry |
isAboveDependencyManagement(ParentHierarchyEntry project) |
void |
selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event) |
private void |
setStatus(java.lang.String msg) |
private static java.lang.String |
toString(ParentHierarchyEntry project) |
private void |
updateState() |
private void |
updateStatusBar(ParentHierarchyEntry project) |
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e) |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e) |
canFlipToNextPage, computeSuccessorPage, getNextPage, isLastUserInputPage, performFinish, setPageComplete, setVisiblegetRefactoringSettings, getRefactoringWizard, setWizardgetContainer, getDialogSettings, getImage, getName, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, toStringconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate PomHierarchyComposite pomHierarchy
private org.eclipse.swt.widgets.Button currentPom
private org.eclipse.swt.widgets.Button hierarchy
private IMavenProjectFacade facade
private org.eclipse.swt.custom.CLabel status
protected ExcludeWizardPage(IMavenProjectFacade facade)
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl in interface org.eclipse.jface.dialogs.IDialogPageprotected ExcludeArtifactRefactoring getRefactoring()
getRefactoring in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPagepublic void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
widgetSelected in interface org.eclipse.swt.events.SelectionListenerpublic void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListenerprivate void setStatus(java.lang.String msg)
private void updateState()
private void updateStatusBar(ParentHierarchyEntry project)
public void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
selectionChanged in interface org.eclipse.jface.viewers.ISelectionChangedListenerprivate ParentHierarchyEntry isAboveDependencyManagement(ParentHierarchyEntry project)
private static java.lang.String toString(ParentHierarchyEntry project)