Skip navigation links
org.netbeans.modules.javahelp/1 2.43.1

JavaHelp Integration
Official

See: Description

JavaHelp Integration 
Package Description
org.netbeans.api.javahelp
NetBeans JavaHelp integration API.

What is New (see all changes)?

Use Cases

Exported Interfaces

This table lists all of the module exported APIs with defined stability classifications. It is generated based on answers to questions about the architecture of the module. Read them all...
Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
JavaHelpIntegrationAPIExportedOfficialindex.html

Group of property interfaces
Interface NameIn/OutStabilitySpecified in What Document?
OpenIDE-mergeIntoMasterExportedOfficial

The context and key OpenIDE/mergeIntoMaster can be set as an attribute on a help set provided programmatically rather than with an XML file to customize one attribute. Such programmatic provision is rare but supported.

javahelp.ignore.modalityExportedFriend

The help window through JDK 1.5.0 handles modal dialogs by reparenting the help component into a child dialog of any new modal dialog whenever it is shown, and reparenting it back into a frame whenever it is hidden. Under certain circumstances (showing two dialogs sequentially before the frame can be re-shown), it can produce a race condition in the underlying java.awt.Toolkit implementation. As a workaround, callers of DialogDisplayer.getDefault().notify(DialogDescriptor) may set the system property "javahelp.ignore.modality" to the String "true". This system property will be reset by notify(), and applied as a client property of the root pane of the dialog to be shown. JavaHelp will, in turn, ignore the appearance of any dialog whose root pane posesses the client property "javahelp.ignore.modality" with the String value "true".

Group of dtd interfaces
Interface NameIn/OutStabilitySpecified in What Document?
ObjectTagExportedFriendoverview-summary.html

Implementation Details

Read more about the implementation in the answers to architecture questions.

Skip navigation links
org.netbeans.modules.javahelp/1 2.43.1

Built on March 4 2024.  |   Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.