org.jdesktop.swingx.table
Interface ColumnControlPopup.ActionGrouper

Enclosing interface:
ColumnControlPopup

public static interface ColumnControlPopup.ActionGrouper

Splits and returns a List of actions into sub-lists.


Method Summary
<A extends Action>
List<List<A>>
group(List<A> actions)
           
 

Method Detail

group

<A extends Action> List<List<A>> group(List<A> actions)


Copyright © 2012. All Rights Reserved.