public class BaseJTextComponentDocumentChangedTrigger<C extends JTextComponent>
extends com.google.code.validationframework.base.trigger.AbstractTrigger
implements com.google.code.validationframework.api.common.Disposable
AbstractTrigger,
Disposable| Modifier and Type | Field and Description |
|---|---|
protected C |
source
Text component that is the source of the trigger.
|
| Constructor and Description |
|---|
BaseJTextComponentDocumentChangedTrigger(C source)
Constructor specifying the text component to listen to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
C |
getComponent()
Gets the source component.
|
protected C extends JTextComponent source
public BaseJTextComponentDocumentChangedTrigger(C source)
source - Text component to listen to.public C getComponent()
public void dispose()
dispose in interface com.google.code.validationframework.api.common.Disposabledispose in class com.google.code.validationframework.base.trigger.AbstractTriggerDisposable.dispose()Copyright © 2015. All Rights Reserved.