Usage | Add a topic in the navigation view. |
Attributes | point="com.softwareag.cis.plugin.topic" id class |
Interface | Topic String getImageURL() boolean isVisible() (used when switching views) |
Abstract base class | AbstractTopic |
Processing | When starting the user interface, a topic is added to the active perspective for each known extension that refers to the perspective. The first topic is selected. When switching to a different topic, replace the content of the HEADER frame according to the data provided by the corresponding perspective. |
Provided by | PluggableUI |
Example | <extension point="com.softwareag.cis.plugin.topic" id="registry" perspective="com.centrasite.control.perspective" class="com.centrasite.control.ext.ImportantTypesTopic"> </extension> |