public static class KeyNavigationManager.TableKeyAdapter extends java.lang.Object implements KeyNavigationManager.KeyComponentAdapter
Constructor and Description |
---|
KeyNavigationManager.TableKeyAdapter(javax.swing.JTable table) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent() |
java.lang.Object |
getRow(int i) |
int |
getRowCount() |
int |
getRowPosition(java.lang.Object row) |
java.lang.Object |
getSelection() |
void |
setSelection(java.lang.Object row) |
java.lang.String |
toString(java.lang.Object row) |
public KeyNavigationManager.TableKeyAdapter(javax.swing.JTable table)
public javax.swing.JComponent getComponent()
getComponent
in interface KeyNavigationManager.KeyComponentAdapter
public int getRowCount()
getRowCount
in interface KeyNavigationManager.KeyComponentAdapter
public java.lang.Object getRow(int i)
getRow
in interface KeyNavigationManager.KeyComponentAdapter
public int getRowPosition(java.lang.Object row)
getRowPosition
in interface KeyNavigationManager.KeyComponentAdapter
public java.lang.String toString(java.lang.Object row)
toString
in interface KeyNavigationManager.KeyComponentAdapter
public java.lang.Object getSelection()
getSelection
in interface KeyNavigationManager.KeyComponentAdapter
public void setSelection(java.lang.Object row)
setSelection
in interface KeyNavigationManager.KeyComponentAdapter