Home
last modified time | relevance | path

Searched refs:formPage (Results 1 – 24 of 24) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/
H A DCompCSEditor.java129 IFormPage formPage = getActivePageInstance(); in getSelection() local
130 if ((formPage != null) && (formPage instanceof CompCSPage)) { in getSelection()
134 return ((CompCSPage) formPage).getSelection(); in getSelection()
H A DCompCSMasterTreeSection.java91 public CompCSMasterTreeSection(PDEFormPage formPage, Composite parent) { in CompCSMasterTreeSection() argument
92 super(formPage, parent, Section.DESCRIPTION, new String[] { in CompCSMasterTreeSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/
H A DTableSection.java88 public TableSection(PDEFormPage formPage, Composite parent, int style, String[] buttonLabels) { in TableSection() argument
89 this(formPage, parent, style, true, buttonLabels); in TableSection()
97 …public TableSection(PDEFormPage formPage, Composite parent, int style, boolean titleBar, String[] … in TableSection() argument
98 super(formPage, parent, style, titleBar, buttonLabels); in TableSection()
H A DStructuredViewerSection.java40 …public StructuredViewerSection(PDEFormPage formPage, Composite parent, int style, String[] buttonL… in StructuredViewerSection() argument
41 this(formPage, parent, style, true, buttonLabels); in StructuredViewerSection()
48 …public StructuredViewerSection(PDEFormPage formPage, Composite parent, int style, boolean titleBar… in StructuredViewerSection() argument
49 super(formPage, parent, style, titleBar); in StructuredViewerSection()
52 FormToolkit toolkit = formPage.getManagedForm().getToolkit(); in StructuredViewerSection()
H A DTreeSection.java73 public TreeSection(PDEFormPage formPage, Composite parent, int style, String[] buttonLabels) { in TreeSection() argument
74 super(formPage, parent, style, buttonLabels); in TreeSection()
H A DPDEFormEditor.java346 IFormPage formPage = getActivePageInstance(); in doRevert() local
349 if ((formPage != null) && (formPage instanceof PDEFormPage)) { in doRevert()
350 formPage.getManagedForm().commit(true); in doRevert()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/
H A DSimpleCSEditor.java136 IFormPage formPage = getActivePageInstance(); in getSelection() local
137 if ((formPage != null) && (formPage instanceof SimpleCSDefinitionPage)) { in getSelection()
141 return ((SimpleCSDefinitionPage) formPage).getSelection(); in getSelection()
H A DSimpleCSMasterTreeSection.java83 public SimpleCSMasterTreeSection(PDEFormPage formPage, Composite parent) { in SimpleCSMasterTreeSection() argument
84 super(formPage, parent, Section.DESCRIPTION, new String[] { in SimpleCSMasterTreeSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/
H A DCtxHelpEditor.java247 IFormPage formPage = getActivePageInstance(); in getSelection() local
248 if ((formPage != null) && (formPage instanceof CtxHelpPage)) { in getSelection()
252 return ((CtxHelpPage) formPage).getSelection(); in getSelection()
H A DCtxHelpTreeSection.java135 public CtxHelpTreeSection(PDEFormPage formPage, Composite parent) { in CtxHelpTreeSection() argument
136 super(formPage, parent, Section.DESCRIPTION, new String[] { in CtxHelpTreeSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/
H A DTocEditor.java265 IFormPage formPage = getActivePageInstance(); in getSelection() local
266 if ((formPage != null) && (formPage instanceof TocPage)) { in getSelection()
270 return ((TocPage) formPage).getSelection(); in getSelection()
H A DTocTreeSection.java143 public TocTreeSection(PDEFormPage formPage, Composite parent) { in TocTreeSection() argument
150 super(formPage, parent, Section.DESCRIPTION, in TocTreeSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DMatchSection.java49 public MatchSection(PDEFormPage formPage, Composite parent, boolean addReexport) { in MatchSection() argument
50 super(formPage, parent, Section.DESCRIPTION); in MatchSection()
52 createClient(getSection(), formPage.getEditor().getToolkit()); in MatchSection()
H A DLibraryVisibilitySection.java85 public LibraryVisibilitySection(PDEFormPage formPage, Composite parent) { in LibraryVisibilitySection() argument
86 …super(formPage, parent, Section.DESCRIPTION, new String[] {PDEUIMessages.ManifestEditor_ExportSect… in LibraryVisibilitySection()
H A DExportPackageVisibilitySection.java88 public ExportPackageVisibilitySection(PDEFormPage formPage, Composite parent) { in ExportPackageVisibilitySection() argument
89 …super(formPage, parent, Section.DESCRIPTION, new String[] {PDEUIMessages.ManifestEditor_ExportSect… in ExportPackageVisibilitySection()
H A DDependencyManagementSection.java151 public DependencyManagementSection(PDEFormPage formPage, Composite parent) { in DependencyManagementSection() argument
152 …super(formPage, parent, ExpandableComposite.TWISTIE | ExpandableComposite.COMPACT, new String[] {A… in DependencyManagementSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/
H A DArchiveSection.java95 public ArchiveSection(PDEFormPage formPage, Composite parent) { in ArchiveSection() argument
96 super(formPage, parent, Section.DESCRIPTION); in ArchiveSection()
99 createClient(getSection(), formPage.getManagedForm().getToolkit()); in ArchiveSection()
H A DCategorySection.java129 public CategorySection(PDEFormPage formPage, Composite parent) { in CategorySection() argument
130 …super(formPage, parent, Section.DESCRIPTION, new String[] {PDEUIMessages.CategorySection_new, PDEU… in CategorySection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/
H A DRepositoryReferenceSection.java182 public RepositoryReferenceSection(PDEFormPage formPage, Composite parent) { in RepositoryReferenceSection() argument
183 super(formPage, parent, Section.DESCRIPTION, getButtonLabels()); in RepositoryReferenceSection()
H A DCategorySection.java166 public CategorySection(PDEFormPage formPage, Composite parent) { in CategorySection() argument
167 super(formPage, parent, Section.DESCRIPTION, in CategorySection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/
H A DUpdatesSection.java177 public UpdatesSection(PDEFormPage formPage, Composite parent) { in UpdatesSection() argument
178 super(formPage, parent, Section.DESCRIPTION, getButtonLabels()); in UpdatesSection()
H A DFeatureSection.java86 public FeatureSection(PDEFormPage formPage, Composite parent) { in FeatureSection() argument
87 super(formPage, parent, Section.DESCRIPTION, getButtonLabels()); in FeatureSection()
H A DPluginSection.java101 public PluginSection(PDEFormPage formPage, Composite parent) { in PluginSection() argument
102 super(formPage, parent, Section.DESCRIPTION, getButtonLabels()); in PluginSection()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/plugin/
H A Dqgsquickfeatureform.qml286 id: formPage