Java com.jgoodies.binding.adapter TextComponentConnector fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.binding.adapter TextComponentConnector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.binding.adapter TextComponentConnector.

The text is from its open source code.

Method

voidconnect(ValueModel subject, JTextArea textArea)
Establishes a synchronization between the specified String-typed subject ValueModel and the given text area.
voidconnect(ValueModel subject, JTextField textField)
Establishes a synchronization between the specified String-typed subject ValueModel and the given text field.