Class DnDJTable.TableCellSelection

  • All Implemented Interfaces:
    java.awt.datatransfer.ClipboardOwner, java.awt.datatransfer.Transferable
    Enclosing class:
    DnDJTable

    static class DnDJTable.TableCellSelection
    extends java.awt.datatransfer.StringSelection
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int _col  
      (package private) int _row  
      (package private) javax.swing.JTable _table  
    • Constructor Summary

      Constructors 
      Constructor Description
      TableCellSelection​(java.lang.String data, int row, int col, javax.swing.JTable table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getCol()  
      (package private) int getRow()  
      (package private) javax.swing.JTable getTable()  
      • Methods inherited from class java.awt.datatransfer.StringSelection

        getTransferData, getTransferDataFlavors, isDataFlavorSupported, lostOwnership
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait