站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

UpToDateStatus (NetBeans Error Stripe API) - NetBeans API Javadoc 5.5.1

org.netbeans.modules.editor.errorstripe.api/1 2.2.31 1

org.netbeans.spi.editor.errorstripe
Class UpToDateStatus

java.lang.Object
  extended by org.netbeans.spi.editor.errorstripe.UpToDateStatus
All Implemented Interfaces:
Comparable

public final class UpToDateStatus
extends Object
implements Comparable

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

UP_TO_DATE_OK

public static final UpToDateStatus UP_TO_DATE_OK
Up-to-date status saying everything is up-to-date.


UP_TO_DATE_PROCESSING

public static final 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.


UP_TO_DATE_DIRTY

public static final 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.

Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.editor.errorstripe.api/1 2.2.31 1

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.