Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Missing API in HandlerUtil Class
Missing API in HandlerUtil Class [message #135126] Fri, 05 June 2009 12:56 Go to next message
Eclipse UserFriend
Originally posted by: benjamin.wolff.web.de

Hello,


i realised that there are three methods missing in the RAP HandlerUtil implementation.
These methods are:

static boolean matchesRadioState(ExecutionEvent event)
static boolean toggleCommandState(Command command)
static void updateRadioState(Command command, String newState)

reference: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/reference/api/org/eclipse/ui/handlers/Hand lerUtil.html

is there a special reason that there are missing? is it planned to add them soon?!
these methods are important when working with toggle or radio commands.


greetings,

ben
Re: Missing API in HandlerUtil Class [message #135218 is a reply to message #135126] Fri, 05 June 2009 17:09 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Ben,

> i realised that there are three methods missing in the RAP HandlerUtil
> implementation.
> These methods are:
>
> static boolean matchesRadioState(ExecutionEvent event) static boolean
> toggleCommandState(Command command) static void updateRadioState(Command
> command, String newState)
>
> reference:
> http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/reference/api/org/eclipse/ui/handlers/Hand lerUtil.html
>
>
> is there a special reason that there are missing? is it planned to add
> them soon?!
> these methods are important when working with toggle or radio commands.

The RAP implementation is still based on 3.4. The methods you mentioned
have been added in 3.5. We did not yet decide on a timeline for the
adoption of the 3.5 code base.

Regards, Ralf
Previous Topic:help_home in RAP
Next Topic:Incubator creation review
Goto Forum:
  


Current Time: Fri Mar 29 00:20:42 GMT 2024

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

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

Back to the top