Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] internal packages and TMF

Hi,

I've a question about TMF and internal packages.
Recently, a lot of packages in linuxtools have been moved as "internal".

It's the case for "org.eclipse.linuxtools.internal.tmf.ui.viewers.timeAnalysis.widgets"


I've implemented here some experimental code on top of TMF, especially a class overriding org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.TmfTimeAnalysisProvider. Unfortunately, one of the overridden method is "drawState(TraceColorScheme, ITimeEvent, Rectangle, GC, boolean, boolean, boolean)", and TraceColorScheme parameter is sadly now in an internal package...


Is there any chance to revert this change ?
Or perhaps create a public ITraceColorScheme interface somewhere ?


Xavier Raynaud


Back to the top