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, setVisible
getRefactoringSettings, getRefactoringWizard, setWizard
getContainer, getDialogSettings, getImage, getName, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private 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.IDialogPage
protected ExcludeArtifactRefactoring getRefactoring()
getRefactoring
in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
widgetSelected
in interface org.eclipse.swt.events.SelectionListener
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
widgetDefaultSelected
in interface org.eclipse.swt.events.SelectionListener
private 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.ISelectionChangedListener
private ParentHierarchyEntry isAboveDependencyManagement(ParentHierarchyEntry project)
private static java.lang.String toString(ParentHierarchyEntry project)