oracle.ide.controls
Class KeyNavigationManager.ListKeyAdapter
java.lang.Object
oracle.ide.controls.KeyNavigationManager.ListKeyAdapter
- All Implemented Interfaces:
- KeyNavigationManager.KeyComponentAdapter
- Enclosing class:
- KeyNavigationManager
- public static class KeyNavigationManager.ListKeyAdapter
- 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.ListKeyAdapter
public KeyNavigationManager.ListKeyAdapter(javax.swing.JList 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
Copyright © 1997, 2004, Oracle. All rights reserved.