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

Package org.netbeans.spi.editor.errorstripe

Error Stripe Provider How To

See:
          Description

Interface Summary
UpToDateStatusProviderFactory A creator for MarkProviders.
 

Class Summary
UpToDateStatus Up-to-date status enumeration.
UpToDateStatusProvider UpToDateStatus provider.
 

Package org.netbeans.spi.editor.errorstripe Description

Error Stripe Provider How To

Introduction

First of all, decide which information should be shown in the Error Stripe:

Error Like Annotation

Extend the particular annotation type with severity, custom_sidebar_color and priority attributes as described in the Editor API.

Up-to-date Status

To influence the global status type (up-to-date/processing/dirty), implement UpToDateStatusProvider returning the UpToDateStatus and firing change events, and UpToDateStatusProviderFactory.


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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.