vb command in menus
This commit is contained in:
parent
34edb9d6ce
commit
02f5b42773
1 changed files with 17 additions and 3 deletions
|
@ -56,7 +56,14 @@
|
|||
application="D2D"
|
||||
localizationType="CAVE_STATIC,COMMON_STATIC"
|
||||
name="Volume Browser"
|
||||
value="level/mappings"
|
||||
value="volumebrowser"
|
||||
recursive="true">
|
||||
</path>
|
||||
<path
|
||||
application="D2D"
|
||||
localizationType="COMMON_STATIC"
|
||||
name="Volume Browser Level Mappings"
|
||||
value="level/mappings"
|
||||
recursive="true">
|
||||
</path>
|
||||
<path
|
||||
|
@ -70,10 +77,10 @@
|
|||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="menu:volume?after=top">
|
||||
locationURI="menu:models?after=top">
|
||||
<command
|
||||
commandId="com.raytheon.viz.volumebrowser.volumeBrowserRef"
|
||||
label="Browser...">
|
||||
label="Volume Browser">
|
||||
</command>
|
||||
<separator name="afterVB" visible="false"/>
|
||||
<separator name="VolumeBundles" visible="true"/>
|
||||
|
@ -81,6 +88,13 @@
|
|||
<separator name="SurfaceFamilies" visible="false"/>
|
||||
<separator name="StdEnvDataPackageFamilies" visible="true"/>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
locationURI="menu:tools">
|
||||
<command
|
||||
commandId="com.raytheon.viz.volumebrowser.volumeBrowserRef"
|
||||
label="Volume Browser">
|
||||
</command>
|
||||
</menuContribution>
|
||||
</extension>
|
||||
<extension
|
||||
point="com.raytheon.uf.viz.ui.menus.contribItemProvider">
|
||||
|
|
Loading…
Add table
Reference in a new issue