Uses of Class
cdx.scorebot.util.swing.binding.delegate.JTextComponentDelegate

Packages that use JTextComponentDelegate
cdx.scorebot.util.swing.binding Extensions of Java Swing components which "bind" to objects so that the object's value is automatically synchronized to the component's value. 
 

Uses of JTextComponentDelegate in cdx.scorebot.util.swing.binding
 

Methods in cdx.scorebot.util.swing.binding that return JTextComponentDelegate
 JTextComponentDelegate<FROM> JTextPaneBound.getBindingDelegate()
          gets the delete which controls the binding
 JTextComponentDelegate<FROM> JTextFieldBound.getBindingDelegate()
          gets the delete which controls the binding
 JTextComponentDelegate<FROM> JTextAreaBound.getBindingDelegate()
          gets the delete which controls the binding
 JTextComponentDelegate<FROM> JEditorPaneMultiSyntaxBound.getBindingDelegate()
          gets the delete which controls the binding
 JTextComponentDelegate<FROM> JEditorPaneBound.getBindingDelegate()
          gets the delete which controls the binding