Basically you can think of the eclipse workbench as a general set of
views (things that show you information) and editors (places where you
edit stuff), plus toolbars, menus and a status line I guess.
The Eclipse Java Development Environment uses the workbench to create an
environment for developing Java applications. So the workbench is the
concept of the main window and all the views / editors / toolbars /
etc... in that window. If you want to make your own Rich Client
Application you can reuse the workbench and provide your own views /
editors / toolbars / etc ...
cheers,
ian
Patrick Godeau wrote:
Aldry a écrit :
I am a newcomers to Eclipse platform! Would you like to tell me what
Workbench realy is?