Uses of Interface
com.leafdigital.ui.api.Page

Packages that use Page
com.leafdigital.prefsui.api The preferences UI API allows plugins to define preference pages that will be added to the main options window. 
com.leafdigital.ui.api The UI API provides a basic windowing interface library of widgets that can be constructed from XML. 
 

Uses of Page in com.leafdigital.prefsui.api
 

Methods in com.leafdigital.prefsui.api with parameters of type Page
 void PreferencesUI.registerPage(Plugin owner, Page p)
          Adds a page to the prefs dialog.
 void PreferencesUI.registerWizardPage(Plugin owner, int order, Page p)
          Registers a page for the basic wizard interface.
 void PreferencesUI.unregisterPage(Plugin owner, Page p)
          Removes a page from the prefs dialog.
 void PreferencesUI.unregisterWizardPage(Page p)
          Removes a page from the prefs dialog.
 

Uses of Page in com.leafdigital.ui.api
 

Methods in com.leafdigital.ui.api that return Page
 Page UI.createPage(org.w3c.dom.Document d, java.lang.Object callbacks)
          Deprecated. Use UI.createPage(String, Object) instead
 Page UI.createPage(java.lang.String xml, java.lang.Object callbacks)
          Creates a Page from an XML document.
 Page PageTool.getPage()
           
 Page UI.newPage()
           
 Page UI.newPage(java.lang.Object callbacks)
          Creates a new Page.
 

Methods in com.leafdigital.ui.api with parameters of type Page
 void TabPanel.add(Page p)
          Adds a page to the end.
 void ChoicePanel.add(Page p)
          Adds a page to the end.
 



Copyright © 2011 Samuel Marshall. All rights reserved.