All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.NavigationDialogBox

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

public class NavigationDialogBox
extends DialogBox
This class enables style customization for the NavigationHeader.


Constructor index

 o NavigationDialogBox(Frame, NavigationHeader)
Constructs a new NavigationDialogBox with the specified Frame as parent, the specified header.

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.

Constructors

 o NavigationDialogBox
 public NavigationDialogBox(Frame parent,
                            NavigationHeader header)
Constructs a new NavigationDialogBox with the specified Frame as parent, the specified header.

Parameters:
parent - the parent of this DialogBox
header - the header that is editing by this DialogBox

Methods

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

 o getPreviousUrl
 public String getPreviousUrl()
Gets the url of the previous button.

 o getBiggerUrl
 public String getBiggerUrl()
Gets the url of the bigger button.

 o getTocUrl
 public String getTocUrl()
Gets the url of the toc button.

 o main
 public static void main(String args[])
See the dialog.