public class SequentialIDParameterPage extends AbstractParameterPage implements SequentialIDConstants
SequentialIDConstants.Sequence
ID, PARAM_PREFIX, PARAM_SEQUENCE, PARAM_SUFFIX, START_VALUE
Constructor and Description |
---|
SequentialIDParameterPage()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createContent(org.eclipse.swt.widgets.Composite page)
Create the page content
|
protected String |
generateExample()
Generate an identifier example from the current configuration.
|
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
|
protected void |
updateStatus()
Update the example and the page status
|
protected boolean |
validateValue(String value)
Validates if the given value is valid for the target property.
|
getInitialValues, getOptionalInitialValue, getParametersToHandle, setParameter
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 SequentialIDParameterPage()
public com.google.common.collect.ListMultimap<String,ParameterValue> getConfiguration()
ParameterPage
getConfiguration
in interface ParameterPage
ParameterPage.getConfiguration()
protected void createContent(org.eclipse.swt.widgets.Composite page)
HaleWizardPage
createContent
in class HaleWizardPage<AbstractGenericFunctionWizard<?,?>>
page
- the page composite, implementors may assign a custom layout
to this compositeHaleWizardPage.createContent(Composite)
protected void updateStatus()
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 boolean validateValue(String value)
value
- the value to validateprotected String generateExample()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a