Project

General

Profile

« Previous | Next » 

Revision db434445

Added by Patrick Plitzner over 8 years ago

Add initial OccurenceView to RCP plugin

View differences:

eu.etaxonomy.taxeditor.store/plugin.xml
277 277
        id="eu.etaxonomy.taxeditor.view.sessions.SessionsViewPart"
278 278
        name="Sessions"
279 279
        restorable="false">
280
  </view>
281
  <view
282
        class="eu.etaxonomy.taxeditor.view.derivative.OccurenceView"
283
        id="eu.etaxonomy.taxeditor.view.derivative.OccurenceView"
284
        name="name"
285
        restorable="true">
280 286
  </view>
281 287
   </extension>
282 288
   <extension
......
295 301
         <menu
296 302
               id="eu.etaxonomy.taxeditor.menu.showView"
297 303
               label="%menu.label">
304
            <separator
305
                  name="eu.etaxonomy.taxeditor.store.showViewMenu.details"
306
                  visible="true">
307
            </separator>
298 308
            <command
299 309
                  commandId="org.eclipse.ui.views.showView"
300
                  label="%command.label"
310
                  id="org.eclipse.ui.views.showView.occurenceView"
311
                  label="OccurenceView"
301 312
                  style="push">
302 313
               <parameter
303 314
                     name="org.eclipse.ui.views.showView.viewId"
304
                     value="eu.etaxonomy.taxeditor.view.derivateSearch.DerivateSearchView">
315
                     value="eu.etaxonomy.taxeditor.view.derivative.OccurenceView">
305 316
               </parameter>
306 317
               <visibleWhen
307 318
                     checkEnabled="true">
......
311 322
               </visibleWhen>
312 323
            </command>
313 324
            <separator
314
                  name="eu.etaxonomy.taxeditor.store.showViewMenu.details"
325
                  name="eu.etaxonomy.taxeditor.store.separator_derivative_end"
315 326
                  visible="true">
316 327
            </separator>
317 328
            <command

Also available in: Unified diff