com.google.code.validationframework.swing.dataprovider
Class JTextAreaTextProvider
java.lang.Object
com.google.code.validationframework.swing.dataprovider.BaseJTextComponentTextProvider<JTextArea>
com.google.code.validationframework.swing.dataprovider.JTextAreaTextProvider
- All Implemented Interfaces:
- com.google.code.validationframework.api.dataprovider.DataProvider<String>
public class JTextAreaTextProvider
- extends BaseJTextComponentTextProvider<JTextArea>
Data provider retrieving the text from a text area.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators.
- See Also:
BaseJTextComponentTextProvider,
JTextArea
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTextAreaTextProvider
public JTextAreaTextProvider(JTextArea textComponent)
- See Also:
BaseJTextComponentTextProvider.BaseJTextComponentTextProvider(javax.swing.text.JTextComponent)
Copyright © 2013. All Rights Reserved.