All Packages Class Hierarchy This Package Previous Next Index

Interface org.jfouffa.jslider.Navigation

public interface Navigation
This class defines the navigation methods.


Method index

 o getBiggerUrl()
Gets the url of the bigger button.
 o getNextUrl()
Gets the url of the next button.
 o getPreviousUrl()
Gets the url of the previous button.
 o getTocUrl()
Gets the url of the toc button.
 o setBiggerUrl(String)
Sets the url of the bigger button to the specified url.
 o setNextUrl(String)
Sets the url of the next button to the specified url.
 o setPreviousUrl(String)
Sets the url of the previous button to the specified url.
 o setTocUrl(String)
Sets the url of the toc button to the specified url.

Methods

 o getNextUrl
 public abstract String getNextUrl()
Gets the url of the next button.

 o setNextUrl
 public abstract void setNextUrl(String nextUrl)
Sets the url of the next button to the specified url.

Parameters:
nextUrl - the new url for the next button
 o getPreviousUrl
 public abstract String getPreviousUrl()
Gets the url of the previous button.

 o setPreviousUrl
 public abstract void setPreviousUrl(String previousUrl)
Sets the url of the previous button to the specified url.

Parameters:
previousUrl - the new url for the previous button
 o getBiggerUrl
 public abstract String getBiggerUrl()
Gets the url of the bigger button.

 o setBiggerUrl
 public abstract void setBiggerUrl(String biggerUrl)
Sets the url of the bigger button to the specified url.

Parameters:
biggerUrl - the new url for the bigger button
 o getTocUrl
 public abstract String getTocUrl()
Gets the url of the toc button.

 o setTocUrl
 public abstract void setTocUrl(String tocUrl)
Sets the url of the toc button to the specified url.

Parameters:
tocUrl - the new url for the toc button