public abstract static class DefaultSearchResultsDisplayer.ResultNodeShiftSupport
extends java.lang.Object
| Constructor | Description |
|---|---|
ResultNodeShiftSupport() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
isRelevantNode(org.openide.nodes.Node node) |
Method that checks whether a node should be selected when Next or
Previous button is pressed.
|
abstract void |
relevantNodeSelected(org.openide.nodes.Node node) |
This method is called when a relevant node is selected by pressing
Next or Previous button.
|
public abstract boolean isRelevantNode(org.openide.nodes.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(org.openide.nodes.Node node)
node - Node that has been just selected.Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.