Generated by
JDiff

Class javax.swing.JTable

Added Methods
void changeSelection(int, int, boolean, boolean) Updates the selection models of the table depending on the state of the two flags: toggle and extend.
int getRowHeight(int) Returns the height in pixels of the cells in row.
boolean processKeyBinding(KeyStroke, KeyEvent, int, boolean)  
void setRowHeight(int, int) Sets the height for row to rowHeight revalidates and repaints.
void unconfigureEnclosingScrollPane() Reverses the effect of configureEnclosingScrollPane by replacing the columnHeaderView of the enclosing scroll pane with null.
 

Changed Methods
void doLayout() Method was inherited from Container, but is now defined locally. Causes this table to lay out its rows and columns.
boolean isFocusTraversable() Method was inherited from JComponent, but is now defined locally. We override this method whose implementation in JComponent returns false to return true.
void removeNotify() Method was inherited from JComponent, but is now defined locally. Calls the unconfigureEnclosingScrollPane method.
void reshape(int, int, int, int) Method was locally defined, but is now inherited from JComponent. Moves and resizes this component.