|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
eu.esdihumboldt.hale.ui.HaleWizardPage<AbstractGenericFunctionWizard<?,?>>
eu.esdihumboldt.hale.ui.function.generic.pages.AbstractParameterPage
eu.esdihumboldt.hale.ui.functions.numeric.SequentialIDParameterPage
public class SequentialIDParameterPage
Parameter page for the sequential ID function.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface eu.esdihumboldt.cst.functions.numeric.sequentialid.SequentialIDConstants |
---|
SequentialIDConstants.Sequence |
Field Summary |
---|
Fields inherited from interface eu.esdihumboldt.cst.functions.numeric.sequentialid.SequentialIDConstants |
---|
ID, PARAM_PREFIX, PARAM_SEQUENCE, PARAM_SUFFIX, START_VALUE |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
SequentialIDParameterPage()
Default constructor. |
Method Summary | |
---|---|
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,String> |
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. |
Methods inherited from class eu.esdihumboldt.hale.ui.function.generic.pages.AbstractParameterPage |
---|
getInitialValues, getOptionalInitialValue, getParametersToHandle, setParameter |
Methods inherited from class eu.esdihumboldt.hale.ui.HaleWizardPage |
---|
createControl, dispose, getWizard |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.wizard.IWizardPage |
---|
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
Constructor Detail |
---|
public SequentialIDParameterPage()
Method Detail |
---|
public com.google.common.collect.ListMultimap<String,String> 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 validate
protected String generateExample()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |