|
org.netbeans.spi.editor.hints/0 1.24.0 7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LazyFixList
A list of fixes that allows lazy computation of the fixes for an error.
| Field Summary | |
|---|---|
static String |
PROP_COMPUTED
PropertyChangeEvent with this name is fired when the list of the fixes is computed - no more changes are to be expeted after this. |
static String |
PROP_FIXES
PropertyChangeEvent with this name is fired when the list of the fixes is changed. |
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
The registered PropertyChangeListener will recieve events with names PROP_COMPUTED and PROP_FIXES. |
List<Fix> |
getFixes()
Getter for the current list of fixes. |
boolean |
isComputed()
Returns true if the list of fixes will not changed anymore (it is computed). |
boolean |
probablyContainsFixes()
Should return false if there will not be any fixes in the list for sure. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Allows to unregister a PropertyChangeListener. |
| Field Detail |
|---|
static final String PROP_FIXES
static final String PROP_COMPUTED
| Method Detail |
|---|
void addPropertyChangeListener(PropertyChangeListener l)
l - the listener to be addedvoid removePropertyChangeListener(PropertyChangeListener l)
l - the listener to be removedboolean probablyContainsFixes()
List<Fix> getFixes()
boolean isComputed()
|
org.netbeans.spi.editor.hints/0 1.24.0 7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||