are there any default icons for cut, copy, paste, .. menu items? [message #452905] |
Sun, 27 March 2005 13:45  |
Eclipse User |
|
|
|
Hi,
I'm working on context menu and I'd like to know, if there's a way to use
Eclipse icons, that can be found in EDIT menu of Eclipse workbench, for
basic menu items like Cut, Copy, etc..
thanks, M.
|
|
|
Re: are there any default icons for cut, copy, paste, .. menu items? [message #452919 is a reply to message #452905] |
Mon, 28 March 2005 14:30  |
Eclipse User |
|
|
|
The org.eclipse.ui.ISharedImages interface defines constants for shared
images.
You can load them by calling
PlatformUI.getWorkbench( ).getSharedImages( ).getImage(
ISharedImages.IMG_TOOL_CUT )
Roshan
Martin wrote:
> Hi,
> I'm working on context menu and I'd like to know, if there's a way to
> use Eclipse icons, that can be found in EDIT menu of Eclipse workbench,
> for basic menu items like Cut, Copy, etc..
>
> thanks, M.
>
|
|
|
Powered by
FUDForum. Page generated in 0.05729 seconds