public class IdentifierParameterPage extends HaleWizardPage<AbstractGenericFunctionWizard<?,?>> implements ParameterPage, IdentifierFunction
COUNTRY_PARAMETER_NAME, DATA_PROVIDER_PARAMETER_NAME, ID, INSPIRE_IDENTIFIER_PREFIX, PRODUCT_PARAMETER_NAME, VERSION, VERSION_NIL_REASON
Constructor and Description |
---|
IdentifierParameterPage()
/* Default Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
createContent(org.eclipse.swt.widgets.Composite parent)
Create the page content
|
com.google.common.collect.ListMultimap<String,ParameterValue> |
getConfiguration()
Returns the configuration of the parameters this page is responsible for.
|
protected void |
onShowPage(boolean firstShow)
Called when this page is shown
|
void |
setParameter(Set<FunctionParameter> params,
com.google.common.collect.ListMultimap<String,ParameterValue> initialValues)
Sets the parameters this page is responsible for and their initial
values.
|
createControl, dispose, getHelpContext, getWizard, performHelp
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setMessage, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public void setParameter(Set<FunctionParameter> params, com.google.common.collect.ListMultimap<String,ParameterValue> initialValues)
ParameterPage
setParameter
in interface ParameterPage
params
- the parameters this page is responsible forinitialValues
- initial values of those parameters, may be
null
, should not be changedpublic com.google.common.collect.ListMultimap<String,ParameterValue> getConfiguration()
ParameterPage
getConfiguration
in interface ParameterPage
protected void onShowPage(boolean firstShow)
HaleWizardPage
onShowPage
in class HaleWizardPage<AbstractGenericFunctionWizard<?,?>>
firstShow
- specifies if it is the first time the page is shown
since its creationHaleWizardPage.onShowPage(boolean)
protected void createContent(org.eclipse.swt.widgets.Composite parent)
HaleWizardPage
createContent
in class HaleWizardPage<AbstractGenericFunctionWizard<?,?>>
parent
- the page composite, implementors may assign a custom layout
to this compositeBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a