Skip navigation links 
 
oracle.ide.controls
Class KeyNavigationManager.TableKeyAdapter
java.lang.Object
  
oracle.ide.controls.KeyNavigationManager.TableKeyAdapter
- All Implemented Interfaces:
 
- KeyNavigationManager.KeyComponentAdapter
 
- Enclosing class:
 
- KeyNavigationManager
 
- 
public static class KeyNavigationManager.TableKeyAdapter
 
- extends java.lang.Object
 
- implements KeyNavigationManager.KeyComponentAdapter
 
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
KeyNavigationManager.TableKeyAdapter
public KeyNavigationManager.TableKeyAdapter(javax.swing.JTable table)
getComponent
public javax.swing.JComponent getComponent()
- 
- Specified by:
 
getComponent in interface KeyNavigationManager.KeyComponentAdapter 
 
getRowCount
public int getRowCount()
- 
- Specified by:
 
getRowCount in interface KeyNavigationManager.KeyComponentAdapter 
 
getRow
public java.lang.Object getRow(int i)
- 
- Specified by:
 
getRow in interface KeyNavigationManager.KeyComponentAdapter 
 
getRowPosition
public int getRowPosition(java.lang.Object row)
- 
- Specified by:
 
getRowPosition in interface KeyNavigationManager.KeyComponentAdapter 
 
toString
public java.lang.String toString(java.lang.Object row)
- 
- Specified by:
 
toString in interface KeyNavigationManager.KeyComponentAdapter 
 
getSelection
public java.lang.Object getSelection()
- 
- Specified by:
 
getSelection in interface KeyNavigationManager.KeyComponentAdapter 
 
setSelection
public void setSelection(java.lang.Object row)
- 
- Specified by:
 
setSelection in interface KeyNavigationManager.KeyComponentAdapter 
 
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.