Skip to main content

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

Thanks !

Xavier

On 03/23/2012 04:39 PM, Francois Chouinard wrote:
Hi Xavier,

This was just a first shot at internalizing some TMF APIs following the
recent surge of "API-consciousness" postings. Let's say that this first
  was not exactly a "surgical" effort...

I will make the package visible again (should be ready after lunch,
EDT). However, expect that some really non-API stuff might migrate to
internal packages in the near future.

Regards,
/fc


On Fri, Mar 23, 2012 at 9:17 AM, Xavier Raynaud
<xavier.raynaud@xxxxxxxxx <mailto:xavier.raynaud@xxxxxxxxx>> wrote:

    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
    _________________________________________________
    linuxtools-dev mailing list
    linuxtools-dev@xxxxxxxxxxx <mailto:linuxtools-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/__mailman/listinfo/linuxtools-__dev
    <https://dev.eclipse.org/mailman/listinfo/linuxtools-dev>




--
Francois



Back to the top