Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 18473

Summary: Need API to determine whether help context popup is being displayed
Product: [Eclipse Project] Platform Reporter: Nick Edgar <n.a.edgar>
Component: User AssistanceAssignee: Konrad Kolosowski <konradk>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 14314    

Description Nick Edgar CLA 2002-05-31 13:22:35 EDT
Build 20020530

To address bug 14314, we need the following API added to IHelp (in 
org.eclipse.help), and the corresponding implementation:

/**
 * Returns <code>true</code> if the context-sensitive help
 * window is currently being displayed, <code>false</code> if not.
 */
public boolean isContextHelpDisplayed();
Comment 1 Konrad Kolosowski CLA 2002-05-31 14:47:38 EDT
Added the API and implementation.  Will be in tomorrow's F2 build.