Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to reuse "MarkerView"
How to reuse "MarkerView" [message #324872] Sun, 03 February 2008 09:15 Go to next message
Eclipse UserFriend
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 13:18 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 03:27:09 EDT 2025

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

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

Back to the top