IDs used to close a perspective at startup
You can configure a perspective so it is closed when IXIA CCMS Desktop opens by using the related ID in the trace log.
IDs for the perspectives are listed in the
Processing
[perspective] from [ixiasoft.eclipse.startup]
section of the trace
log.Processing [perspective] from [ixiasoft.eclipse.startup]
org.eclipse.jdt.ui.JavaPerspective .....................................: closed
org.eclipse.debug.ui.DebugPerspective ..................................: closed
org.eclipse.jdt.ui.JavaBrowsingPerspective .............................: closed
org.eclipse.ui.resourcePerspective .....................................: closed
com.ixiasoft.dita.eclipse.gui.perspective.DitaRelationshipPerspective ..: closed
com.ixiasoft.dita.eclipse.gui.perspective.OfflinePerspective ...........: closed
com.ixiasoft.dita.eclipse.gui.perspective.ProjectPerspective ...........: closed
com.ixiasoft.dita.eclipse.gui.perspective.SMEPerspective ...............: closed
To configure a perspective so that it is closed when IXIA CCMS Desktop opens, enter its ID in a
<removeditem>
element and set its state
to closed
. For example, to close
the Information Architect perspective, enter its
ID in the eclipseui.xml file as
follows:<section id="perspective">
<item id="com.ixiasoft.dita.eclipse.gui.perspective.LeadPerspective"
state="closed"/>
...