org.eclipse.ecf.ui.wizards
Class ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree

java.lang.Object
  extended by org.eclipse.ecf.ui.wizards.ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree
Enclosing class:
ConfigurationWizardSelectionPage

protected class ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree
extends java.lang.Object


Nested Class Summary
protected  class ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree.WizardPatternFilter
           
 
Constructor Summary
protected ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree(org.eclipse.ui.wizards.IWizardCategory categories, java.lang.String msg)
          Constructor for CategorizedWizardSelectionTree
 
Method Summary
protected  org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
          Create the tree viewer and a message describing what the user should choose from the tree.
protected  org.eclipse.jface.viewers.TreeViewer getViewer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree

protected ConfigurationWizardSelectionPage.CategorizedWizardSelectionTree(org.eclipse.ui.wizards.IWizardCategory categories,
                                                                          java.lang.String msg)
Constructor for CategorizedWizardSelectionTree

Parameters:
categories - root wizard category for the wizard type
msg - message describing what the user should choose from the tree.
Method Detail

createControl

protected org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
Create the tree viewer and a message describing what the user should choose from the tree.

Parameters:
parent - Composite on which the tree viewer is to be created
Returns:
Comoposite with all widgets

getViewer

protected org.eclipse.jface.viewers.TreeViewer getViewer()
Returns:
the categorized tree viewer