Interface ColumnControlPopup.ActionGrouper

  • Enclosing interface:
    ColumnControlPopup

    public static interface ColumnControlPopup.ActionGrouper
    Splits and returns a List of actions into sub-lists.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <A extends javax.swing.Action>
      java.util.List<java.util.List<A>>
      group​(java.util.List<A> actions)  
    • Method Detail

      • group

        <A extends javax.swing.Action> java.util.List<java.util.List<A>> group​(java.util.List<A> actions)