juife
v0.1a

Uses of Class
net.sf.juife.NavigationPage

Packages that use NavigationPage
net.sf.juife Provides a set of common components and useful utilities that are missing in the Java 2 Platform Standard Edition. 
 

Uses of NavigationPage in net.sf.juife
 

Methods in net.sf.juife that return NavigationPage
 NavigationPage DefaultNavigationHistoryModel.getCurrentPage()
          Gets the current page in the history list.
 NavigationPage NavigationHistoryModel.getCurrentPage()
          Gets the current page in the history list.
 NavigationPage NavigationPane.getCurrentPage()
          Gets the current page in this navigation pane.
 NavigationPage[] NavigationPane.getPages()
          Gets the list of pages this NavigationPane offers.
 NavigationPage DefaultNavigationHistoryModel.goBack()
          Goes to the previous page in the history list.
 NavigationPage NavigationHistoryModel.goBack()
          Goes to the previous page in the history list.
 NavigationPage DefaultNavigationHistoryModel.goForward()
          Goes to the next page in the history list.
 NavigationPage NavigationHistoryModel.goForward()
          Goes to the next page in the history list.
 

Methods in net.sf.juife with parameters of type NavigationPage
 void DefaultNavigationHistoryModel.addPage(NavigationPage page)
          Adds the specified page to the history list after the current page.
 void NavigationHistoryModel.addPage(NavigationPage page)
          Adds the specified page to the history list after the current page.
 void NavigationPane.setPages(NavigationPage[] pages)
          Sets the pages that this NavigationPane will offer.
 


juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo