JIDE 3.5.15

com.jidesoft.navigation
Class NavigationTable.NavigationTableHelper

java.lang.Object
  extended by com.jidesoft.swing.NavigationComponentHelper
      extended by com.jidesoft.navigation.NavigationTable.NavigationTableHelper
Enclosing class:
NavigationTable

public class NavigationTable.NavigationTableHelper
extends NavigationComponentHelper

The navigation table helper class.

Since:
3.3.8

Constructor Summary
NavigationTable.NavigationTableHelper()
           
 
Method Summary
 Rectangle getRowBounds(int row)
           
 int[] getSelectedRows()
           
 int rowAtPoint(Point p)
           
 
Methods inherited from class com.jidesoft.swing.NavigationComponentHelper
focusGained, focusLost, getMousePosition, getRolloverRow, getSelectionColor, mouseClicked, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, paintRolloverRow, paintSelectedRow, repaintSelections, setRolloverRow, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationTable.NavigationTableHelper

public NavigationTable.NavigationTableHelper()
Method Detail

getRowBounds

public Rectangle getRowBounds(int row)
Specified by:
getRowBounds in class NavigationComponentHelper

rowAtPoint

public int rowAtPoint(Point p)
Specified by:
rowAtPoint in class NavigationComponentHelper

getSelectedRows

public int[] getSelectedRows()
Specified by:
getSelectedRows in class NavigationComponentHelper

JIDE 3.5.15