public interface ITemplateSupport
| Modifier and Type | Method and Description |
|---|---|
void |
fillPreferencesBox()
Tell the implementing class to fill the combo box with fresh values from
IQMOperatorTemplates.xml. |
String |
getOpName()
Gets the name of the operator.
|
ParameterBlockIQM |
getParameters()
This method gathers the parameters for an operator and constructs a
ParameterBlockIQM instance which will be stored as template in
the IQMOperatorTemplates.xml file. |
void |
setChosenTemplate(String templateName)
Set the chosen template to the combo box of templates.
|
void setChosenTemplate(String templateName)
templateName - void fillPreferencesBox()
IQMOperatorTemplates.xml.ParameterBlockIQM getParameters()
ParameterBlockIQM instance which will be stored as template in
the IQMOperatorTemplates.xml file.ParameterBlockIQM of a specific operator (may not be
the default!)String getOpName()
XMLPreferencesManager when managing templates for an operator.ITemplateSupportCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.