Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Deprecated Action constants
Deprecated Action constants [message #200843] Thu, 27 October 2005 20:32 Go to next message
Eclipse UserFriend
Originally posted by: harsh.ti.com

Randy/Partik,

There are several deprecated action constants such as
GEFActionConstants.DELETE. Instead, what should we be using to register
say the delete key to a delete action?

Thank you,
Harsh
Re: Deprecated Action constants [message #200860 is a reply to message #200843] Thu, 27 October 2005 22:43 Go to previous message
venkataramana m is currently offline venkataramana mFriend
Messages: 86
Registered: July 2009
Member
getActionRegistry().
   getAction(ActionFactory.DELETE.getId())
   getAction(ActionFactory.UNDO.getId())
   ....etc.,


Thanks
Venkat
Previous Topic:[ANN] Performance Results now available
Next Topic:Question on PolylineConnection
Goto Forum:
  


Current Time: Wed Jul 17 23:20:13 GMT 2024

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

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

Back to the top