Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.controls
Class KeyNavigationManager.ListKeyAdapter

java.lang.Object
  extended by 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

Constructor Summary
KeyNavigationManager.ListKeyAdapter(javax.swing.JList table)
           

 

Method Summary
 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)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

KeyNavigationManager.ListKeyAdapter

public KeyNavigationManager.ListKeyAdapter(javax.swing.JList table)

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.