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