modelSearchParticipantTab

org.topcased.search.ui.modelSearchParticipantTab

topcased 1.0

Contribute a new Participant to Model Search Dialog. As a result a new Tab item is added in the participants Tab folder.

<!ELEMENT extension (participantTab+)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT participantTab (queryTab)+>

<!ATTLIST participantTab

label                              CDATA #REQUIRED

participantCompositeAreaFactory    CDATA #REQUIRED

index                              CDATA #REQUIRED

id                                 CDATA #REQUIRED

tooltip                            CDATA #IMPLIED

searchEngineID                     CDATA #REQUIRED

elementComposeableAdapterFactory   CDATA #REQUIRED

elementModelEditorSelectionHandler CDATA #REQUIRED

image                              CDATA #IMPLIED>

This element contribute a TabItem into the model search participants TabFolder.



<!ELEMENT queryTab EMPTY>

<!ATTLIST queryTab

id CDATA #REQUIRED>

This element defines a link to all compatibles query Tab items. Every participant can receive query data from different query kinds. For example, an UML search participant query modes can be : Text, XPath, OCL.



[Enter API information here.]

[Enter information about supplied implementation of this extension point.]