Uses of Class
com.jidesoft.dialog.AbstractDialogPage

Packages that use AbstractDialogPage
com.jidesoft.dialog The package contains classes related to JDialog for JIDE Common Layer. 
 

Uses of AbstractDialogPage in com.jidesoft.dialog
 

Fields in com.jidesoft.dialog declared as AbstractDialogPage
protected  AbstractDialogPage AbstractDialogPage._parentPage
           
 

Methods in com.jidesoft.dialog that return AbstractDialogPage
 AbstractDialogPage PageList.getCurrentPage()
          Gets the current selected page.
 AbstractDialogPage MultiplePageDialogPane.getCurrentPage()
          Gets the current selected page.
 AbstractDialogPage MultiplePageDialog.getCurrentPage()
          Gets the current selected page.
 AbstractDialogPage PageList.getPage(int i)
          Gets the page at position.
 AbstractDialogPage PageList.getPageByFullTitle(String title)
          If you know the full title of any page, use this method to get the actual page from the list.
 AbstractDialogPage AbstractDialogPage.getParentPage()
          Gets the parent page.
 

Methods in com.jidesoft.dialog with parameters of type AbstractDialogPage
 void PageList.append(AbstractDialogPage page)
          Appends a page to the end of the list.
protected  MutableTreeNode MultiplePageDialogPane.createTreeNode(AbstractDialogPage dialogPage)
          Create tree node for TREE_STYLE pages.
protected  MutableTreeNode MultiplePageDialog.createTreeNode(AbstractDialogPage dialogPage)
          Create tree node for TREE_STYLE pages.
 void PageList.insertAfter(AbstractDialogPage page, String title)
          Inserts a page after the page with the specified full title.
 void PageList.remove(AbstractDialogPage page)
          Removes a page from the page list.
 void PageList.setCurrentPage(AbstractDialogPage page)
          Sets the current selected page.
protected  void MultiplePageDialogPane.setCurrentPage(AbstractDialogPage currentPage)
           
protected  void MultiplePageDialog.setCurrentPage(AbstractDialogPage currentPage)
           
protected  boolean PageList.setCurrentPage(AbstractDialogPage page, Object source)
           
protected  void MultiplePageDialogPane.setCurrentPage(AbstractDialogPage currentPage, Object source)
           
protected  void MultiplePageDialog.setCurrentPage(AbstractDialogPage currentPage, Object source)
           
 void AbstractDialogPage.setParentPage(AbstractDialogPage parentPage)
          Sets the parent page.
protected  void MultiplePageDialogPane.showCurrentPage(AbstractDialogPage currentPage)
          Displays the current page.
protected  void MultiplePageDialog.showCurrentPage(AbstractDialogPage currentPage)
          Displays the current page.
 

Constructors in com.jidesoft.dialog with parameters of type AbstractDialogPage
AbstractDialogPage(String title, String description, Icon icon, AbstractDialogPage parentPage)
          /** Creates an AbstractDialogPage with title, icon, description and its parent.
 



Copyright © 2013. All Rights Reserved.