public interface UnifiedInsertPolicyFilter extends PolicyFilter
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
REVISION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MenuItem> | 
updateMenuItemSet(InsertionContext context,
                 java.util.Set<MenuItem> items)
Hook invoked before unified insertion interface is displayed,
 allowing items displayed to be customized or reordered. 
 | 
initstatic final java.lang.String REVISION
java.util.Set<MenuItem> updateMenuItemSet(InsertionContext context, java.util.Set<MenuItem> items)
context - the current InsertionContext (never null)items - the SortedSet of items to be displayedCopyright © 2001-2018 Jalios SA. All Rights Reserved.