parent
abe5dc0411
commit
85b45e93bb
2 changed files with 26 additions and 64 deletions
|
@ -225,6 +225,32 @@
|
|||
visible="true">
|
||||
</separator>
|
||||
<dynamic class="com.raytheon.viz.ui.actions.ToggleToolbarContributionItem" id="com.raytheon.uf.viz.d2d.ui.actions.ToggleToolbarContributionItem"/>
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
|
||||
label="Full 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"
|
||||
label="Default Pane Layout">
|
||||
<parameter
|
||||
name="sideViews"
|
||||
value="0">
|
||||
</parameter>
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
</menu>
|
||||
<menu
|
||||
id="options"
|
||||
|
@ -504,37 +530,6 @@
|
|||
</visibleWhen>
|
||||
</command>
|
||||
</toolbar>
|
||||
<toolbar
|
||||
id="d2d-2">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.changeD2DLayout"
|
||||
icon="icons/stop.png"
|
||||
label="Full 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/5-pane.gif"
|
||||
label="Default Pane Layout">
|
||||
<parameter
|
||||
name="sideViews"
|
||||
value="0">
|
||||
</parameter>
|
||||
<visibleWhen>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
</toolbar>
|
||||
<toolbar
|
||||
id="d2d-3">
|
||||
<command
|
||||
|
@ -559,17 +554,6 @@
|
|||
</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>
|
||||
<toolbar
|
||||
id="NC-1">
|
||||
|
|
|
@ -47,28 +47,6 @@
|
|||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=d2d-3">
|
||||
<toolbar
|
||||
id="plugins">
|
||||
<command
|
||||
commandId="com.raytheon.viz.warngen.gui.WarngenAction"
|
||||
label="Warngen">
|
||||
<visibleWhen>
|
||||
<and>
|
||||
<reference
|
||||
definitionId="com.raytheon.uf.viz.d2d.ui.inD2DActionSet">
|
||||
</reference>
|
||||
<test
|
||||
args="WFO"
|
||||
forcePluginActivation="true"
|
||||
property="com.raytheon.viz.warngen.site.SiteMode">
|
||||
</test>
|
||||
</and>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
</toolbar>
|
||||
</menuContribution>
|
||||
<menuContribution locationURI="menu:tools">
|
||||
<command
|
||||
commandId="com.raytheon.viz.warngen.gui.WarngenAction"
|
||||
|
|
Loading…
Add table
Reference in a new issue