Uses of Interface
org.jdesktop.swingx.table.ColumnControlPopup
-
Packages that use ColumnControlPopup Package Description org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. -
-
Uses of ColumnControlPopup in org.jdesktop.swingx.table
Classes in org.jdesktop.swingx.table that implement ColumnControlPopup Modifier and Type Class Description classColumnControlButton.DefaultColumnControlPopupA default implementation of ColumnControlPopup.Fields in org.jdesktop.swingx.table declared as ColumnControlPopup Modifier and Type Field Description protected ColumnControlPopupColumnControlButton. popupexposed for testing.Methods in org.jdesktop.swingx.table that return ColumnControlPopup Modifier and Type Method Description protected ColumnControlPopupColumnControlButton. createColumnControlPopup()Factory method to return aColumnControlPopup.protected ColumnControlPopupColumnControlButton. getColumnControlPopup()Returns to popup component for user interaction.
-