java.lang.Object
org.jpo.datamodel.NodeNavigator
- All Implemented Interfaces:
NodeNavigatorInterface
- Direct Known Subclasses:
GroupNavigator,ListNavigator,QueryNavigator,RandomNavigator,SingleNodeNavigator
This class implements the NodeNavigatorListener functionality required by the
NodeNavigatorInterface but the other methods need to be implements by the
extending class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNodeNavigatorListener(NodeNavigatorListener nodeNavigatorListener) Registers a NodeNavigatorListenervoidMethod that notifies the NodeNavigatorListener of a structural change that they need to respond to.voidremoveNodeNavigatorListener(NodeNavigatorListener nodeNavigatorListener) Removes a NodeNavigatorListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jpo.datamodel.NodeNavigatorInterface
getNode, getNumberOfNodes, getTitle
-
Constructor Details
-
NodeNavigator
public NodeNavigator()
-
-
Method Details