// protected items
protectedItemsComposite = new ACIItemProtectedItemsComposite( composite, SWT.NONE );
protectedItemsComposite.setContext( context );
// grants and denials
grantsAndDenialsComposite = new ACIItemGrantsAndDenialsComposite( composite, SWT.NONE );
// set initial values
if ( initialUserPermission != null )
{
if ( ( initialUserPermission.getPrecedence() != null ) && ( initialUserPermission.getPrecedence() > -1 ) )