public class LifecycleMappingPage
extends org.eclipse.jface.wizard.WizardPage
| Modifier and Type | Field and Description |
|---|---|
private static int |
ACTION_INFO_IDX |
private org.eclipse.swt.widgets.Button |
autoSelectButton |
private org.eclipse.swt.widgets.Text |
details |
private static java.lang.String |
EMPTY_STRING |
private org.eclipse.swt.widgets.Label |
errorCountLabel |
private java.util.Set<ILifecycleMappingLabelProvider> |
ignore |
private static int |
IGNORE_IDX |
private static int |
IGNORE_PARENT_IDX |
private static int |
IGNORE_WSPACE_IDX |
private java.util.Set<ILifecycleMappingLabelProvider> |
ignoreAtDefinition |
private java.util.Set<ILifecycleMappingLabelProvider> |
ignoreWorkspace |
private org.eclipse.swt.widgets.Text |
license |
private boolean |
loading |
private static org.slf4j.Logger |
LOG |
private LifecycleMappingDiscoveryRequest |
mappingConfiguration |
private static int |
MAVEN_INFO_IDX |
private static int |
NO_ACTION_IDX |
private org.eclipse.jface.viewers.TreeViewer |
treeViewer |
| Constructor and Description |
|---|
LifecycleMappingPage()
Create the wizard.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
addIgnoreProposals(java.util.List<java.lang.String> values,
ILifecycleMappingLabelProvider provider) |
boolean |
canFlipToNextPage() |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Create contents of the wizard.
|
protected void |
discoverProposals() |
java.util.Collection<ILifecycleMappingLabelProvider> |
getIgnore() |
java.util.Collection<ILifecycleMappingLabelProvider> |
getIgnoreParent() |
java.util.Collection<ILifecycleMappingLabelProvider> |
getIgnoreWorkspace() |
java.util.List<IMavenDiscoveryProposal> |
getSelectedDiscoveryProposals() |
private boolean |
isHandled(ILifecycleMappingLabelProvider prov) |
boolean |
isMappingComplete() |
private void |
resetDetails() |
void |
setVisible(boolean visible) |
protected boolean |
shouldDeslectProposal(ILifecycleMappingLabelProvider prov) |
private void |
updateErrorCount() |
getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toStringconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessageprivate static final org.slf4j.Logger LOG
private static final java.lang.String EMPTY_STRING
private static final int MAVEN_INFO_IDX
private static final int ACTION_INFO_IDX
private static final int NO_ACTION_IDX
private static final int IGNORE_IDX
private static final int IGNORE_PARENT_IDX
private static final int IGNORE_WSPACE_IDX
private LifecycleMappingDiscoveryRequest mappingConfiguration
private org.eclipse.jface.viewers.TreeViewer treeViewer
private org.eclipse.swt.widgets.Button autoSelectButton
private boolean loading
private org.eclipse.swt.widgets.Text details
private org.eclipse.swt.widgets.Text license
private java.util.Set<ILifecycleMappingLabelProvider> ignore
private java.util.Set<ILifecycleMappingLabelProvider> ignoreAtDefinition
private java.util.Set<ILifecycleMappingLabelProvider> ignoreWorkspace
private org.eclipse.swt.widgets.Label errorCountLabel
public void createControl(org.eclipse.swt.widgets.Composite parent)
parent - protected boolean shouldDeslectProposal(ILifecycleMappingLabelProvider prov)
key - protected void discoverProposals()
public void setVisible(boolean visible)
setVisible in interface org.eclipse.jface.dialogs.IDialogPagesetVisible in class org.eclipse.jface.dialogs.DialogPagepublic boolean canFlipToNextPage()
canFlipToNextPage in interface org.eclipse.jface.wizard.IWizardPagecanFlipToNextPage in class org.eclipse.jface.wizard.WizardPagepublic java.util.List<IMavenDiscoveryProposal> getSelectedDiscoveryProposals()
public boolean isMappingComplete()
private void addIgnoreProposals(java.util.List<java.lang.String> values,
ILifecycleMappingLabelProvider provider)
public java.util.Collection<ILifecycleMappingLabelProvider> getIgnore()
public java.util.Collection<ILifecycleMappingLabelProvider> getIgnoreParent()
public java.util.Collection<ILifecycleMappingLabelProvider> getIgnoreWorkspace()
private void updateErrorCount()
private boolean isHandled(ILifecycleMappingLabelProvider prov)
private void resetDetails()