Module org.jpo
Package org.jpo.gui

Interface AutoAdvanceInterface

All Known Implementing Classes:
PictureViewer

public interface AutoAdvanceInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    showNode(NodeNavigatorInterface mySetOfNodes, int myIndex)
    Puts the picture of the indicated node onto the viewer panel
    void
    startAdvanceTimer(int seconds)
    This method sets up the Advance Timer
  • Method Details

    • startAdvanceTimer

      void startAdvanceTimer(int seconds)
      This method sets up the Advance Timer
      Parameters:
      seconds - Seconds
    • showNode

      void showNode(NodeNavigatorInterface mySetOfNodes, int myIndex)
      Puts the picture of the indicated node onto the viewer panel
      Parameters:
      mySetOfNodes - The set of nodes from which one picture is to be shown
      myIndex - The index of the set of nodes to be shown.