Uses of Class
org.eclipse.cdt.ui.wizards.EntryDescriptor

Packages that use EntryDescriptor
org.eclipse.cdt.managedbuilder.ui.wizards   
org.eclipse.cdt.ui.wizards   
 

Uses of EntryDescriptor in org.eclipse.cdt.managedbuilder.ui.wizards
 

Methods in org.eclipse.cdt.managedbuilder.ui.wizards that return EntryDescriptor
 EntryDescriptor[] StdBuildWizard.createItems(boolean supportedOnly, org.eclipse.jface.wizard.IWizard wizard)
           
 EntryDescriptor[] ManagedBuildWizard.createItems(boolean supportedOnly, org.eclipse.jface.wizard.IWizard wizard)
          Creates and returns an array of items to be displayed
 

Methods in org.eclipse.cdt.managedbuilder.ui.wizards with parameters of type EntryDescriptor
 void MBSWizardHandler.initialize(EntryDescriptor data)
           
 boolean MBSWizardHandler.isApplicable(EntryDescriptor data)
           
 

Uses of EntryDescriptor in org.eclipse.cdt.ui.wizards
 

Methods in org.eclipse.cdt.ui.wizards that return EntryDescriptor
abstract  EntryDescriptor[] CNewWizard.createItems(boolean supportedOnly, org.eclipse.jface.wizard.IWizard wizard)
          Creates tree items to be displayed in left pane.
static EntryDescriptor CDTMainWizardPage.getDescriptor(org.eclipse.swt.widgets.Tree _tree)
           
 EntryDescriptor EntryDescriptor.getParent()
           
 

Methods in org.eclipse.cdt.ui.wizards with parameters of type EntryDescriptor
 void CWizardHandler.initialize(EntryDescriptor data)
          Initializes the handler to be used for the specified entry
 boolean CWizardHandler.isApplicable(EntryDescriptor data)
          Checks whether this item can be added to Wizard tree
 void EntryDescriptor.setParent(EntryDescriptor p)