Extension SDK 10.1.2

oracle.ide.controls
Interface KeyNavigationManager.KeyComponentAdapter

All Known Implementing Classes:
KeyNavigationManager.ListKeyAdapter, KeyNavigationManager.TableKeyAdapter, KeyNavigationManager.TreeKeyAdapter
Enclosing interface:
KeyNavigationManager

public static interface KeyNavigationManager.KeyComponentAdapter


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)
           
 

Method Detail

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)

Extension SDK

 

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