|
org.netbeans.modules.editor.errorstripe.api/1 2.2.31 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.spi.editor.errorstripe.UpToDateStatusProvider
public abstract class UpToDateStatusProvider
UpToDateStatus provider. TODO: better javadoc.
Field Summary | |
---|---|
static String |
PROP_UP_TO_DATE
Name of property which should be fired when the up-to-date status changes. |
Constructor Summary | |
---|---|
UpToDateStatusProvider()
Creates a new instance of MarkProvider |
Method Summary | |
---|---|
protected void |
firePropertyChange(String name,
Object old,
Object nue)
Fire property change event to all registered listener. |
abstract UpToDateStatus |
getUpToDate()
Report whether the current annotations attached to the documents are up-to-date (the meaning of up-to-date is left on the provider). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROP_UP_TO_DATE
Constructor Detail |
---|
public UpToDateStatusProvider()
Method Detail |
---|
public abstract UpToDateStatus getUpToDate()
UpToDateStatus.UP_TO_DATE_OK
value.
UpToDateStatus
enum.UpToDateStatus.UP_TO_DATE_OK
,
UpToDateStatus.UP_TO_DATE_PROCESSING
,
UpToDateStatus.UP_TO_DATE_DIRTY
protected final void firePropertyChange(String name, Object old, Object nue)
PropertyChangeEvent
because property PROP_UP_TO_DATE
have changed.
name
- name of the property (PROP_UP_TO_DATE
)old
- previous value of the property or null if unknownnue
- current value of the property or null if unknown
|
org.netbeans.modules.editor.errorstripe.api/1 2.2.31 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |