public class JFormattedTextFieldFocusGainedTrigger extends BaseJComponentFocusGainedTrigger<JFormattedTextField>
JFormattedTextField.
When this trigger is not longer required, do not forget to call BaseJComponentFocusGainedTrigger.dispose().
| Constructor and Description |
|---|
JFormattedTextFieldFocusGainedTrigger(JFormattedTextField source)
Constructor specified the formatted textfield whose focus is to be tracked.
|
dispose, getComponentpublic JFormattedTextFieldFocusGainedTrigger(JFormattedTextField source)
A focus listener will be installed. So you may need to call BaseJComponentFocusGainedTrigger.dispose() when trigger is no longer needed.
source - Component whose focus is to be tracked.BaseJComponentFocusGainedTrigger.dispose()Copyright © 2020. All rights reserved.