Uses of Class
com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep

Packages that use AbstractSelectorWizardStep
com.xpn.xwiki.wysiwyg.client.plugin.image.ui   
com.xpn.xwiki.wysiwyg.client.plugin.link.ui   
com.xpn.xwiki.wysiwyg.client.widget.wizard.util   
 

Uses of AbstractSelectorWizardStep in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
 

Subclasses of AbstractSelectorWizardStep in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
 class CurrentPageImageSelectorWizardStep
          Wizard step to select an image from the list of images attached to a page.
 class ImageSelectorWizardStep
          Wizard step to select the image to insert, by aggregating a current page selector step and an "all pages" selector step.
 class ImagesExplorerWizardStep
          Wizard step to explore and select images from all the pages in the wiki.
 

Uses of AbstractSelectorWizardStep in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
 

Subclasses of AbstractSelectorWizardStep in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
 class AbstractExplorerWizardStep
          Wizard step to provide an interface to selecting a wiki resource, using an XWikiExplorer.
 class AbstractPageListSelectorWizardStep
          Wizard step to select the wiki page to link to, from a list of wiki pages.
 class AttachmentExplorerWizardStep
          Specialized AbstractExplorerWizardStep to select an attachment to a wiki page.
 class AttachmentSelectorWizardStep
          Wizard step to select the attachment to link to, by aggregating a page selector step and an explorer wizard step.
 class CurrentPageAttachmentSelectorWizardStep
          Wizard step to select a file attached to a page.
 class PageSelectorWizardStep
          Creates a page selector aggregator, to switch between the recent changed pages and all pages.
 class RecentChangesSelectorWizardStep
          Wizard step to select the wiki page to link to, from the recently modified ones for the current user.
 class SearchSelectorWizardStep
          Wizard step to select the wiki page to link to, from the page search results for a keyword.
 class WikiPageExplorerWizardStep
          Specialized AbstractExplorerWizardStep to select a wiki page (existing or new).
 

Uses of AbstractSelectorWizardStep in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
 

Subclasses of AbstractSelectorWizardStep in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
 class AbstractListSelectorWizardStep<D,L>
          Generic wizard step for selecting from a list of items: it handles list creation and population along with item selection on double click and enter.
 class AbstractSelectorAggregatorWizardStep<T>
          Wizard step used to aggregate a set of selectors for a file attached (file attachment or image) to a page in the wiki, and switch between the current page view and the entire wiki view.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.