Class VTableExcelAdapter

  • All Implemented Interfaces:
    ActionListener, EventListener

    public class VTableExcelAdapter
    extends Object
    implements ActionListener
    VTableExcelAdapter enables Copy Clipboard functionality on VTables.
    Author:
    Teo Sarca, SC ARHIPAC SERVICE SRL - FR [ 1753943 ]
    • Constructor Detail

      • VTableExcelAdapter

        public VTableExcelAdapter​(VTable table)
        The Excel Adapter is constructed with a VTable on which it enables Copy-Paste and acts as a Clipboard listener.
        Parameters:
        table -
    • Method Detail

      • actionPerformed

        public void actionPerformed​(ActionEvent e)
        This method is activated on the Keystrokes we are listening to in this implementation. Here it listens for Copy and Paste ActionCommands.
        Specified by:
        actionPerformed in interface ActionListener
        Parameters:
        e - event