getCurrentNode method

PageNode getCurrentNode()

Implementation

PageNode getCurrentNode() {
  return nodes.elementAt(currentIndex);
}