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

Error Stripe Provider How To - NetBeans API Javadoc 5.0.0

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.