|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.nengo.config.ui.ConfigurationChangeListener
public class ConfigurationChangeListener
A listener for changes to Property values. TODO: is there a better option than EditorProxy? TODO: can we avoid references to this class from ca.nengo.config?
| Nested Class Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
ConfigurationChangeListener(javax.swing.JTree tree,
javax.swing.tree.TreePath path)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
setProxy(ConfigurationChangeListener.EditorProxy proxy)
Called by a ConfigurationHandler's editor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationChangeListener(javax.swing.JTree tree,
javax.swing.tree.TreePath path)
| Method Detail |
|---|
public void setProxy(ConfigurationChangeListener.EditorProxy proxy)
proxy - Provides access to an updated property value after it is changed by the userpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerActionListener.actionPerformed(java.awt.event.ActionEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||