com.google.code.validationframework.swing.dataprovider
Class JTextFieldTextProvider

java.lang.Object
  extended by com.google.code.validationframework.swing.dataprovider.BaseJTextComponentTextProvider<JTextField>
      extended by com.google.code.validationframework.swing.dataprovider.JTextFieldTextProvider
All Implemented Interfaces:
com.google.code.validationframework.api.dataprovider.DataProvider<String>

public class JTextFieldTextProvider
extends BaseJTextComponentTextProvider<JTextField>

Data provider retrieving the text from a textfield.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators.

See Also:
BaseJTextComponentTextProvider, JTextField

Constructor Summary
JTextFieldTextProvider(JTextField textComponent)
           
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.swing.dataprovider.BaseJTextComponentTextProvider
getComponent, getData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTextFieldTextProvider

public JTextFieldTextProvider(JTextField textComponent)
See Also:
BaseJTextComponentTextProvider.BaseJTextComponentTextProvider(javax.swing.text.JTextComponent)


Copyright © 2013. All Rights Reserved.