Uses of Interface
org.jdesktop.swingx.table.ColumnControlPopup

Packages that use ColumnControlPopup
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
 class ColumnControlButton.DefaultColumnControlPopup
          A default implementation of ColumnControlPopup.
 

Fields in org.jdesktop.swingx.table declared as ColumnControlPopup
protected  ColumnControlPopup ColumnControlButton.popup
          exposed for testing.
 

Methods in org.jdesktop.swingx.table that return ColumnControlPopup
protected  ColumnControlPopup ColumnControlButton.createColumnControlPopup()
          Factory method to return a ColumnControlPopup.
protected  ColumnControlPopup ColumnControlButton.getColumnControlPopup()
          Returns to popup component for user interaction.