groovy.swing.binding
Class JTextComponentTextBinding
java.lang.Object
org.codehaus.groovy.binding.AbstractFullBinding
groovy.swing.binding.AbstractSyntheticBinding
groovy.swing.binding.JTextComponentTextBinding
- All Implemented Interfaces:
- java.beans.PropertyChangeListener, java.util.EventListener, javax.swing.event.DocumentListener, BindingUpdatable, FullBinding
class JTextComponentTextBinding
- extends AbstractSyntheticBinding
- implements java.beans.PropertyChangeListener, javax.swing.event.DocumentListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
boundTextComponent
javax.swing.text.JTextComponent boundTextComponent
JTextComponentTextBinding
public JTextComponentTextBinding(PropertyBinding source,
TargetBinding target)
syntheticBind
public void syntheticBind()
- Specified by:
syntheticBind
in class AbstractSyntheticBinding
syntheticUnbind
public void syntheticUnbind()
- Specified by:
syntheticUnbind
in class AbstractSyntheticBinding
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent event)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent event)
- Specified by:
changedUpdate
in interface javax.swing.event.DocumentListener
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent event)
- Specified by:
insertUpdate
in interface javax.swing.event.DocumentListener
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent event)
- Specified by:
removeUpdate
in interface javax.swing.event.DocumentListener
Copyright © ${year} The Codehaus. All Rights Reserved.