oracle.javatools.ui
Class KeyNavigationManager.TreeKeyAdapter
java.lang.Object
   oracle.javatools.ui.KeyNavigationManager.TreeKeyAdapter
oracle.javatools.ui.KeyNavigationManager.TreeKeyAdapter
- All Implemented Interfaces: 
- KeyNavigationManager.KeyComponentAdapter
- Direct Known Subclasses: 
- KeyNavigationManager.TreeKeyAdapter
- Enclosing class:
- KeyNavigationManager
- public static class KeyNavigationManager.TreeKeyAdapter 
- 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.TreeKeyAdapter
public KeyNavigationManager.TreeKeyAdapter(javax.swing.JTree tree)
getComponent
public javax.swing.JComponent getComponent()
- 
- Specified by:
- getComponentin interface- KeyNavigationManager.KeyComponentAdapter
 
- 
 
getRowCount
public int getRowCount()
- 
- Specified by:
- getRowCountin interface- KeyNavigationManager.KeyComponentAdapter
 
- 
 
getRow
public java.lang.Object getRow(int i)
- 
- Specified by:
- getRowin interface- KeyNavigationManager.KeyComponentAdapter
 
- 
 
getRowPosition
public int getRowPosition(java.lang.Object row)
- 
- Specified by:
- getRowPositionin interface- KeyNavigationManager.KeyComponentAdapter
 
- 
 
toString
public java.lang.String toString(java.lang.Object row)
- 
- Specified by:
- toStringin interface- KeyNavigationManager.KeyComponentAdapter
 
- 
 
getSelection
public java.lang.Object getSelection()
- 
- Specified by:
- getSelectionin interface- KeyNavigationManager.KeyComponentAdapter
 
- 
 
setSelection
public void setSelection(java.lang.Object row)
- 
- Specified by:
- setSelectionin interface- KeyNavigationManager.KeyComponentAdapter
 
- 
 
Copyright © 1997, 2013, Oracle. All rights reserved.