Home
last modified time | relevance | path

Searched refs:wizardCategories (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DImportExportPage.java66 private IWizardCategory wizardCategories; field in ImportExportPage.CategorizedWizardSelectionTree
78 this.wizardCategories = categories; in CategorizedWizardSelectionTree()
130 if (wizardCategories != null) { in createFilteredTree()
131 if (wizardCategories.getParent() == null) { in createFilteredTree()
132 inputArray.addAll(Arrays.asList(wizardCategories.getCategories())); in createFilteredTree()
135 inputArray.add(wizardCategories); in createFilteredTree()
329 if (wizardCategories != null) {
331 IWizardCategory category = wizardCategories.findCategory(new Path(expandedCategoryPath));
355 if (wizardCategories == null) {
359 Object selected = wizardCategories.findCategory(new Path(selectedId));
[all …]
H A DNewWizardNewPage.java89 private IWizardCategory wizardCategories; field in NewWizardNewPage
118 this.wizardCategories = wizardCategories; in NewWizardNewPage()
125 if (allPrimary(wizardCategories)) { in NewWizardNewPage()
129 needShowAll = !allActivityEnabled(wizardCategories); in NewWizardNewPage()
132 needShowAll = !allActivityEnabled(wizardCategories); in NewWizardNewPage()
170 if (wizardCategories == null) { in trimPrimaryWizards()
312 if (wizardCategories != null) { in createFilteredTree()
313 if (wizardCategories.getParent() == null) { in createFilteredTree()
317 inputArray.add(wizardCategories); in createFilteredTree()
469 if (wizardCategories != null) { in expandPreviouslyExpandedCategories()
[all …]
H A DNewWizardSelectionPage.java38 private IWizardCategory wizardCategories; field in NewWizardSelectionPage
63 wizardCategories = root; in NewWizardSelectionPage()
84 newResourcePage = new NewWizardNewPage(this, wizardCategories, primaryWizards, projectsOnly); in createControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/
H A DWizardTreeSelectionPage.java31 private WizardCollectionElement wizardCategories; field in WizardTreeSelectionPage
35 this.wizardCategories = categories; in WizardTreeSelectionPage()
135 categoryTreeViewer.setInput(wizardCategories); in initializeViewers()
137 Object[] categories = wizardCategories.getChildren(); in initializeViewers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/cpd/
H A DCustomizePerspectiveDialog.java1446 IWizardCategory[] wizardCategories = wizardCollection.getCategories(); in initializeNewWizardsMenu() local
1449 for (IWizardCategory element : wizardCategories) { in initializeNewWizardsMenu()