com.jgoodies.bookfinder.view.main
Class Tour

java.lang.Object
  extended by com.jgoodies.bookfinder.view.main.Tour

public final class Tour
extends Object

Provides the Book Finder's integrated tour. Uses an animation to drive the Prompter.

Version:
$Revision: 1.9 $
Author:
Karsten Lentzsch
See Also:
Animation, Animator

Constructor Summary
Tour(MainModel mainModel, MainFrame mainFrame)
           
 
Method Summary
 void start()
          Starts the animated tour.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tour

public Tour(MainModel mainModel,
            MainFrame mainFrame)
Method Detail

start

public void start()
Starts the animated tour. Prepares the UI, creates animations, creates an animator, and finally launches the animator.



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.