Skip to main content
summaryrefslogtreecommitdiffstats
blob: d4d6aa0dffc956a856242e8391338ca2116442f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>

<TITLE>
SecurityActionBarContributor (CDO Model Repository Documentation)
</TITLE>

<META NAME="date" CONTENT="">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="SecurityActionBarContributor (CDO Model Repository Documentation)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SecurityActionBarContributor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityEditor.html" title="class in org.eclipse.emf.cdo.security.presentation"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SecurityActionBarContributor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.eclipse.emf.cdo.security.presentation</FONT>
<BR>
Class SecurityActionBarContributor</H2>
<PRE>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">org.eclipse.ui.part.EditorActionBarContributor
      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">org.eclipse.ui.part.MultiPageEditorActionBarContributor
          <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor</A>
              <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.security.presentation.SecurityActionBarContributor</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>org.eclipse.jface.action.IMenuListener, org.eclipse.jface.viewers.ISelectionChangedListener, org.eclipse.ui.IEditorActionBarContributor, org.eclipse.ui.IPropertyListener</DD>
</DL>
<HR>
<DL>
  <DT>public class <B>SecurityActionBarContributor</B>
  <DD>extends <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A>
  <DD>implements org.eclipse.jface.viewers.ISelectionChangedListener
</DL>

<map id="APIVIZ" name="APIVIZ">
<area shape="rect" id="node1" title="&#171;interface&#187; ISelectionChangedListener (org.eclipse.jface.viewers)" alt="" coords="5,6,181,61"/>
<area shape="rect" id="node2" href="SecurityActionBarContributor.html" title="SecurityActionBarContributor" alt="" coords="113,101,303,126"/>
<area shape="rect" id="node3" title="EditingDomainActionBarContributor (org.eclipse.emf.edit.ui.action)" alt="" coords="211,13,437,53"/>
</map>

<CENTER><IMG SRC="SecurityActionBarContributor.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>



<P>
This is the action bar contributor for the Security model editor.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>

<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.eclipse.ui.IEditorPart</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#activeEditorPart">activeEditorPart</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This keeps track of the active editor</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#createChildActions">createChildActions</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This will contain one <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateChildAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateChildAction</CODE></A> corresponding to each descriptor
 generated for the current selection by the item provider</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.eclipse.jface.action.IMenuManager</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#createChildMenuManager">createChildMenuManager</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is the menu manager into which menu contribution items should be added for CreateChild actions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#createSiblingActions">createSiblingActions</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This will contain one <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateSiblingAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateSiblingAction</CODE></A> corresponding to each descriptor
 generated for the current selection by the item provider</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.eclipse.jface.action.IMenuManager</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#createSiblingMenuManager">createSiblingMenuManager</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is the menu manager into which menu contribution items should be added for CreateSibling actions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.eclipse.jface.action.IAction</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#refreshViewerAction">refreshViewerAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This action refreshes the viewer of the current editor if the editor
 implements <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/common/ui/viewer/IViewerProvider.html?is-external=true" title="class or interface in org.eclipse.emf.common.ui.viewer"><CODE>IViewerProvider</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.eclipse.jface.viewers.ISelectionProvider</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#selectionProvider">selectionProvider</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This keeps track of the current selection provider</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.eclipse.jface.action.IAction</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#showPropertiesViewAction">showPropertiesViewAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This action opens the Properties view</TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.eclipse.emf.edit.ui.action.<A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#activeEditor" title="class or interface in org.eclipse.emf.edit.ui.action">activeEditor</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#ADDITIONS_LAST_STYLE" title="class or interface in org.eclipse.emf.edit.ui.action">ADDITIONS_LAST_STYLE</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#controlAction" title="class or interface in org.eclipse.emf.edit.ui.action">controlAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#copyAction" title="class or interface in org.eclipse.emf.edit.ui.action">copyAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#cutAction" title="class or interface in org.eclipse.emf.edit.ui.action">cutAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#deleteAction" title="class or interface in org.eclipse.emf.edit.ui.action">deleteAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#loadResourceAction" title="class or interface in org.eclipse.emf.edit.ui.action">loadResourceAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#pasteAction" title="class or interface in org.eclipse.emf.edit.ui.action">pasteAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#redoAction" title="class or interface in org.eclipse.emf.edit.ui.action">redoAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#style" title="class or interface in org.eclipse.emf.edit.ui.action">style</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#undoAction" title="class or interface in org.eclipse.emf.edit.ui.action">undoAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#validateAction" title="class or interface in org.eclipse.emf.edit.ui.action">validateAction</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#SecurityActionBarContributor()">SecurityActionBarContributor</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This creates an instance of the contributor</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#addGlobalActions(org.eclipse.jface.action.IMenuManager)">addGlobalActions</A></B>(org.eclipse.jface.action.IMenuManager&nbsp;menuManager)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This inserts global actions before the "additions-end" separator</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#contributeToMenu(org.eclipse.jface.action.IMenuManager)">contributeToMenu</A></B>(org.eclipse.jface.action.IMenuManager&nbsp;menuManager)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This adds to the menu bar a menu and some separators for editor additions,
 as well as the sub-menus for object creation items</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#contributeToToolBar(org.eclipse.jface.action.IToolBarManager)">contributeToToolBar</A></B>(org.eclipse.jface.action.IToolBarManager&nbsp;toolBarManager)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This adds Separators for editor additions to the tool bar</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#depopulateManager(org.eclipse.jface.action.IContributionManager, java.util.Collection)">depopulateManager</A></B>(org.eclipse.jface.action.IContributionManager&nbsp;manager,
                  <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends org.eclipse.jface.action.IAction&gt;&nbsp;actions)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This removes from the specified <code>manager</code> all <CODE>ActionContributionItem</CODE>s
 based on the <CODE>IAction</CODE>s contained in the <code>actions</code> collection</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#generateCreateChildActions(java.util.Collection, org.eclipse.jface.viewers.ISelection)">generateCreateChildActions</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;?&gt;&nbsp;descriptors,
                           org.eclipse.jface.viewers.ISelection&nbsp;selection)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This generates a <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateChildAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateChildAction</CODE></A> for each object in <code>descriptors</code>,
 and returns the collection of these actions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#generateCreateSiblingActions(java.util.Collection, org.eclipse.jface.viewers.ISelection)">generateCreateSiblingActions</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;?&gt;&nbsp;descriptors,
                             org.eclipse.jface.viewers.ISelection&nbsp;selection)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This generates a <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateSiblingAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateSiblingAction</CODE></A> for each object in <code>descriptors</code>,
 and returns the collection of these actions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#menuAboutToShow(org.eclipse.jface.action.IMenuManager)">menuAboutToShow</A></B>(org.eclipse.jface.action.IMenuManager&nbsp;menuManager)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This populates the pop-up menu before it appears</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#populateManager(org.eclipse.jface.action.IContributionManager, java.util.Collection, java.lang.String)">populateManager</A></B>(org.eclipse.jface.action.IContributionManager&nbsp;manager,
                <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends org.eclipse.jface.action.IAction&gt;&nbsp;actions,
                <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;contributionID)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This populates the specified <code>manager</code> with <CODE>ActionContributionItem</CODE>s
 based on the <CODE>IAction</CODE>s contained in the <code>actions</code> collection,
 by inserting them before the specified contribution item <code>contributionID</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#removeAllReferencesOnDelete()">removeAllReferencesOnDelete</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This ensures that a delete action will clean up all references to deleted objects</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent)">selectionChanged</A></B>(org.eclipse.jface.viewers.SelectionChangedEvent&nbsp;event)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This implements <CODE>ISelectionChangedListener</CODE>,
 handling <CODE>SelectionChangedEvent</CODE>s by querying for the children and siblings
 that can be added to the selected object and updating the menus accordingly</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html#setActiveEditor(org.eclipse.ui.IEditorPart)">setActiveEditor</A></B>(org.eclipse.ui.IEditorPart&nbsp;part)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When the active editor changes, this remembers the change and registers with it as a selection provider</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.eclipse.emf.edit.ui.action.<A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#activate()" title="class or interface in org.eclipse.emf.edit.ui.action">activate</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#contributeToStatusLine(org.eclipse.jface.action.IStatusLineManager)" title="class or interface in org.eclipse.emf.edit.ui.action">contributeToStatusLine</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#createCopyAction()" title="class or interface in org.eclipse.emf.edit.ui.action">createCopyAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#createCutAction()" title="class or interface in org.eclipse.emf.edit.ui.action">createCutAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#createDeleteAction()" title="class or interface in org.eclipse.emf.edit.ui.action">createDeleteAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#createPasteAction()" title="class or interface in org.eclipse.emf.edit.ui.action">createPasteAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#createRedoAction()" title="class or interface in org.eclipse.emf.edit.ui.action">createRedoAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#createUndoAction()" title="class or interface in org.eclipse.emf.edit.ui.action">createUndoAction</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#deactivate()" title="class or interface in org.eclipse.emf.edit.ui.action">deactivate</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#getActiveEditor()" title="class or interface in org.eclipse.emf.edit.ui.action">getActiveEditor</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#init(org.eclipse.ui.IActionBars)" title="class or interface in org.eclipse.emf.edit.ui.action">init</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#propertyChanged(java.lang.Object, int)" title="class or interface in org.eclipse.emf.edit.ui.action">propertyChanged</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#setActivePage(org.eclipse.ui.IEditorPart)" title="class or interface in org.eclipse.emf.edit.ui.action">setActivePage</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#setActiveView(org.eclipse.ui.IViewPart)" title="class or interface in org.eclipse.emf.edit.ui.action">setActiveView</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#shareGlobalActions(org.eclipse.ui.part.IPage, org.eclipse.ui.IActionBars)" title="class or interface in org.eclipse.emf.edit.ui.action">shareGlobalActions</A>, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#update()" title="class or interface in org.eclipse.emf.edit.ui.action">update</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.ui.part.EditorActionBarContributor"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>contributeToCoolBar, dispose, getActionBars, getPage, init</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="activeEditorPart"><!-- --></A><H3>
activeEditorPart</H3>
<PRE>
protected org.eclipse.ui.IEditorPart <B>activeEditorPart</B></PRE>
<DL>
<DD>This keeps track of the active editor.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>
<HR>

<A NAME="selectionProvider"><!-- --></A><H3>
selectionProvider</H3>
<PRE>
protected org.eclipse.jface.viewers.ISelectionProvider <B>selectionProvider</B></PRE>
<DL>
<DD>This keeps track of the current selection provider.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>
<HR>

<A NAME="showPropertiesViewAction"><!-- --></A><H3>
showPropertiesViewAction</H3>
<PRE>
protected org.eclipse.jface.action.IAction <B>showPropertiesViewAction</B></PRE>
<DL>
<DD>This action opens the Properties view.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>
<HR>

<A NAME="refreshViewerAction"><!-- --></A><H3>
refreshViewerAction</H3>
<PRE>
protected org.eclipse.jface.action.IAction <B>refreshViewerAction</B></PRE>
<DL>
<DD>This action refreshes the viewer of the current editor if the editor
 implements <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/common/ui/viewer/IViewerProvider.html?is-external=true" title="class or interface in org.eclipse.emf.common.ui.viewer"><CODE>IViewerProvider</CODE></A>.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>
<HR>

<A NAME="createChildActions"><!-- --></A><H3>
createChildActions</H3>
<PRE>
protected <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt; <B>createChildActions</B></PRE>
<DL>
<DD>This will contain one <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateChildAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateChildAction</CODE></A> corresponding to each descriptor
 generated for the current selection by the item provider.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>
<HR>

<A NAME="createChildMenuManager"><!-- --></A><H3>
createChildMenuManager</H3>
<PRE>
protected org.eclipse.jface.action.IMenuManager <B>createChildMenuManager</B></PRE>
<DL>
<DD>This is the menu manager into which menu contribution items should be added for CreateChild actions.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>
<HR>

<A NAME="createSiblingActions"><!-- --></A><H3>
createSiblingActions</H3>
<PRE>
protected <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt; <B>createSiblingActions</B></PRE>
<DL>
<DD>This will contain one <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateSiblingAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateSiblingAction</CODE></A> corresponding to each descriptor
 generated for the current selection by the item provider.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>
<HR>

<A NAME="createSiblingMenuManager"><!-- --></A><H3>
createSiblingMenuManager</H3>
<PRE>
protected org.eclipse.jface.action.IMenuManager <B>createSiblingMenuManager</B></PRE>
<DL>
<DD>This is the menu manager into which menu contribution items should be added for CreateSibling actions.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="SecurityActionBarContributor()"><!-- --></A><H3>
SecurityActionBarContributor</H3>
<PRE>
public <B>SecurityActionBarContributor</B>()</PRE>
<DL>
<DD>This creates an instance of the contributor.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="contributeToToolBar(org.eclipse.jface.action.IToolBarManager)"><!-- --></A><H3>
contributeToToolBar</H3>
<PRE>
public void <B>contributeToToolBar</B>(org.eclipse.jface.action.IToolBarManager&nbsp;toolBarManager)</PRE>
<DL>
<DD>This adds Separators for editor additions to the tool bar.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#contributeToToolBar(org.eclipse.jface.action.IToolBarManager)" title="class or interface in org.eclipse.emf.edit.ui.action">contributeToToolBar</A></CODE> in class <CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="contributeToMenu(org.eclipse.jface.action.IMenuManager)"><!-- --></A><H3>
contributeToMenu</H3>
<PRE>
public void <B>contributeToMenu</B>(org.eclipse.jface.action.IMenuManager&nbsp;menuManager)</PRE>
<DL>
<DD>This adds to the menu bar a menu and some separators for editor additions,
 as well as the sub-menus for object creation items.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#contributeToMenu(org.eclipse.jface.action.IMenuManager)" title="class or interface in org.eclipse.emf.edit.ui.action">contributeToMenu</A></CODE> in class <CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="setActiveEditor(org.eclipse.ui.IEditorPart)"><!-- --></A><H3>
setActiveEditor</H3>
<PRE>
public void <B>setActiveEditor</B>(org.eclipse.ui.IEditorPart&nbsp;part)</PRE>
<DL>
<DD>When the active editor changes, this remembers the change and registers with it as a selection provider.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>setActiveEditor</CODE> in interface <CODE>org.eclipse.ui.IEditorActionBarContributor</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#setActiveEditor(org.eclipse.ui.IEditorPart)" title="class or interface in org.eclipse.emf.edit.ui.action">setActiveEditor</A></CODE> in class <CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent)"><!-- --></A><H3>
selectionChanged</H3>
<PRE>
public void <B>selectionChanged</B>(org.eclipse.jface.viewers.SelectionChangedEvent&nbsp;event)</PRE>
<DL>
<DD>This implements <CODE>ISelectionChangedListener</CODE>,
 handling <CODE>SelectionChangedEvent</CODE>s by querying for the children and siblings
 that can be added to the selected object and updating the menus accordingly.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>selectionChanged</CODE> in interface <CODE>org.eclipse.jface.viewers.ISelectionChangedListener</CODE></DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="generateCreateChildActions(java.util.Collection, org.eclipse.jface.viewers.ISelection)"><!-- --></A><H3>
generateCreateChildActions</H3>
<PRE>
protected <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt; <B>generateCreateChildActions</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;?&gt;&nbsp;descriptors,
                                                                                  org.eclipse.jface.viewers.ISelection&nbsp;selection)</PRE>
<DL>
<DD>This generates a <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateChildAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateChildAction</CODE></A> for each object in <code>descriptors</code>,
 and returns the collection of these actions.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="generateCreateSiblingActions(java.util.Collection, org.eclipse.jface.viewers.ISelection)"><!-- --></A><H3>
generateCreateSiblingActions</H3>
<PRE>
protected <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;org.eclipse.jface.action.IAction&gt; <B>generateCreateSiblingActions</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;?&gt;&nbsp;descriptors,
                                                                                    org.eclipse.jface.viewers.ISelection&nbsp;selection)</PRE>
<DL>
<DD>This generates a <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/CreateSiblingAction.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action"><CODE>CreateSiblingAction</CODE></A> for each object in <code>descriptors</code>,
 and returns the collection of these actions.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="populateManager(org.eclipse.jface.action.IContributionManager, java.util.Collection, java.lang.String)"><!-- --></A><H3>
populateManager</H3>
<PRE>
protected void <B>populateManager</B>(org.eclipse.jface.action.IContributionManager&nbsp;manager,
                               <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends org.eclipse.jface.action.IAction&gt;&nbsp;actions,
                               <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;contributionID)</PRE>
<DL>
<DD>This populates the specified <code>manager</code> with <CODE>ActionContributionItem</CODE>s
 based on the <CODE>IAction</CODE>s contained in the <code>actions</code> collection,
 by inserting them before the specified contribution item <code>contributionID</code>.
 If <code>contributionID</code> is <code>null</code>, they are simply added.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="depopulateManager(org.eclipse.jface.action.IContributionManager, java.util.Collection)"><!-- --></A><H3>
depopulateManager</H3>
<PRE>
protected void <B>depopulateManager</B>(org.eclipse.jface.action.IContributionManager&nbsp;manager,
                                 <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends org.eclipse.jface.action.IAction&gt;&nbsp;actions)</PRE>
<DL>
<DD>This removes from the specified <code>manager</code> all <CODE>ActionContributionItem</CODE>s
 based on the <CODE>IAction</CODE>s contained in the <code>actions</code> collection.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="menuAboutToShow(org.eclipse.jface.action.IMenuManager)"><!-- --></A><H3>
menuAboutToShow</H3>
<PRE>
public void <B>menuAboutToShow</B>(org.eclipse.jface.action.IMenuManager&nbsp;menuManager)</PRE>
<DL>
<DD>This populates the pop-up menu before it appears.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>menuAboutToShow</CODE> in interface <CODE>org.eclipse.jface.action.IMenuListener</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#menuAboutToShow(org.eclipse.jface.action.IMenuManager)" title="class or interface in org.eclipse.emf.edit.ui.action">menuAboutToShow</A></CODE> in class <CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="addGlobalActions(org.eclipse.jface.action.IMenuManager)"><!-- --></A><H3>
addGlobalActions</H3>
<PRE>
protected void <B>addGlobalActions</B>(org.eclipse.jface.action.IMenuManager&nbsp;menuManager)</PRE>
<DL>
<DD>This inserts global actions before the "additions-end" separator.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#addGlobalActions(org.eclipse.jface.action.IMenuManager)" title="class or interface in org.eclipse.emf.edit.ui.action">addGlobalActions</A></CODE> in class <CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="removeAllReferencesOnDelete()"><!-- --></A><H3>
removeAllReferencesOnDelete</H3>
<PRE>
protected boolean <B>removeAllReferencesOnDelete</B>()</PRE>
<DL>
<DD>This ensures that a delete action will clean up all references to deleted objects.
 <!-- begin-user-doc -->
 <!-- end-user-doc -->
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true#removeAllReferencesOnDelete()" title="class or interface in org.eclipse.emf.edit.ui.action">removeAllReferencesOnDelete</A></CODE> in class <CODE><A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/edit/ui/action/EditingDomainActionBarContributor.html?is-external=true" title="class or interface in org.eclipse.emf.edit.ui.action">EditingDomainActionBarContributor</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Generated</B></DT>
  <DD></DD>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/SecurityActionBarContributor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/emf/cdo/security/presentation/SecurityEditor.html" title="class in org.eclipse.emf.cdo.security.presentation"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/security/presentation/SecurityActionBarContributor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SecurityActionBarContributor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i>
</BODY>
</HTML>

Back to the top