Bug 111028

Summary: [Viewers] non internal class method requires internal class parameter
Product: [Eclipse Project] Platform Reporter: C. Lamont Gilbert <clg-business>
Component: UIAssignee: Boris Bokowski <bokowski>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3 Keywords: api
Version: 3.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description C. Lamont Gilbert CLA 2005-09-28 23:41:31 EDT
I am trying to change the label displayed by DeferredTreeContentManager when the
node is being fetched from the ludicrous class name that is being used now.

There is a protected method that I can not access though due to its accepting an
internal class.

protected void startFetchingDeferredChildren(final Object parent,
            final IDeferredWorkbenchAdapter adapter,
            final PendingUpdateAdapter placeholder);

The class PendingUpdateAdapter is internal.
Comment 1 Boris Bokowski CLA 2005-09-29 08:29:38 EDT

*** This bug has been marked as a duplicate of 107656 ***