[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: General Question about Handlers & Commands
|
Once you inform the command that it has a state object, you can easily get access to the state by subclassing org.eclipse.core.commands.AbstractHandlerWithState
When a handler becomes active, it is handed the current state from the Command.
PW
--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions