public class AnySelectionTableUI
extends javax.swing.plaf.basic.BasicTableUI
Modifier and Type | Class and Description |
---|---|
class |
AnySelectionTableUI.AnySelectionMouseInputHandler |
Modifier and Type | Field and Description |
---|---|
private int |
lastTableSelectionColumn |
private int |
lastTableSelectionRow |
Constructor and Description |
---|
AnySelectionTableUI() |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.event.MouseInputListener |
createMouseInputListener() |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
protected javax.swing.JTable |
getTable()
to get access to the table from the inner class MyMouseInputHandler
|
protected void |
updateTableSelectionModel(int row,
int column,
boolean ctrlDown,
boolean shiftDown,
boolean isDrag)
updates the TableSelectionModel.
|
createFocusListener, createKeyListener, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installKeyboardActions, installListeners, installUI, paint, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
private int lastTableSelectionRow
private int lastTableSelectionColumn
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected javax.swing.event.MouseInputListener createMouseInputListener()
createMouseInputListener
in class javax.swing.plaf.basic.BasicTableUI
protected javax.swing.JTable getTable()
protected void updateTableSelectionModel(int row, int column, boolean ctrlDown, boolean shiftDown, boolean isDrag)
Copyright 2004-2015 Wandora Team