awips2/cave/com.raytheon.uf.viz.d2d.ui/plugin.xml
Max Schenkelberg ae84e87fc0 Issue #1192 Changed rename dialog to allow specifying a directory path along with the new file name. Made so directories can be attempted to be deleted as well. Cleaned up FileTreeView code so directory and file deletions show up in tree correctly
Change-Id: I3080a03fcbed0de39908945d899e0c8200c2dc9a

Former-commit-id: 96d8ddcf51 [formerly 7a53736cf3] [formerly 22be9bee2e] [formerly 96d8ddcf51 [formerly 7a53736cf3] [formerly 22be9bee2e] [formerly adbeffbb25 [formerly 22be9bee2e [formerly 5397776e07902b1deb68259128ae536fafa1d844]]]]
Former-commit-id: adbeffbb25
Former-commit-id: 64d3ed2723 [formerly 03146b0a16] [formerly 8e6f528a102b2a018db31f4d1dddc50e51d23e89 [formerly ab58fcb601]]
Former-commit-id: 1807808e57851b0545ae309aff64b99242e04a59 [formerly 4b2023b359]
Former-commit-id: 8a68ac417e
2012-09-24 11:33:03 -05:00

2174 lines
80 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.contexts">
<context
description="D2D Context"
id="com.raytheon.uf.viz.d2d.ui"
name="D2DContext">
</context>
<context
description="D2D Perspective Context"
id="com.raytheon.uf.viz.d2d.ui.perspective"
name="D2DPerspectiveContext">
</context>
</extension>
<extension
point="org.eclipse.ui.actionSets">
<actionSet
id="com.raytheon.uf.viz.d2d.ui.D2DActionSet"
label="D2D Action Set"
visible="false">
</actionSet>
</extension>
<extension
point="org.eclipse.core.expressions.definitions">
<definition
id="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
<with
variable="activeContexts">
<iterate
operator="or">
<equals
value="com.raytheon.uf.viz.d2d.ui.D2DActionSet">
</equals>
</iterate>
</with>
</definition>
</extension>
<extension point="com.raytheon.uf.viz.d2d.core.timeMatchingConfigurationFactory">
<factory class = "com.raytheon.uf.viz.d2d.ui.time.dialogs.D2DTimeMatchingConfigurationFactory"/>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu?after=CAVE">
<menu id="d2dFile" label="File" mnemonic="F">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<separator
name="top"
visible="false">
</separator>
<menu
label="Procedures">
<command
commandId="com.raytheon.viz.ui.newAWIPSProcedure"
label="New..."
style="push">
</command>
<command
commandId="com.raytheon.viz.ui.openAWIPSProcedure"
label="Open..."
style="push">
</command>
<command
commandId="com.raytheon.viz.ui.deleteAWIPSProcedure"
label="Delete..."
style="push">
</command>
<command
commandId="com.raytheon.viz.ui.copyOutAWIPSProcedure"
label="Copy Display to Procedure(s)"
style="push">
</command>
</menu>
<command
commandId="com.raytheon.viz.ui.showHistoryList"
label="History List..."
style="push">
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.showPrintDialog"
label="Print..."
style="push">
</command>
<command
commandId="com.raytheon.viz.ui.actions.saveScreen"
label="Capture Window..."
style="push">
</command>
</menu>
<menu
id="view"
label="View">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<command
commandId="com.raytheon.viz.ui.clear"
label="Clear">
</command>
<separator
name="beforeLoopControlGroup"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
label="Step Back">
<parameter
name="operation"
value="PREVIOUS">
</parameter>
<parameter
name="mode"
value="TIME_ONLY">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
label="Step Forward">
<parameter
name="operation"
value="NEXT">
</parameter>
<parameter
name="mode"
value="TIME_ONLY">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
label="First Frame">
<parameter
name="operation"
value="FIRST">
</parameter>
<parameter
name="mode"
value="TIME_AND_SPACE">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
label="Last Frame">
<parameter
name="operation"
value="LAST">
</parameter>
<parameter
name="mode"
value="TIME_AND_SPACE">
</parameter>
</command>
<separator
name="afterLoopControlGroup"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.tools.looping.loop"
label="Looping"
style="toggle">
</command>
<separator
name="beforeLayoutGroup"
visible="true">
</separator>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
label="Default Pane Layout">
<parameter
name="sideViews"
value="4">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
label="Three Pane Layout">
<parameter
name="sideViews"
value="2">
</parameter>
</command>
<separator
name="afterLayoutGroup"
visible="true">
</separator>
<dynamic class="com.raytheon.viz.ui.actions.ToggleToolbarContributionItem" id="com.raytheon.uf.viz.d2d.ui.actions.ToggleToolbarContributionItem"/>
</menu>
<menu
id="options"
label="Options">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.timeOptionsAction"
label="Time Options"
style="toggle">
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.dataScaleAction"
label="Data Scale"
style="toggle">
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.imageCombination"
label="Image Combination"
style="toggle">
</command>
<separator
name="beforeProperties"
visible="true">
</separator>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.displayPropertiesAction"
label="Display Properties...">
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.loopProperties"
label="Loop Properties...">
</command>
<command
commandId="com.raytheon.viz.ui.imageProperties"
label="Image Properties...">
</command>
<separator
name="afterProperties"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.settime"
label="Set Time...">
</command>
<command
commandId="com.raytheon.viz.ui.setbackgroundcolor"
label="Set Background Color...">
</command>
</menu>
<menu
id="tools"
label="Tools"
mnemonic="T">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<separator
name="tools.start"
visible="false">
</separator>
<separator
name="D2D.Tools.Additions"
visible="false">
</separator>
</menu>
<menu
id="volume"
label="Volume"
mnemonic="V">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<separator name="top" visible="false"/>
</menu>
<menu
id="obs"
label="Obs"
mnemonic="O">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<separator
name="SURFACE"
visible="false">
</separator>
<separator
name="EndOfInitial"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ METAR ------">
</command>
<separator
name="METAR"
visible="false">
</separator>
<separator
name="EndOfMetar"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Synoptic ------">
</command>
<separator
name="SYNOPTIC"
visible="false">
</separator>
<separator
name="EndOfSynoptic"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Local data ------">
</command>
<separator
name="LocalData"
visible="false">
</separator>
<separator
name="EndOfLocalData"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Maritime ------" id="MARITIME">
</command>
<separator
name="EndOfMaritime"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Hazards ------" >
</command>
<separator name="HAZARDS" visible="false"/>
<separator name="LIGHTNINGPLACEHOLDER" visible="false"/>
<separator name="FOGPLACEHOLDER" visible="false"/>
<separator name="SNOWPLACEHOLDER" visible="false"/>
<separator
name="EndOfHazards"
visible="true">
</separator>
</menu>
<menu
id="ncepHydro"
label="NCEP/Hydro"
mnemonic="N">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<separator
name="xxx"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ SPC ------">
</command>
<separator name="SPC" visible="false"/>
<separator
name="xxx"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ TPC ------">
</command>
<separator name="HURRICANE" visible="false"/>
<separator
name="xxx"
visible="true">
</separator>
<command id="NCO"
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ NCO ------">
</command>
<separator
name="xxx"
visible="true">
</separator>
<command id="HPC"
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ HPC ------">
</command>
<separator
name="xxx"
visible="true">
</separator>
<command id="MPC"
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ MPC ------">
</command>
<separator
name="xxx"
visible="true">
</separator>
<command id="CPC"
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ CPC ------">
</command>
<separator
name="xxx"
visible="true">
</separator>
<command id="HYDRO"
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Hydro ------">
</command>
<separator name="QPE" visible="false"/>
<separator name="QPF" visible="false"/>
<separator name="HydroMenuEnd" visible="false"/>
<separator
name="xyx"
visible="true">
</separator>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Local Analyses/Statistical Guidance ------">
</command>
</menu>
<menu id="Local"
label="Local">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</menu>
<menu
id="upperAir"
label="Upper Air"
mnemonic="U">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Profiler ------" id="PROFILER">
</command>
<separator name="ProfilerMenuEnd" visible="false"/>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Radar ------" id="RADAR">
</command>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ Aircraft ------" id="AIRCRAFT">
</command>
<separator name="AircraftMenuEnd" visible="false"/>
<command
commandId="com.raytheon.viz.ui.actions.titleAction"
label="------ RAOB ------" id="RAOB">
</command>
<separator name="RAOBMenuEnd" visible="false"/>
</menu>
<menu
id="satellite"
label="Satellite"
mnemonic="S">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<separator name="MENUSTART" visible="false"/>
<separator name="GROUP1" visible="false"/>
<separator name="GROUP2" visible="false"/>
<separator name="GROUP3" visible="false"/>
<separator name="GROUP4" visible="false"/>
<separator name="GROUP5" visible="false"/>
<separator name="GROUP6" visible="false"/>
<separator name="GROUP7" visible="false"/>
<separator name="MENUEND" visible="false"/>
</menu>
<menu
id="radar"
label="Radar"
mnemonic="R">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<separator name="RADAR_MENU_START" visible="false"/>
</menu>
<menu id="scan" mnemonic="C" label="SCAN">
<visibleWhen>
<reference definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet"></reference></visibleWhen>
<separator name="SCAN_MENU_START" visible="false"></separator></menu>
<menu
id="D2Dmaps"
label="Maps"
mnemonic="M">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<dynamic
class="com.raytheon.uf.viz.core.maps.menus.MapsMenu"
id="com.raytheon.uf.viz.core.maps.menus.MapsMenu">
</dynamic>
</menu>
</menuContribution>
<menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
<toolbar
id="d2d-1">
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.loadmodebutton"
id="com.raytheon.uf.viz.d2d.ui.actions.loadmode"
label="Load Mode"
style="pulldown"
tooltip="Load Mode">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
</toolbar>
<toolbar
id="mapControls">
<command
commandId="com.raytheon.viz.ui.scalebutton"
id="com.raytheon.viz.ui.scale"
label="Scale"
style="pulldown"
tooltip="Scale">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<command
commandId="com.raytheon.viz.ui.clear"
label="Clear"
style="push">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
</toolbar>
<toolbar
id="loopControls">
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
icon="icons/first0.gif"
label="First Frame"
style="push">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<parameter
name="operation"
value="FIRST">
</parameter>
<parameter
name="mode"
value="TIME_AND_SPACE">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
icon="icons/back0.gif"
label="Previous Frame"
style="push">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<parameter
name="mode"
value="TIME_AND_SPACE">
</parameter>
<parameter
name="operation"
value="PREVIOUS">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
icon="icons/fwd0.gif"
label="Next Frame"
style="push">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<parameter
name="mode"
value="TIME_AND_SPACE">
</parameter>
<parameter
name="operation"
value="NEXT">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
icon="icons/last0.gif"
label="Last Frame"
style="push">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
<parameter
name="operation"
value="LAST">
</parameter>
<parameter
name="mode"
value="TIME_AND_SPACE">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.loop"
icon="icons/looping0.gif"
label="Loop"
style="toggle">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<command
commandId="com.raytheon.viz.ui.tools.looping.loopProperties"
icon="icons/loopprop0.gif"
label="Loop Controls"
style="push">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
</toolbar>
<toolbar
id="d2d-2">
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.imageCombination"
icon="icons/nocombine.gif"
label="Toggle Image Combination"
style="toggle">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<command
commandId="com.raytheon.viz.ui.imageProperties"
icon="icons/imageprop.gif"
label="Image Properties">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.showPrintDialog"
icon="icons/print.gif"
label="Print">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<separator
name="tools.toolbar" visible="false">
</separator>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
icon="icons/5-pane.gif"
label="Default Pane Layout">
<parameter
name="sideViews"
value="4">
</parameter>
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
icon="icons/3-pane.gif"
label="Three Pane Layout">
<parameter
name="sideViews"
value="2">
</parameter>
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
</toolbar>
<toolbar
id="d2d-3">
<command
commandId="com.raytheon.viz.ui.actions.framesbutton"
id="com.raytheon.viz.ui.actions.frames"
label="Frames: ??"
style="pulldown">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<command
commandId="com.raytheon.viz.ui.actions.magnificationbutton"
id="com.raytheon.viz.ui.actions.magnification"
label="Mag: ?.??"
style="pulldown">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
<command
commandId="com.raytheon.viz.ui.actions.densitybutton"
id="com.raytheon.viz.ui.actions.density"
label="Density: ?.??"
style="pulldown">
<visibleWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</visibleWhen>
</command>
</toolbar>
</menuContribution>
<menuContribution
locationURI="menu:com.raytheon.uf.viz.d2d.ui.actions.loadmode">
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Latest">
<parameter
name="loadMode"
value="LATEST">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Valid time seq">
<parameter
name="loadMode"
value="VALID_TIME_SEQ">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="No Backfill">
<parameter
name="loadMode"
value="NO_BACKFILL">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Previous run">
<parameter
name="loadMode"
value="PREVIOUS_MODEL_RUN">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Prev valid time seq">
<parameter
name="loadMode"
value="PREVIOUS_VALID_TIME_SEQ">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Prognosis loop">
<parameter
name="loadMode"
value="PROG_LOOP">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Analysis loop">
<parameter
name="loadMode"
value="ANALYSIS_LOOP">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setbasisloadmode"
label="dProg/dt">
<parameter
name="loadMode"
value="DPROG_DT">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setoverlayloadmode"
label="Forced">
<parameter
name="loadMode"
value="FORCED">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setoverlayloadmode"
label="Forecast match">
<parameter
name="loadMode"
value="FCST_TIME_MATCH">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Inventory">
<parameter
name="loadMode"
value="INVENTORY">
</parameter>
</command>
<command
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
label="Slot">
<parameter
name="loadMode"
value="SLOT">
</parameter>
</command>
</menuContribution>
<menuContribution
locationURI="menu:com.raytheon.viz.ui.actions.frames">
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="1">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="2">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="3">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="4">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="5">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="6">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="7">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="8">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="9">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="10">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="11">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="12">
</parameter>
</command>
<separator
name="separator"
visible="true">
</separator>
<menu
label="13 ~ 19">
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="13">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="14">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="15">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="16">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="17">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="18">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="19">
</parameter>
</command>
</menu>
<menu
label="20 ~ 29">
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="20">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="21">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="22">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="23">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="24">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="25">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="26">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="27">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="28">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="29">
</parameter>
</command>
</menu>
<menu
label="30 ~ 39">
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="30">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="31">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="32">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="33">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="34">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="35">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="36">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="37">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="38">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="39">
</parameter>
</command>
</menu>
<menu
label="40 ~ 49">
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="40">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="41">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="42">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="43">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="44">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="45">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="46">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="47">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="48">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="49">
</parameter>
</command>
</menu>
<menu
label="50 ~ 59">
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="50">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="51">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="52">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="53">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="54">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="55">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="56">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="57">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="58">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="59">
</parameter>
</command>
</menu>
<menu
label="60 ~ 64">
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="60">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="61">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="62">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="63">
</parameter>
</command>
<command
commandId="com.raytheon.viz.ui.actions.setframes">
<parameter
name="frameCount"
value="64">
</parameter>
</command>
</menu>
</menuContribution>
<menuContribution
locationURI="menu:com.raytheon.viz.ui.actions.magnification">
<dynamic
class="com.raytheon.uf.viz.d2d.ui.MagnificationPopulator"
id="com.raytheon.uf.viz.d2d.ui.magnificationPopulator">
</dynamic>
</menuContribution>
<menuContribution
locationURI="menu:com.raytheon.viz.ui.actions.density">
<dynamic
class="com.raytheon.uf.viz.d2d.ui.DensityPopulator"
id="com.raytheon.uf.viz.d2d.ui.densityPopulator">
</dynamic>
</menuContribution>
<menuContribution
locationURI="menu:com.raytheon.viz.ui.scale">
<dynamic
class="com.raytheon.uf.viz.d2d.ui.MapScalePopulator"
id="com.raytheon.uf.viz.d2d.ui.mapScalePopulator">
</dynamic>
</menuContribution>
</extension>
<extension point="org.eclipse.ui.handlers">
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.DataScaleAction"
commandId="com.raytheon.uf.viz.d2d.ui.actions.dataScaleAction">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.ChangeLegendModeHandler"
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeLegendMode">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.map.actions.ClearAction"
commandId="com.raytheon.viz.ui.clear">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.map.actions.ScaleButtonHandler"
commandId="com.raytheon.viz.ui.scalebutton">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.map.actions.ScaleHandler"
commandId="com.raytheon.viz.ui.setScale">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.TimeOptionsAction"
commandId="com.raytheon.uf.viz.d2d.ui.actions.timeOptionsAction">
<activeWhen>
<with variable="activeEditor">
<instanceof value="com.raytheon.uf.viz.core.IDisplayPaneContainer"/>
</with>
</activeWhen>
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.LocateCursorAction"
commandId="com.raytheon.uf.viz.d2d.ui.actions.locateCursorAction">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.LoadModeHandler"
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.LoadModeOverlayHandler"
commandId="com.raytheon.uf.viz.d2d.ui.actions.setoverlayloadmode">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.LoadModeBasisHandler"
commandId="com.raytheon.uf.viz.d2d.ui.actions.setbasisloadmode">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.DisplayPropertiesAction"
commandId="com.raytheon.uf.viz.d2d.ui.actions.displayPropertiesAction">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.LoadModeButtonHandler"
commandId="com.raytheon.uf.viz.d2d.ui.actions.loadmodebutton">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.MagHandler"
commandId="com.raytheon.viz.ui.actions.setmagnification">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.MagButtonHandler"
commandId="com.raytheon.viz.ui.actions.magnificationbutton">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.DensityHandler"
commandId="com.raytheon.viz.ui.actions.setdensity">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.DensityButtonHandler"
commandId="com.raytheon.viz.ui.actions.densitybutton">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.map.CreateProjectionHandler"
commandId="com.raytheon.viz.ui.createProjection">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.map.actions.ToggleResourceHandler"
commandId="com.raytheon.viz.ui.actions.toggleResource">
<activeWhen>
<reference
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
</reference>
</activeWhen>
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.map.actions.FourPanelLayoutHandler"
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.fourPanelLayout">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.map.actions.RotatePanelsHandler"
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.ImageCombinationAction"
commandId="com.raytheon.uf.viz.d2d.ui.actions.imageCombination">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.ShowHistoryList"
commandId="com.raytheon.viz.ui.showHistoryList">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.AddAWIPSProcedure"
commandId="com.raytheon.viz.ui.newAWIPSProcedure">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.OpenAWIPSProcedure"
commandId="com.raytheon.viz.ui.openAWIPSProcedure">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.DeleteAWIPSProcedure"
commandId="com.raytheon.viz.ui.deleteAWIPSProcedure">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.CopyOutAWIPSProcedure"
commandId="com.raytheon.viz.ui.copyOutAWIPSProcedure">
<activeWhen>
<with variable="activeEditor">
<instanceof value="com.raytheon.uf.viz.core.IDisplayPaneContainer"/>
</with>
</activeWhen>
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.SetPerspectiveHandler"
commandId="com.raytheon.viz.ui.setperspective">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.ChangeD2DLayoutAction"
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.ShowPrintDialog"
commandId="com.raytheon.uf.viz.d2d.ui.actions.showPrintDialog">
<activeWhen>
<with variable="activeEditor">
<instanceof value="com.raytheon.uf.viz.core.IDisplayPaneContainer"/>
</with>
</activeWhen>
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.IncreaseBlendAmount"
commandId="com.raytheon.uf.viz.d2d.ui.actions.increaseBlendAmount">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.DecreaseBlendAmount"
commandId="com.raytheon.uf.viz.d2d.ui.actions.decreaseBlendAmount">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.ToggleTool"
commandId="com.raytheon.uf.viz.d2d.ui.actions.toggleTool">
<activeWhen>
<with variable="activeEditor">
<instanceof value="com.raytheon.uf.viz.core.IDisplayPaneContainer"/>
</with>
</activeWhen>
</handler>
</extension>
<extension
point="org.eclipse.ui.views">
<view
category="com.raytheon.viz.ui"
allowMultiple="true"
class="com.raytheon.uf.viz.d2d.ui.map.SideView"
id="com.raytheon.uf.viz.d2d.ui.map.SideView"
name="D2D Side View"/>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="com.raytheon.uf.viz.d2d.ui.perspectives.D2D5Pane"
fixed="true"
icon="icons/d2d5.gif"
id="com.raytheon.uf.viz.d2d.ui.perspectives.D2D5Pane"
name="D2D"
singleton="true">
</perspective>
</extension>
<extension
id="com.raytheon.viz.ui.bindings"
point="org.eclipse.ui.bindings">
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.showHistoryList"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+H">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeLegendMode"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="NUMPAD_ENTER">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.uf.viz.d2d.ui.actions.showPrintDialog"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+P">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.newAWIPSProcedure"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+N">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.openAWIPSProcedure"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+O">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.deleteAWIPSProcedure"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+D">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.copyOutAWIPSProcedure"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+B">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.clear"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+C">
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="ARROW_LEFT">
<parameter
id="mode"
value="TIME_ONLY">
</parameter>
<parameter
id="operation"
value="PREVIOUS">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="ARROW_RIGHT">
<parameter
id="mode"
value="TIME_ONLY">
</parameter>
<parameter
id="operation"
value="NEXT">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+ARROW_LEFT">
<parameter
id="mode"
value="TIME_AND_SPACE">
</parameter>
<parameter
id="operation"
value="FIRST">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+ARROW_RIGHT">
<parameter
id="mode"
value="TIME_AND_SPACE">
</parameter>
<parameter
id="operation"
value="LAST">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="ARROW_DOWN">
<parameter
id="mode"
value="SPACE_ONLY">
</parameter>
<parameter
id="operation"
value="PREVIOUS">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="ARROW_UP">
<parameter
id="mode"
value="SPACE_ONLY">
</parameter>
<parameter
id="operation"
value="NEXT">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+ARROW_DOWN">
<parameter
id="mode"
value="SPACE_ONLY">
</parameter>
<parameter
id="operation"
value="FIRST">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+ARROW_UP">
<parameter
id="mode"
value="SPACE_ONLY">
</parameter>
<parameter
id="operation"
value="LAST">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="SHIFT+ARROW_LEFT">
<parameter
id="mode"
value="TIME_AND_SPACE">
</parameter>
<parameter
id="operation"
value="PREVIOUS">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.frameTool"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="SHIFT+ARROW_RIGHT">
<parameter
id="mode"
value="TIME_AND_SPACE">
</parameter>
<parameter
id="operation"
value="NEXT">
</parameter>
</key>
<key
commandId="com.raytheon.viz.ui.tools.looping.fasterLoop"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="PAGE_UP"/>
<key
commandId="com.raytheon.viz.ui.tools.looping.slowerLoop"
contextId="com.raytheon.viz.ui.loopContext"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="PAGE_DOWN"/>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.uf.viz.d2d.ui.actions.timeOptionsAction"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+T">
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.fourPanelLayout"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="END">
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="DELETE">
<parameter id="direction" value="1"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="BACKSPACE">
<parameter id="direction" value="-1"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="1">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="3"></parameter>
<parameter id="hideIndex" value="1"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="5">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="3"></parameter>
<parameter id="hideIndex" value="0"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="2">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="0"></parameter>
<parameter id="hideIndex" value="1"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="6">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="0"></parameter>
<parameter id="hideIndex" value="0"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="3">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="1"></parameter>
<parameter id="hideIndex" value="1"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="7">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="1"></parameter>
<parameter id="hideIndex" value="0"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="4">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="2"></parameter>
<parameter id="hideIndex" value="1"></parameter>
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="8">
<parameter id="direction" value="1"></parameter>
<parameter id="startIndex" value="2"></parameter>
<parameter id="hideIndex" value="0"></parameter>
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.uf.viz.d2d.ui.actions.dataScaleAction"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+S">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.uf.viz.d2d.ui.actions.imageCombination"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="INSERT">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.uf.viz.d2d.ui.actions.locateCursorAction"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="F12">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.tools.looping.loopProperties"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+L">
</key>
<key
contextId="com.raytheon.uf.viz.d2d.ui"
commandId="com.raytheon.viz.ui.imageProperties"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="M1+I">
</key>
<key
commandId="com.raytheon.uf.viz.d2d.ui.actions.increaseBlendAmount"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="com.raytheon.viz.ui.awips.scheme"
sequence="NUMPAD_ADD"/>
<key
commandId="com.raytheon.uf.viz.d2d.ui.actions.decreaseBlendAmount"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="NUMPAD_SUBTRACT"/>
<key
commandId="com.raytheon.uf.viz.d2d.ui.actions.toggleTool"
contextId="com.raytheon.uf.viz.d2d.ui"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="NUMPAD_DECIMAL"/>
</extension>
<extension
point="org.eclipse.ui.commands">
<category
id="com.raytheon.uf.viz.d2d.ui"
name="D2D" description="Command category for D2D">
</category>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.setloadmode"
name="Set Load Mode">
<commandParameter
id="loadMode"
name="loadMode"
optional="false">
</commandParameter>
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.dataScaleAction"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Toggle the data scale enabled option"
name="Toggle Data Scale">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.changeLegendMode"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Change the mode of the legend"
name="Change D2D legend mode">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
name="Change D2D Layout">
<commandParameter
id="sideViews"
name="sideViews"
optional="false">
</commandParameter>
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.setoverlayloadmode"
name="Set Overlay Load Mode">
<commandParameter
id="loadMode"
name="loadMode"
optional="false">
</commandParameter>
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.setbasisloadmode"
name="Set Basis Load Mode">
<commandParameter
id="loadMode"
name="loadMode"
optional="false">
</commandParameter>
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.loadmodebutton"
name="Load Mode Button Updater">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.timeOptionsAction"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Open time options dialog"
name="Time Options">
</command>
<command
id="com.raytheon.viz.ui.actions.notImplemented"
name="Data Scale">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.locateCursorAction"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Locates the cursor on the screen"
name="Locate Cursor">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.displayPropertiesAction"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Opens the display properties dialog"
name="Display Properties">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.map.actions.fourPanelLayout"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Switches editor to a four panel layout"
name="Four Panel Layout">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.map.actions.rotatePanels"
name="Rotate Panels">
<commandParameter
id="direction"
name="direction"
optional="false">
</commandParameter>
<commandParameter
id="startIndex"
name="startIndex"
optional="true">
</commandParameter>
<commandParameter
id="hideIndex"
name="hideIndex"
optional="true">
</commandParameter>
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.imageCombination"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Toggle the image combination option"
name="Image Combination">
</command>
<command
id="com.raytheon.viz.ui.showHistoryList"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Show the d2d history list"
name="Show History List">
</command>
<command
id="com.raytheon.viz.ui.newAWIPSProcedure"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Create a new procedure"
name="New AWIPS Procedure">
</command>
<command
id="com.raytheon.viz.ui.openAWIPSProcedure"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Open an existing procedure"
name="Open AWIPS Procedure">
</command>
<command
id="com.raytheon.viz.ui.deleteAWIPSProcedure"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Delete a procedure"
name="Delete AWIPS Procedure">
</command>
<command
id="com.raytheon.viz.ui.copyOutAWIPSProcedure"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Copy out an AWIPS procedure"
name="Copy Out AWIPS Procedure">
</command>
<command
id="com.raytheon.viz.ui.setperspective"
name="Set Perspective">
<commandParameter
id="perspective"
name="perspective"
optional="false">
</commandParameter>
</command>
<command
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Show the AWIPS II Print Dialog"
id="com.raytheon.uf.viz.d2d.ui.actions.showPrintDialog"
name="Show Print Dialog">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.increaseBlendAmount"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Increases the blend amout on a blended resource"
name="Increase Blend"/>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.decreaseBlendAmount"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Decreases the blend amout on a blended resource"
name="Decrease Blend"/>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.toggleTool"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Toggles a blended resource"
name="Toggle Layer"/>
</extension>
<extension
point="com.raytheon.viz.ui.perspectiveManager">
<perspectiveManager
perspectiveId="com.raytheon.uf.viz.d2d.ui.perspectives.D2D5Pane"
class="com.raytheon.uf.viz.d2d.ui.perspectives.D2DPerspectiveManager"
name="D2DPerspectiveManager">
</perspectiveManager>
</extension>
<extension
point="com.raytheon.uf.viz.ui.mouse.action">
<mouseAction
id="com.raytheon.viz.d2d.ui.toggleLegend"
default="Right Click"
description="Switch which Legends are displayed"
eventOptions="Left Click,Middle Click,Right Click"
name="Toggle Legends"
category="Editor Action">
</mouseAction>
<mouseAction
id="com.raytheon.viz.d2d.ui.show.colorEdit"
default="Right Click"
description="Switch which Legends are displayed"
eventOptions="Left Click,Middle Click,Right Click"
name="Show Color Edit dialog"
category="Editor Action">
</mouseAction>
<mouseAction
id="com.raytheon.viz.d2d.ui.hide.resource"
default="Left Click"
description="Show/Hide a resource when a user clicks on the title in the legend"
eventOptions="Left Click,Middle Click"
name="Show/Hide Resource"
category="Legend Interaction">
</mouseAction>
</extension>
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="com.raytheon.uf.viz.d2d.ui.perspectives.D2D5Pane">
<actionSet
id="com.raytheon.uf.viz.d2d.ui.D2DActionSet">
</actionSet>
</perspectiveExtension>
<perspectiveExtension
targetID="*">
<perspectiveShortcut
id="com.raytheon.uf.viz.d2d.ui.perspectives.D2D5Pane">
</perspectiveShortcut>
</perspectiveExtension>
</extension>
<extension
point="com.raytheon.uf.viz.core.classContext">
<classContext
class="com.raytheon.uf.viz.d2d.ui.perspectives.D2DPerspectiveManager">
<contextId
id="com.raytheon.uf.viz.d2d.ui.perspective">
</contextId>
</classContext>
<classContext
class="com.raytheon.uf.viz.d2d.ui.perspectives.D2DContextActivator">
<contextId
id="com.raytheon.uf.viz.d2d.ui">
</contextId>
</classContext>
</extension>
<extension
point="com.raytheon.viz.ui.contextualMenu">
<contextualMenu
actionClass="com.raytheon.uf.viz.d2d.ui.actions.BlinkToggleAction"
name="Blinking"
sortID="997">
</contextualMenu>
</extension>
<extension
point="com.raytheon.uf.viz.core.resource">
<resource
class="com.raytheon.uf.viz.d2d.ui.map.resource.SpottersReadoutResource"
name="Spotters Readout"
renderingOrderId="PLOT"/>
</extension>
<extension
point="com.raytheon.uf.viz.localization.localizationpath">
<path
application="D2D"
localizationType="CAVE_STATIC"
name="Procedures"
value="procedures"
recursive="true">
</path>
<path
application="D2D"
localizationType="CAVE_STATIC"
name="Map Scales"
value="bundles/scales"
recursive="true">
</path>
<path
application="D2D"
localizationType="COMMON_STATIC"
name="Purge Rules"
value="purge">
</path>
</extension>
</plugin>