Interface UnifiedInsertPolicyFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Detail

      • updateMenuItemSet

        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.
        Parameters:
        context - the current InsertionContext (never null)
        items - the SortedSet of items to be displayed
        Returns:
        a Set of MenuItem, must not return null.