All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.NavigationEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----org.jfouffa.jslider.gui.HeaderEditor
                                           |
                                           +----org.jfouffa.jslider.gui.NavigationEditor

public class NavigationEditor
extends HeaderEditor
This class enables style customization for the NavigationHeader class.


Constructor index

 o NavigationEditor(Frame)
Constructs an initially invisible NavigationEditor.

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 main(String[])
See the dialog.
 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.

Constructors

 o NavigationEditor
 public NavigationEditor(Frame parent)
Constructs an initially invisible NavigationEditor.

Parameters:
parent - the parent of this dialog

Methods

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

 o setNextUrl
 public 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 String getPreviousUrl()
Gets the url of the previous button.

 o setPreviousUrl
 public 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 String getBiggerUrl()
Gets the url of the bigger button.

 o setBiggerUrl
 public 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 String getTocUrl()
Gets the url of the toc button.

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

Parameters:
tocUrl - the new url for the toc button
 o main
 public static void main(String args[])
See the dialog.