2015-02-09 16:42:11 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
|
|
|
<extension
|
|
|
|
point="com.raytheon.viz.ui.contextualMenu">
|
|
|
|
<contextualMenu
|
2015-06-25 12:43:38 -04:00
|
|
|
actionClass="com.raytheon.uf.viz.damagepath.NewTornadoDamagePathAction"
|
2015-02-09 16:42:11 -06:00
|
|
|
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
|
2015-06-25 12:43:38 -04:00
|
|
|
name="New Tornado Damage Path"
|
2015-04-24 13:21:22 -05:00
|
|
|
sortID="4">
|
2015-02-09 16:42:11 -06:00
|
|
|
</contextualMenu>
|
2015-02-12 11:57:37 -06:00
|
|
|
<contextualMenu
|
2015-06-09 10:38:28 -05:00
|
|
|
actionClass="com.raytheon.uf.viz.damagepath.ExportToLdadAction"
|
2015-02-12 11:57:37 -06:00
|
|
|
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
|
2015-06-09 10:38:28 -05:00
|
|
|
name="Export to LDAD"
|
2015-04-24 13:21:22 -05:00
|
|
|
sortID="5">
|
2015-02-12 11:57:37 -06:00
|
|
|
</contextualMenu>
|
2015-03-25 15:50:58 -04:00
|
|
|
<contextualMenu
|
2015-06-09 10:38:28 -05:00
|
|
|
actionClass="com.raytheon.uf.viz.damagepath.ExportDamagePathAction"
|
2015-03-25 15:50:58 -04:00
|
|
|
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
|
2015-06-09 10:38:28 -05:00
|
|
|
name="Export to File"
|
2015-04-24 13:21:22 -05:00
|
|
|
sortID="6">
|
2015-03-25 15:50:58 -04:00
|
|
|
</contextualMenu>
|
2015-06-09 10:38:28 -05:00
|
|
|
<contextualMenu
|
|
|
|
actionClass="com.raytheon.uf.viz.damagepath.ImportDamagePathAction"
|
|
|
|
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
|
|
|
|
name="Import from File"
|
|
|
|
sortID="7">
|
|
|
|
</contextualMenu>
|
2015-02-09 16:42:11 -06:00
|
|
|
</extension>
|
2016-01-27 17:38:40 -06:00
|
|
|
|
|
|
|
<extension
|
|
|
|
point="com.raytheon.uf.viz.localization.localizationpath">
|
|
|
|
<path
|
|
|
|
application="D2D"
|
|
|
|
extensionFilter=".xml"
|
|
|
|
localizationType="COMMON_STATIC"
|
|
|
|
name="Damage Path"
|
|
|
|
recursive="false"
|
|
|
|
value="damagepath">
|
|
|
|
</path>
|
|
|
|
</extension>
|
2015-02-09 16:42:11 -06:00
|
|
|
</plugin>
|