|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterPage
Interface for a parameter configuration page of a function.
Method Summary | |
---|---|
com.google.common.collect.ListMultimap<String,String> |
getConfiguration()
Returns the configuration of the parameters this page is responsible for. |
void |
setParameter(Set<FunctionParameter> params,
com.google.common.collect.ListMultimap<String,String> initialValues)
Sets the parameters this page is responsible for and their initial values. |
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 |
Method Detail |
---|
void setParameter(Set<FunctionParameter> params, com.google.common.collect.ListMultimap<String,String> initialValues)
params
- the parameters this page is responsible forinitialValues
- initial values of those parameters, may be
null
, should not be changedcom.google.common.collect.ListMultimap<String,String> getConfiguration()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |