[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Actions in eclipse

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.