jdk/src/share/classes/javax/swing/plaf/basic/BasicTableUI.java
changeset 23697 e556a715949f
parent 21278 ef8a3a2a72f2
child 24969 afa6934dd8e8
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
  2132     }
  2132     }
  2133 
  2133 
  2134 
  2134 
  2135     private static final TransferHandler defaultTransferHandler = new TableTransferHandler();
  2135     private static final TransferHandler defaultTransferHandler = new TableTransferHandler();
  2136 
  2136 
       
  2137     @SuppressWarnings("serial") // JDK-implementation class
  2137     static class TableTransferHandler extends TransferHandler implements UIResource {
  2138     static class TableTransferHandler extends TransferHandler implements UIResource {
  2138 
  2139 
  2139         /**
  2140         /**
  2140          * Create a Transferable to use as the source for a data transfer.
  2141          * Create a Transferable to use as the source for a data transfer.
  2141          *
  2142          *