net.sf.borg.ui
Interface NavPanel.Navigator

Enclosing class:
NavPanel

public static interface NavPanel.Navigator

Interface to be implemented by any class that allows the attachment of a NavPanel navigator


Method Summary
 String getNavLabel()
          get the navigator label - i.e.
 void goTo(Calendar cal)
          navigate to a particular date
 void next()
          go to the next item
 void prev()
          go to the previous item
 void today()
          go to today
 

Method Detail

getNavLabel

String getNavLabel()
get the navigator label - i.e. a string indicating the current date

Returns:
the text to show on the navigator main label

goTo

void goTo(Calendar cal)
navigate to a particular date


next

void next()
go to the next item


prev

void prev()
go to the previous item


today

void today()
go to today



Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic