|
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.HeaderTipWalk
The HeaderTipWalk class is used as a container of information during recursive searches of the RowTree. It is used to determine whether a headerTip should be displayed.
Field Summary |
Fields inherited from interface com.klg.jclass.higrid.Walkable |
serialVersionUID |
Constructor Summary | |
HeaderTipWalk(com.klg.jclass.higrid.RowNode topRowNode,
com.klg.jclass.higrid.RowNode startRowNode,
int rowTipDisplay)
|
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. |
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. |
boolean |
shouldDisplay()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HeaderTipWalk(com.klg.jclass.higrid.RowNode topRowNode, com.klg.jclass.higrid.RowNode startRowNode, int rowTipDisplay)
Method Detail |
public boolean getDownward()
Walkable
getDownward
in interface Walkable
public boolean done()
Walkable
done
in interface Walkable
public void next(com.klg.jclass.higrid.RowNode rowNode)
Walkable
next
in interface Walkable
rowNode
- The rowNode that the walk() routine has traversed to.public void previous(com.klg.jclass.higrid.RowNode rowNode)
Walkable
previous
in interface Walkable
rowNode
- The rowNode that the walk() routine has traversed to.public boolean find(com.klg.jclass.higrid.RowNode rowNode)
Walkable
find
in interface Walkable
rowNode
- The rowNode that the walk() routine has traversed to
and is checking for termination.public boolean shouldDisplay()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |