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