Class ButtonColumn

    • Constructor Detail

      • ButtonColumn

        public ButtonColumn​(JTable table,
                            Action action,
                            int column)
        Create the ButtonColumn to be used as a renderer and editor. The renderer and editor will automatically be installed on the TableColumn of the specified column.
        Parameters:
        table - the table containing the button renderer/editor
        action - the Action to be invoked when the button is invoked
        column - the column to which the button renderer/editor is added