<xmllayout>
<divider
orientation="HORZ">
<first>
<component
id="DAG" width="300"/>
</first>
<second>
<divider
orientation="VERT">
<first>
<tabs>
<tab name="Search &
Filter">
<panel>
<center>
<component
id="FIND"/>
</center>
<south>
<box
orientation="HORZ">
<component id="SEARCH_BUTTON" label="Ignore obsoletes" method="MODIFY"
filter="resource:noobsoletes.filter.xml"/>
<component id="SEARCH_BUTTON" label="Search all" method="MODIFY"
buttonGroup="SearchScope"
selected="true"/>
<component id="SEARCH_BUTTON" label="Search children of selection"
method="MODIFY" buttonGroup="SearchScope"
filter="resource:selection_children.filter.xml"/>
<component id="SEARCH_BUTTON" label="Search ontology of selection"
method="MODIFY" buttonGroup="SearchScope"
filter="resource:selection_root.filter.xml"/>
</box>
</south>
</panel>
</tab>
<tab name="Parent
Plugin">
<component
id="plugin:org.geneontology.oboedit.plugin.ParentPlugin"/>
</tab>
</tabs>
</first>
<second>
<component id="TEXTEDIT"
width="320"/>
</second>
</divider>
</second>
</divider>
</xmllayout>
This is a visual aid to help understand what parts of the layout code correspond to which parts of the display. Color-coded sections of the layout code correspond to the colored overlays on the image.
<xmllayout> |
![]() |