[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: General Question about Handlers & Commands

Hi,

I'm not sure if that is your question but you can use your own AbstractSourceProvider for example to enable your commands.

This is described here: http://www.vogella.de/articles/EclipseCommands/article.html#commmands_sourceprovider

Best regards, Lars


-- http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials http://www.twitter.com/vogella - vogella on Twitter

kentusha wrote:
I can set state to a command using the State object, but what is the exact same paradigm for a handler? In other words how to I set set State or something similiar to a handler. The handler parameters will not work for me because they only support strings.

thanks.