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

java.lang.Object
  extended by com.google.code.validationframework.swing.dataprovider.BaseJTextComponentTextProvider<JTextPane>
      extended by 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

Constructor Summary
JTextPaneTextProvider(JTextPane 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

JTextPaneTextProvider

public JTextPaneTextProvider(JTextPane textComponent)
See Also:
BaseJTextComponentTextProvider.BaseJTextComponentTextProvider(javax.swing.text.JTextComponent)


Copyright © 2013. All Rights Reserved.