IDs for views

IDs for views are listed in the Processing [views) section of the log.

For example:
Processing [views]
	com.ixiasoft.dita.eclipse.gui.views.sidebar.SideBarView .........: 
	com.ixiasoft.dita.eclipse.gui.views.documents.DocumentsView .....: 
	com.ixiasoft.dita.eclipse.gui.views.map.MapView .................: 
While most interface items can either be hidden or displayed, views can be hidden, displayed, or minimized. To remove or minimize a view, you specify its ID in an <item> element and specify its state as closed or minimized in a state attribute. For example, to minimize the DITA Map view, enter its ID in the eclipseui.xml file as follows:
<section id="views">
   <item id="com.ixiasoft.dita.eclipse.gui.views.map.MapView" state="minimized"/>
   ...