|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.klg.jclass.higrid.LastVisibleRowWalk
The LastVisibleRowWalk class is used as a container of information during recursive searches of the RowTree. It is used to scroll a partially visible row at the bottom of the window into full visibility.
| Field Summary |
| Fields inherited from interface com.klg.jclass.higrid.Walkable |
serialVersionUID |
| Constructor Summary | |
LastVisibleRowWalk(int height)
|
|
| Method Summary | |
boolean |
done()
Return true if the walk has met its terminating condition. |
boolean |
find(com.klg.jclass.higrid.RowNode rowNode)
find() is invoked by the walk() routine to test whether the passed rowNode meets the walk termination criteria. |
boolean |
getDownward()
Return true if walking downward, false if walking upward. |
com.klg.jclass.higrid.RowNode |
getFoundNode()
|
void |
next(com.klg.jclass.higrid.RowNode rowNode)
next() is invoked when the walk() routine moves to the next RowNode. |
void |
previous(com.klg.jclass.higrid.RowNode rowNode)
previous() is invoked when the walk() routine moves to the previous RowNode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LastVisibleRowWalk(int height)
| Method Detail |
public boolean getDownward()
Walkable
getDownward in interface Walkablepublic boolean done()
Walkable
done in interface Walkablepublic void next(com.klg.jclass.higrid.RowNode rowNode)
Walkable
next in interface WalkablerowNode - The rowNode that the walk() routine has traversed to.public void previous(com.klg.jclass.higrid.RowNode rowNode)
Walkable
previous in interface WalkablerowNode - The rowNode that the walk() routine has traversed to.public boolean find(com.klg.jclass.higrid.RowNode rowNode)
Walkable
find in interface WalkablerowNode - The rowNode that the walk() routine has traversed to
and is checking for termination.public com.klg.jclass.higrid.RowNode getFoundNode()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||