C - Type of text component to retrieve the text from.public class BaseJTextComponentTextProvider<C extends JTextComponent> extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<String>
DataProvider,
JTextComponent| Constructor and Description |
|---|
BaseJTextComponentTextProvider(C textComponent)
Constructor specifying the text component to retrieve the text from.
|
public BaseJTextComponentTextProvider(C textComponent)
textComponent - Text component to retrieve the text from.public C getComponent()
Copyright © 2015. All Rights Reserved.