[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Actions in eclipse
|
- From: ademuyser@xxxxxxxxxx (Arnaud)
- Date: Mon, 28 Jul 2003 15:26:50 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
you can browse following eclipse help chapter:
Platform Plug-in Developer Guide > JFace UI framework > Actions and
contributions
and
Platform Plug-in Developer Guide > Advanced workbench concepts >
Retargetable actions
.. and other chapter.
Thomas wrote:
> Hello,
> Is there a document explaning how the actions (undo, redo, cut, copy, paste)
> are implemented in eclipse ?
> It seems a little bit complicated for me to navigate through javadoc and
> source code like TextEditor.java, etc ...
> Thx by advance.