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
-
NavigationEditor(Frame)
- Constructs an initially invisible NavigationEditor.
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.
-
setBiggerUrl(String)
- Sets the url of the bigger button to the specified url.
-
setNextUrl(String)
- Sets the url of the next button to the specified url.
-
setPreviousUrl(String)
- Sets the url of the previous button to the specified url.
-
setTocUrl(String)
- Sets the url of the toc button to the specified url.
Constructors
NavigationEditor
public NavigationEditor(Frame parent)
- Constructs an initially invisible NavigationEditor.
- Parameters:
- parent - the parent of this dialog
Methods
getNextUrl
public String getNextUrl()
- Gets the url of the next button.
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
getPreviousUrl
public String getPreviousUrl()
- Gets the url of the previous button.
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
getBiggerUrl
public String getBiggerUrl()
- Gets the url of the bigger button.
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
getTocUrl
public String getTocUrl()
- Gets the url of the toc button.
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
main
public static void main(String args[])
- See the dialog.