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

Change History for the Progress API - NetBeans API Javadoc (Current Development Version)

Introduction

This document lists changes made to the Progress API/SPI.


Index of APIs

Incompatible changes by date

Fuller descriptions of all changes can be found below (follow links).

Not all deprecations are listed here, assuming that the deprecated APIs continue to essentially work. For a full deprecation list, please consult the Javadoc.

All changes by date

Changes by version

These API specification versions may be used to indicate that a module requires a certain API feature in order to function. For example, if you see here a feature you need which is labelled 1.20, your manifest should contain in its main attributes the line:

OpenIDE-Module-Module-Dependencies: org.netbeans.api.progress > 1.20

Changes by affected class

org.netbeans.spi.navigator.NavigatorHandler

org.netbeans.spi.navigator.NavigatorLookupPanelsPolicy

org.netbeans.spi.navigator.NavigatorPanelWithUndo


Details of all changes by API and date


Navigator API

Added SPI interface NavigatorLookupPanelsPolicy.

Apr 16 '07; API spec. version: 1.6; affected top-level classes: NavigatorLookupPanelsPolicy; made by: dsimonek; issues: #100457
NavigatorLookupPanelsPolicy is new SPI interface for SPI clients who want to affect searching mechanism for available NavigatorPanel implementations. Method NavigatorLookupPanelsPolicy.getPanelsPolicy() allows for example to remove active Node/DataObject related NavigatorPanel implementations from Navigator window.

Added SPI interface NavigatorPanelWithUndo.

Apr 10 '07; API spec. version: 1.5; affected top-level classes: NavigatorPanelWithUndo; made by: dsimonek; issues: #98125
NavigatorPanelWithUndo is new SPI interface which extands NavigatorPanel by support for undoing and redoing changes in navigation views. Method NavigatorPanelWithUndo.getUndoRedo() allows clients to specify UndoRedo support that will be propagated to the Navigator TopComponent when this panel is active in navigation area.

Added API class NavigatorHandler and API method NavigatorHandler.activatePanel.

Sep 19 '06; API spec. version: 1.4; affected top-level classes: NavigatorHandler; made by: dsimonek
NavigatorHandler is new API class for driving navigator behaviour. Method NavigatorHandler.activatePanel(NavigatorPanel) allows clients to programmatically activate the panel - panel becomes active and visible in navigator area.

Initial version released

Aug 8 '05; API spec. version: 1.0; made by: dsimonek
first initial release of the Navigator API.

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.