|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.NodeDialogPane
org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeDialogPane
final class AutoBinnerLearnNodeDialogPane
Binner dialog used to specify binning rules.
| Constructor Summary | |
|---|---|
AutoBinnerLearnNodeDialogPane()
Creates a new binner dialog. |
|
| Method Summary | |
|---|---|
protected void |
loadSettingsFrom(NodeSettingsRO settings,
PortObjectSpec[] specs)
Invoked before the dialog window is opened. |
protected void |
saveSettingsTo(NodeSettingsWO settings)
Invoked when the settings need to be applied. |
| Methods inherited from class org.knime.core.node.NodeDialogPane |
|---|
addFlowVariablesTab, addJobMgrTab, addTab, addTabAt, closeOnESC, createFlowVariableModel, createFlowVariableModel, createFlowVariableModel, finishEditingAndSaveSettingsTo, getAvailableFlowVariables, getCredentialsNames, getCredentialsProvider, getPanel, getTab, getTabIndex, internalLoadSettingsFrom, isWriteProtected, loadSettingsFrom, loadSettingsFrom, onCancel, onClose, onOpen, removeTab, renameTab, saveSettingsTo, setEnabled, setSelected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
AutoBinnerLearnNodeDialogPane()
| Method Detail |
|---|
protected void loadSettingsFrom(NodeSettingsRO settings,
PortObjectSpec[] specs)
throws NotConfigurableException
NodeDialogPaneThe implementation must be able to handle invalid or incomplete settings as the model may not have any reasonable values yet (for example when the dialog is opened for the first time). When an empty/invalid settings object is passed the dialog should set default values in its components.
loadSettingsFrom in class NodeDialogPanesettings - to read intervals fromspecs - The input table spec
NotConfigurableException - if the spec contains no columnsNodeDialogPane.loadSettingsFrom(NodeSettingsRO, PortObjectSpec[])
protected void saveSettingsTo(NodeSettingsWO settings)
throws InvalidSettingsException
NodeDialogPane
saveSettingsTo in class NodeDialogPanesettings - write intervals to
InvalidSettingsException - if a bin name is emptyNodeDialogPane.saveSettingsTo(NodeSettingsWO)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||