|
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.UpToDateStatus
public final class UpToDateStatus
Up-to-date status enumeration. See UpToDateStatusProvider.getUpToDate()
for more information.
Field Summary | |
---|---|
static UpToDateStatus |
UP_TO_DATE_DIRTY
Up-to-date status saying that the list of marks is not up-to-date, and nothing is currently done in order to get the up-to-date list. |
static UpToDateStatus |
UP_TO_DATE_OK
Up-to-date status saying everything is up-to-date. |
static UpToDateStatus |
UP_TO_DATE_PROCESSING
Up-to-date status saying that the list of marks is not up-to-date, but a up-to-date list of marks is currently being found. |
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final UpToDateStatus UP_TO_DATE_OK
public static final UpToDateStatus UP_TO_DATE_PROCESSING
public static final UpToDateStatus UP_TO_DATE_DIRTY
Method Detail |
---|
public int compareTo(Object o)
compareTo
in interface Comparable
public int hashCode()
public boolean equals(Object obj)
public String toString()
|
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 |