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

Uses of Class
org.netbeans.spi.editor.errorstripe.UpToDateStatus

Uses of UpToDateStatus in org.netbeans.spi.editor.errorstripe
 

Fields in org.netbeans.spi.editor.errorstripe declared as UpToDateStatus
static UpToDateStatus 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 UpToDateStatus.UP_TO_DATE_OK
          Up-to-date status saying everything is up-to-date.
static UpToDateStatus 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.
 

Methods in org.netbeans.spi.editor.errorstripe that return UpToDateStatus
abstract  UpToDateStatus UpToDateStatusProvider.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).
 


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

Built on December 7 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.