public abstract static class DefaultSearchResultsDisplayer.ResultNodeShiftSupport extends Object
| Constructor and Description |
|---|
ResultNodeShiftSupport() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isRelevantNode(Node node)
Method that checks whether a node should be selected when Next or
Previous button is pressed.
|
abstract void |
relevantNodeSelected(Node node)
This method is called when a relevant node is selected by pressing
Next or Previous button.
|
public abstract boolean isRelevantNode(Node node)
node - Node to check.node is a node that Next and Previous buttons
should consider, false it if is structural or informational node
only.public abstract void relevantNodeSelected(Node node)
node - Node that has been just selected.