This document lists changes made to the Progress API/SPI.
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.
NavigatorPanelWithToolbar
@NavigatorPanel.Registration
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
NavigatorPanelWithToolbar
@NavigatorPanel.Registration
org.netbeans.spi.navigator.NavigatorDisplayer
org.netbeans.spi.navigator.NavigatorHandler
org.netbeans.spi.navigator.NavigatorLookupPanelsPolicy
org.netbeans.spi.navigator.NavigatorPanel
@NavigatorPanel.Registration
org.netbeans.spi.navigator.NavigatorPanelWithToolbar
NavigatorPanelWithToolbar
org.netbeans.spi.navigator.NavigatorPanelWithUndo
NavigatorPanelWithToolbar
NavigatorPanelWithToolbar
; made by: jpeska; issues:
#217091
Added SPI interface NavigatorPanelWithToolbar
. Clients will implement this interface when they need a toolbar for their Navigator view/panel.
@NavigatorPanel.Registration
NavigatorPanel
; made by: glick; issues:
#206954
Added @NavigatorPanel.Registration
for ease of use and lazy loading.
Upgrade manual layer registrations.
NavigatorDisplayer
NavigatorHandler
; made by: tpavek; issues:
#201246
NavigatorDisplayer
which can be implemented to provide a different visualization of the navigator panels
than in the default Navigator window. Can be useful in a different app than NetBeans IDE.
Added NavigatorHandler.activateNavigator
.
NavigatorLookupPanelsPolicy
; made by: dsimonek; issues:
#100457
NavigatorPanelWithUndo
; made by: dsimonek; issues:
#98125
NavigatorHandler
; made by: dsimonek
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.