Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Using classes from platform.ui.navigator

Hi Conrad

Using the class is fine. You can see that many types are used that are below JDT UI. However, there's an issue with your change. I've added a comment into the bug report to keep the discussion there.

Dani



From:        "Conrad Groth" <info@xxxxxxxxxxxxxxx>
To:        <jdt-ui-dev@xxxxxxxxxxx>
Date:        17.09.2017 10:51
Subject:        [jdt-ui-dev] Using classes from platform.ui.navigator
Sent by:        jdt-ui-dev-bounces@xxxxxxxxxxx




I’m currently working on an additional filter for the Project Explorer (platform.ui) and I also want to add it to the Package Explorer (jdt.ui). See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=519771for details.
 
What’s the policy in jdt.ui regarding dependencies to platform.ui for UI elements? I put the class in the (exported) package org.eclipse.ui.navigator.resources, which is already imported by the jdt.ui project. But I can only use the class in the plugin.xml, but I have to duplicate the name and the description of the extension. Is that okay or do I have to duplicate the class in jdt.ui? If yes, I also prefer to move the class in platform.ui to an internal package, if it’s not used somewhere else. The above mentioned bug contains two gerrit links showing the current solution for platform.ui and jdt.ui
 
Regards
Conrad_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_jdt-2Dui-2Ddev&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=1UITCR5rxUZHSFczvfaNFK4ymEbEiccRX7VKchpqz0Y&m=rQzXVAS-1NiwkH96u8aBgiz8JYroozmU0MoQ27Vin5M&s=01Oi1D4hJ0KAWyILCctB3O4vLg4MSzgEytOCisBHOkc&e=



Back to the top