ca.nengo.config.ui
Interface ConfigurationChangeListener.EditorProxy
- Enclosing class:
- ConfigurationChangeListener
public static interface ConfigurationChangeListener.EditorProxy
An editor component (from ConfigurationHandler.getEditor(...)) must
implement EditorProxy in order to allow retrieval of a new value when
editing is complete. For example if the component is a JTextField, the
implementation could be getValue() { jtf.getText(); }
.
Method Summary |
java.lang.Object |
getValue()
|
getValue
java.lang.Object getValue()
- Returns:
- Current value of edited object