Uses of Interface
org.jdesktop.swingx.table.ColumnControlPopup.ActionGrouper
-
Packages that use ColumnControlPopup.ActionGrouper Package Description org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. -
-
Uses of ColumnControlPopup.ActionGrouper in org.jdesktop.swingx.table
Fields in org.jdesktop.swingx.table declared as ColumnControlPopup.ActionGrouper Modifier and Type Field Description private ColumnControlPopup.ActionGrouperColumnControlButton.DefaultColumnControlPopup. grouperMethods in org.jdesktop.swingx.table that return ColumnControlPopup.ActionGrouper Modifier and Type Method Description protected ColumnControlPopup.ActionGrouperColumnControlButton.DefaultColumnControlPopup. getGrouper()Methods in org.jdesktop.swingx.table with parameters of type ColumnControlPopup.ActionGrouper Modifier and Type Method Description voidColumnControlButton.DefaultColumnControlPopup. setActionGrouper(ColumnControlPopup.ActionGrouper grouper)voidColumnControlButton. setActionGrouper(ColumnControlPopup.ActionGrouper grouper)Sets the grouper to use for grouping the additional actions.voidColumnControlPopup.ActionGroupable. setActionGrouper(ColumnControlPopup.ActionGrouper grouper)Constructors in org.jdesktop.swingx.table with parameters of type ColumnControlPopup.ActionGrouper Constructor Description DefaultColumnControlPopup(ColumnControlPopup.ActionGrouper grouper)
-