com.spss.psapi.extensions.ui.spi

Interface CustomFieldSelectionTable



  • public interface CustomFieldSelectionTable
    /** A CLEF MultiFieldSelectionTableControl must sub class JTable and implements both PropertyControl and this interface. The implementation is bound by the controlClass attribute as other PropertyControl. And the table must use a TableModel that implements CustomFieldSelectionTableModel.
    Since:
    PSAPI 18.0
    Author:
    tfu
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void clearSelection()
      Clears the selection
      javax.swing.JComponent getComponent()
      Returns the JTable instance that will be associated with this container
      java.lang.String getFieldSelectionDialogTitle()
      Returns title of the field selection dialog
      boolean isSelectionEmpty()
      Tests whether the selection is empty
    • Method Detail

      • clearSelection

        void clearSelection()
        Clears the selection
      • isSelectionEmpty

        boolean isSelectionEmpty()
        Tests whether the selection is empty
      • getComponent

        javax.swing.JComponent getComponent()
        Returns the JTable instance that will be associated with this container
      • getFieldSelectionDialogTitle

        java.lang.String getFieldSelectionDialogTitle()
        Returns title of the field selection dialog

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.