|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NavigableModel
The NavigationModel
interface specifies the methods the
JTable
will use to implement selective navigation.
Method Summary | |
---|---|
boolean |
isNavigableAt(int rowIndex,
int columnIndex)
Returns if the cell at the given coordinates can be navigated or not. |
boolean |
isNavigationOn()
Checks if the navigation is on. |
Method Detail |
---|
boolean isNavigableAt(int rowIndex, int columnIndex)
rowIndex
- The row indexcolumnIndex
- The column index
true
if navigable, false
otherwiseboolean isNavigationOn()
isNavigableAt(int,int)
should always return true
for valid indexes.
true
if on, false
otherwise
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |