JTextComponent
. The change reaction will stay in effect until uninstalled, either by calling {@link #uninstall(JTextComponent) uninstall} explicitly, or by {@link Disposable#dispose() disposing} the returnedDisposable
. If the text component is given a new Document
, the change reaction will be migrated over to the new Document
.
@return a Disposable
through which this change reaction can be uninstalled
|
|
|
|
|
|
|
|
|
|
|
|