|
org.netbeans.modules.editor.errorstripe.api/1 2.16.1 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
The Error Stripe gathers the information to show from three sources:
A module in the IDE has information whether data shown in the Error Stripe is up-to-date or not. The Error Stripe may change the appearance according to this knowledge.
Implement the UpToDateStatusProvider that provides up-to-date status. Be sure that it fires PropertyChangeEvent when this status is changed.
Implement the UpToDateStatusProviderFactory that creates an instance of your UpToDateStatusProvider for a given JTextComponent and install it as described here.
|
|
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.editor.errorstripe.api/1 2.16.1 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |