Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » deprecated SelectionAction
deprecated SelectionAction [message #196906] Wed, 28 September 2005 12:21 Go to next message
Eclipse UserFriend
Originally posted by: ingo.koch[nospam].sap.com

Hello!
Why is the following constructor
/**
* Creates a <code>SelectionAction</code> and associates it with the given
editor.
* @deprecated use IWorkbenchPart constructor, SelectionAction will be
changed to inherit
* from WorkbenchPartAction in next release
* @param part The workbench part associated with this action
* @param style the style for this action
*/
public SelectionAction(IWorkbenchPart part, int style) {
super(part, style);
}

still deprecated? Since SelectionAction already inherits from
WorkbenchPartAction...

Regards, Ingo
Re: deprecated SelectionAction [message #196922 is a reply to message #196906] Wed, 28 September 2005 14:47 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

The comment was out of date and is already fixed in my workspace.
What release are you using? Check the latest.

3.1.1 will be declared this week.

"Ingo Koch" <ingo.koch[nospam]@sap.com> wrote in message
news:dhe1so$td6$1@news.eclipse.org...
> Hello!
> Why is the following constructor
> /**
> * Creates a <code>SelectionAction</code> and associates it with the given
> editor.
> * @deprecated use IWorkbenchPart constructor, SelectionAction will be
> changed to inherit
> * from WorkbenchPartAction in next release
> * @param part The workbench part associated with this action
> * @param style the style for this action
> */
> public SelectionAction(IWorkbenchPart part, int style) {
> super(part, style);
> }
>
> still deprecated? Since SelectionAction already inherits from
> WorkbenchPartAction...
>
> Regards, Ingo
>
>
Previous Topic:Selection of EditPart children
Next Topic:customizing tooltip
Goto Forum:
  


Current Time: Fri Jan 17 09:19:44 GMT 2025

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

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

Back to the top