Interface ColumnControlPopup.ActionGrouper

Enclosing interface:
ColumnControlPopup

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

    Modifier and Type
    Method
    Description
    <A extends Action>
    List<List<A>>
    group(List<A> actions)
    TODO doc
  • Method Details

    • group

      <A extends Action> List<List<A>> group(List<A> actions)
      TODO doc
      Type Parameters:
      A - A extends Action
      Parameters:
      actions - List of Actions
      Returns:
      subclass of Action