Generated by
JDiff

Class javax.swing.JTable

Added Methods
boolean getDragEnabled() Gets the value of the dragEnabled property.
boolean getSurrendersFocusOnKeystroke() Returns true if the editor should get the focus when keystrokes cause the editor to be activated
void setDragEnabled(boolean) Sets the dragEnabled property which must be true to enable automatic drag handling (the first part of drag and drop) on this component.
void setSurrendersFocusOnKeystroke(boolean) Sets whether editors in this JTable get the keyboard focus when an editor is activated as a result of the JTable forwarding keyboard events for a cell.
 

Changed Methods
boolean isFocusTraversable() Method was locally defined, but is now inherited from Component. Now deprecated.
As of 1.4, replaced by isFocusable().
boolean isManagingFocus() Method was locally defined, but is now inherited from JComponent. Now deprecated.
As of 1.4, replaced by Component.setFocusTraversalKeys(int, Set) and Container.setFocusCycleRoot(boolean).