Class CopyTableCellAction

java.lang.Object
javax.swing.AbstractAction
com.iamsoft.util.ui.swing.CopyTableCellAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class CopyTableCellAction extends AbstractAction
Copy Stringified table cell value to clipboard. Action is disabled if no cell is selected. String.valueOf(Object) is called on result of JTable.getValueAt(int, int).
See Also:
  • Constructor Details

    • CopyTableCellAction

      public CopyTableCellAction(JTable pTable)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent pEvt)