oracle.javatools.ui
Interface KeyNavigationManager.KeyComponentAdapter
- All Known Subinterfaces: 
 - KeyNavigationManager.KeyComponentAdapter
 
- All Known Implementing Classes: 
 - KeyNavigationManager.ListKeyAdapter, KeyNavigationManager.ListKeyAdapter, KeyNavigationManager.TableKeyAdapter, KeyNavigationManager.TableKeyAdapter, KeyNavigationManager.TreeKeyAdapter, KeyNavigationManager.TreeKeyAdapter
 
- Enclosing class:
 - KeyNavigationManager
 
public static interface KeyNavigationManager.KeyComponentAdapter
 
getComponent
javax.swing.JComponent getComponent()
 
getRowCount
int getRowCount()
 
getRow
java.lang.Object getRow(int i)
 
getRowPosition
int getRowPosition(java.lang.Object row)
 
toString
java.lang.String toString(java.lang.Object row)
 
getSelection
java.lang.Object getSelection()
 
setSelection
void setSelection(java.lang.Object row)
 
Copyright © 1997, 2011, Oracle. All rights reserved.