org.knime.core.quickform
Class AbstractQuickFormValueInConfiguration

java.lang.Object
  extended by org.knime.core.quickform.AbstractQuickFormValueInConfiguration

public abstract class AbstractQuickFormValueInConfiguration
extends Object

Author:
Bernd Wiswedel, KNIME.com, Zurich, Switzerland

Constructor Summary
AbstractQuickFormValueInConfiguration()
           
 
Method Summary
abstract  void loadValueInDialog(NodeSettingsRO settings)
          Load settings in dialog, init defaults if that fails.
abstract  void loadValueInModel(NodeSettingsRO settings)
          Load config in model.
abstract  void saveValue(NodeSettingsWO settings)
          Save config to argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractQuickFormValueInConfiguration

public AbstractQuickFormValueInConfiguration()
Method Detail

saveValue

public abstract void saveValue(NodeSettingsWO settings)
Save config to argument.

Parameters:
settings - To save value to.

loadValueInModel

public abstract void loadValueInModel(NodeSettingsRO settings)
                               throws InvalidSettingsException
Load config in model.

Parameters:
settings - To load value from.
Throws:
InvalidSettingsException - If that fails for any reason.

loadValueInDialog

public abstract void loadValueInDialog(NodeSettingsRO settings)
Load settings in dialog, init defaults if that fails.

Parameters:
settings - To load value from.


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.