Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.ui
Class KeyNavigationManager.TableKeyAdapter

java.lang.Object
  extended by oracle.javatools.ui.KeyNavigationManager.TableKeyAdapter
All Implemented Interfaces:
KeyNavigationManager.KeyComponentAdapter
Direct Known Subclasses:
KeyNavigationManager.TableKeyAdapter
Enclosing class:
KeyNavigationManager

public static class KeyNavigationManager.TableKeyAdapter
extends java.lang.Object
implements KeyNavigationManager.KeyComponentAdapter


Constructor Summary
KeyNavigationManager.TableKeyAdapter(javax.swing.JTable 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.TableKeyAdapter

public KeyNavigationManager.TableKeyAdapter(javax.swing.JTable 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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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