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