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
-
NavigationDialogBox(Frame, NavigationHeader)
- Constructs a new NavigationDialogBox with the specified Frame as parent,
the specified header.
Method index
-
getBiggerUrl()
- Gets the url of the bigger button.
-
getNextUrl()
- Gets the url of the next button.
-
getPreviousUrl()
- Gets the url of the previous button.
-
getTocUrl()
- Gets the url of the toc button.
-
main(String[])
- See the dialog.
Constructors
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
getNextUrl
public String getNextUrl()
- Gets the url of the next button.
getPreviousUrl
public String getPreviousUrl()
- Gets the url of the previous button.
getBiggerUrl
public String getBiggerUrl()
- Gets the url of the bigger button.
getTocUrl
public String getTocUrl()
- Gets the url of the toc button.
main
public static void main(String args[])
- See the dialog.