public abstract class AbstractMavenWizardPage
extends org.eclipse.jface.wizard.WizardPage
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.jface.dialogs.IDialogSettings |
dialogSettings
dialog settings to store input history
|
protected static int |
MAX_HISTORY
the history limit
|
protected ResolverConfigurationComponent |
resolverConfigurationComponent
The resolver configuration panel
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMavenWizardPage(String pageName) |
protected |
AbstractMavenWizardPage(String pageName,
ProjectImportConfiguration importConfiguration)
Creates a page.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldWithHistory(String id,
org.eclipse.swt.widgets.Combo combo)
Adds an input control to the list of fields to save.
|
protected void |
createAdvancedSettings(org.eclipse.swt.widgets.Composite composite,
org.eclipse.swt.layout.GridData gridData)
Creates an advanced settings panel.
|
void |
dispose()
Saves the history when the page is disposed.
|
ProjectImportConfiguration |
getImportConfiguration() |
void |
setVisible(boolean visible)
Loads the advanced settings data when the page is displayed.
|
protected String |
validateArtifactIdInput(String text) |
protected String |
validateGroupIdInput(String text) |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toStringconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessageprotected static final int MAX_HISTORY
protected ResolverConfigurationComponent resolverConfigurationComponent
protected org.eclipse.jface.dialogs.IDialogSettings dialogSettings
protected AbstractMavenWizardPage(String pageName)
protected AbstractMavenWizardPage(String pageName, ProjectImportConfiguration importConfiguration)
public ProjectImportConfiguration getImportConfiguration()
protected void createAdvancedSettings(org.eclipse.swt.widgets.Composite composite,
org.eclipse.swt.layout.GridData gridData)
public void setVisible(boolean visible)
setVisible in interface org.eclipse.jface.dialogs.IDialogPagesetVisible in class org.eclipse.jface.dialogs.DialogPagepublic void dispose()
dispose in interface org.eclipse.jface.dialogs.IDialogPagedispose in class org.eclipse.jface.dialogs.DialogPageprotected void addFieldWithHistory(String id, org.eclipse.swt.widgets.Combo combo)
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.