eric4.ViewManager

Package implementing the viewmanager of the eric4 IDE.

The viewmanager is responsible for the layout of the editor windows. This is the central part of the IDE. In additon to this, the viewmanager provides all editor related actions, menus and toolbars.

There are three different types of viewmanagers available. The first one displays the editors on a workspace, the second using tabs and the third names the open editors in a listview with the editing area right of it.

Modules

BookmarkedFilesDialog Module implementing a configuration dialog for the bookmarked files menu.
Config Module defining some viewmanager related constants.
Listspace Module implementing the listspace viewmanager class.
Tabview Module implementing a tabbed viewmanager class.
ViewManager Module implementing the viewmanager base class.
Workspace Module implementing the workspace viewmanager class.
ViewManager Package implementing the viewmanager of the eric4 IDE.