Skip to main content



      Home
Home » Eclipse Projects » GEF » Printing
Printing [message #165397] Mon, 24 January 2005 22:00 Go to next message
Eclipse UserFriend
Originally posted by: jsk_lam.hotmail.com

Hi,

I need to enable the printing feature of my GEF diagram.
Could someone please help on how to implement the printing?

Thanks
SL
Re: Printing [message #165730 is a reply to message #165397] Wed, 26 January 2005 13:49 Go to previous message
Eclipse UserFriend
Add the following lines to you ActionBarContributor:
/*
* (non-Javadoc)
* @see
org.eclipse.gef.ui.actions.ActionBarContributor#declareGloba lActionKeys()
*/
protected void declareGlobalActionKeys() {
addGlobalActionKey(IWorkbenchActionConstants.PRINT);
}

sapna

"slam" <jsk_lam@hotmail.com> wrote in message
news:ct4cnk$qrg$1@www.eclipse.org...
> Hi,
>
> I need to enable the printing feature of my GEF diagram.
> Could someone please help on how to implement the printing?
>
> Thanks
> SL
>
>
Previous Topic:(44kB !) Connection visuals update issue (image attachments)
Next Topic:ToolBar items in Multi-Page Editor
Goto Forum:
  


Current Time: Tue Jun 17 14:09:36 EDT 2025

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

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

Back to the top