Bug 111028 - [Viewers] non internal class method requires internal class parameter
Summary: [Viewers] non internal class method requires internal class parameter
Status: RESOLVED DUPLICATE of bug 107656
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Boris Bokowski CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2005-09-28 23:41 EDT by C. Lamont Gilbert CLA
Modified: 2005-09-29 08:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***