Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » eclipse images
eclipse images [message #466207] Wed, 04 January 2006 21:56 Go to next message
Aleksandr Kravets is currently offline Aleksandr KravetsFriend
Messages: 55
Registered: July 2009
Member
Hi,

I want to use images that Eclipse IDE uses in my SWT application, where
can I find these images?

thanks,
Alex
Re: eclipse images [message #466223 is a reply to message #466207] Thu, 05 January 2006 04:18 Go to previous messageGo to next message
Vladimir Grishchenko is currently offline Vladimir GrishchenkoFriend
Messages: 104
Registered: July 2009
Senior Member
Many images in Eclipse are intended to be reused by other plugins and
accessible programmatically, but most of the images are private to the
plugins containing them and the only safe way to "use" them is to make a
copy. Physical images are typically found under icons plugin subdirectory.
Can you be more specific what images you're interested in?


"Aleksandr Kravets" <akravets@klgerweiss.com> wrote in message
news:dphgb4$au7$1@utils.eclipse.org...
> Hi,
>
> I want to use images that Eclipse IDE uses in my SWT application, where
> can I find these images?
>
> thanks,
> Alex
Re: eclipse images [message #466229 is a reply to message #466207] Thu, 05 January 2006 06:07 Go to previous messageGo to next message
Marcin Dobosz is currently offline Marcin DoboszFriend
Messages: 80
Registered: July 2009
Member
Check out:
org.eclipse.ui.ISharedImages,
org.eclipse.team.ui.ISharedImages,
org.eclipse.jdt.ui.ISharedImages

Other plugins might also have references to their images. Other than that,
you might have to get the files themselves from the particular plugins.


"Aleksandr Kravets" <akravets@klgerweiss.com> wrote in message
news:dphgb4$au7$1@utils.eclipse.org...
> Hi,
>
> I want to use images that Eclipse IDE uses in my SWT application, where
> can I find these images?
>
> thanks,
> Alex
Re: eclipse images [message #466256 is a reply to message #466223] Thu, 05 January 2006 14:29 Go to previous messageGo to next message
Aleksandr Kravets is currently offline Aleksandr KravetsFriend
Messages: 55
Registered: July 2009
Member
Pretty much all of them. Like 'x' icon, search icon and such.

Vladimir Grishchenko wrote:
> Many images in Eclipse are intended to be reused by other plugins and
> accessible programmatically, but most of the images are private to the
> plugins containing them and the only safe way to "use" them is to make a
> copy. Physical images are typically found under icons plugin subdirectory.
> Can you be more specific what images you're interested in?
>
>
> "Aleksandr Kravets" <akravets@klgerweiss.com> wrote in message
> news:dphgb4$au7$1@utils.eclipse.org...
>
>>Hi,
>>
>>I want to use images that Eclipse IDE uses in my SWT application, where
>>can I find these images?
>>
>>thanks,
>>Alex
>
>
>
Re: eclipse images [message #466298 is a reply to message #466256] Fri, 06 January 2006 01:23 Go to previous message
Vladimir Grishchenko is currently offline Vladimir GrishchenkoFriend
Messages: 7
Registered: July 2009
Junior Member
I think these particular icons are not public, so you have to copy the icon
files to your plugins.

"Aleksandr Kravets" <akravets@klgerweiss.com> wrote in message
news:dpjah9$aru$2@utils.eclipse.org...
> Pretty much all of them. Like 'x' icon, search icon and such.
>
Previous Topic:Drag and Drop feedback in Mac OS X
Next Topic:editor plugin color preferences question
Goto Forum:
  


Current Time: Fri Apr 26 13:21:43 GMT 2024

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

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

Back to the top