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