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