Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to reuse "MarkerView"
How to reuse "MarkerView" [message #324872] Sun, 03 February 2008 14:15 Go to next message
Jochen Wuttke is currently offline Jochen WuttkeFriend
Messages: 41
Registered: July 2009
Member
Hi,

I'm trying to implement a view that sort of behaves like the problem
view (meaning it can collapse and expand some part of the list, has
icons and stuff like that). It seemed easiest to me to reuse
ProblemView's base class MarkerView for that. But this class is not part
of the public API and I can't extend it, because I'd have to implement
protected abstract methods.
Is there a way to either
- reuse some of that infrastructure through a public API?
- another part of the public API that does the same?
Or do I have to rewrite the whole thing myself again?

Appreciate any help or pointers to the right documentation.
Jochen
Re: How to reuse "MarkerView" [message #324950 is a reply to message #324872] Mon, 04 February 2008 18:18 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

There's no easy way to do it in 3.3. In 3.4 the new markers view will
be extensible/reusable for customer "marker" tracking.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm


Previous Topic:mouse hover over variable does not show value
Next Topic:Re: NullPointerException on getText()
Goto Forum:
  


Current Time: Thu Apr 25 15:10:28 GMT 2024

Powered by FUDForum. Page generated in 0.02345 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top