- save(PrintWriter) - Method in interface org.eclipse.pde.core.IEditable
-
Saves the model into the provided writer.
- save() - Method in interface org.eclipse.pde.core.IEditableModel
-
Saves the editable model using the mechanism suitable for the
concrete model implementation.
- SECONDARY_DEPENDENCIES - Static variable in interface org.eclipse.pde.core.build.IBuildEntry
-
The name of the key that declares additional plug-in dependencies to augment development classpath
- selectChoice(String) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
- SELECTED_TARGET_PLUGINS - Static variable in interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
-
Launch configuration attribute key.
- SELECTED_WORKSPACE_PLUGINS - Static variable in interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
-
Launch configuration attribute key.
- selectOptionChoice(String) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
- selectOptionChoice(String) - Method in class org.eclipse.pde.ui.templates.ComboChoiceOption
-
- selectOptionChoice(String) - Method in class org.eclipse.pde.ui.templates.RadioChoiceOption
-
- setAttribute(String, String) - Method in interface org.eclipse.pde.core.plugin.IPluginElement
-
Sets the attribute with the provided name
to the provided value.
- setBundleDescription(BundleDescription) - Method in interface org.eclipse.pde.core.plugin.IPluginModelBase
-
Associates the bundle description of the plug-in
with this model in case the plug-in uses the new
OSGi bundle layout.
- setClassName(String) - Method in interface org.eclipse.pde.core.plugin.IPlugin
-
Sets the name of the plug-in activator class.
- setContentFilters(String[]) - Method in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
Sets the optional content filters for
this library.
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.ConfigurationTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.EquinoxPluginsTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.EquinoxSettingsTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.MainTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.PluginJUnitMainTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.PluginsTab
-
- setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.TracingTab
-
- setDefaultSourceLocator(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration
-
Assigns a default source locator to the given launch if a source locator
has not yet been assigned to it, and the associated launch configuration
does not specify a source locator.
- setDirty(boolean) - Method in interface org.eclipse.pde.core.IEditable
-
Sets the dirty flag of the model.
- setEnabled(boolean) - Method in interface org.eclipse.pde.core.plugin.IPluginModelBase
-
Sets the enable state of the model.
- setEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
Implements the superclass method by updating the enable state of the
option's widget.
- setEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.BooleanOption
-
Implementatin of the superclass method that updates the option widget
with the new enabled state.
- setEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.ChoiceOption
-
Deprecated.
Implements the superclass method by updating the enable state of the
option's widget.
- setEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.StringOption
-
Implements the superclass method by passing the enabled state to the
option's widget.
- setEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.TemplateOption
-
Sets the enabled state of this option.
- setExported(boolean) - Method in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
Sets whether types in this library will be
visible to other plug-ins.
- setId(String) - Method in interface org.eclipse.pde.core.IIdentifiable
-
Sets the id of this IIdentifiable to the provided value.
- setInTheModel(boolean) - Method in interface org.eclipse.pde.core.plugin.IPluginObject
-
Set the value indicating whether the object is currently part of a model.
- setLabel(String) - Method in class org.eclipse.pde.ui.templates.TemplateField
-
Changes the label of this field.
- setMatch(int) - Method in interface org.eclipse.pde.core.plugin.IPluginReference
-
Sets the match type for the require plug-in.
- setName(String) - Method in interface org.eclipse.pde.core.build.IBuildEntry
-
Sets the name of this build entry.
- setName(String) - Method in interface org.eclipse.pde.core.plugin.IPluginObject
-
Chances the name of this model object.
- setName(String) - Method in class org.eclipse.pde.ui.templates.TemplateOption
-
Changes the unique name of this option
- setOptional(boolean) - Method in interface org.eclipse.pde.core.plugin.IPluginImport
-
Sets whether this import is optional.
- setOptionEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
- setOptionEnabled(String, boolean) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Enables the option with a given name.
- setOptionEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.ComboChoiceOption
-
- setOptionEnabled(boolean) - Method in class org.eclipse.pde.ui.templates.RadioChoiceOption
-
- setOptionValue(Object) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
- setOptionValue(Object) - Method in class org.eclipse.pde.ui.templates.ComboChoiceOption
-
- setOptionValue(Object) - Method in class org.eclipse.pde.ui.templates.RadioChoiceOption
-
- setPackages(String[]) - Method in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
Sets the optional package prefixes for this library.
- setPageCount(int) - Method in class org.eclipse.pde.ui.templates.OptionTemplateSection
-
Sets the number of pages this template will manage.
- setPluginId(String) - Method in interface org.eclipse.pde.core.plugin.IFragment
-
Sets the id of the plug-in that will be the target of this fragment.
- setPluginVersion(String) - Method in interface org.eclipse.pde.core.plugin.IFragment
-
Sets the version of the plug-in that will be the target of this fragment.'
- setPoint(String) - Method in interface org.eclipse.pde.core.plugin.IPluginExtension
-
Sets the value of the extension point Id
This method will throw a CoreException if
this model is not editable.
- setProviderName(String) - Method in interface org.eclipse.pde.core.plugin.IPluginBase
-
Sets the name of the plug-in provider.
- setReexported(boolean) - Method in interface org.eclipse.pde.core.plugin.IPluginImport
-
Sets whether the libraries of the required plug-in will
be reexported.
- setRequired(boolean) - Method in class org.eclipse.pde.ui.templates.TemplateOption
-
Marks this option as required.
- setRule(int) - Method in interface org.eclipse.pde.core.plugin.IFragment
-
Sets the optional version match rule as defined in IMatchRules.
- setSchema(String) - Method in interface org.eclipse.pde.core.plugin.IPluginExtensionPoint
-
Sets the plug-in relative name of
the extension point schema file that
describes this extension point.
- setSchemaVersion(String) - Method in interface org.eclipse.pde.core.plugin.IPluginBase
-
Sets the R3.0 compatibility flag
- setSelected(boolean) - Method in class org.eclipse.pde.ui.templates.BooleanOption
-
Changes the current state of the option to the provided state.
- setText(String) - Method in interface org.eclipse.pde.core.plugin.IPluginElement
-
Sets the body text of this element
to the provided value.
- setText(String) - Method in class org.eclipse.pde.ui.templates.StringOption
-
A utility version of the setValue method that accepts
String objects.
- setType(String) - Method in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
Sets the library type.
- setValue(String) - Method in interface org.eclipse.pde.core.plugin.IPluginAttribute
-
Sets the value of this attribute.
- setValue(Object) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
Implements the superclass method by passing the new value to the option's
widget.
- setValue(Object) - Method in class org.eclipse.pde.ui.templates.BooleanOption
-
Implementation of the superclass method that updates the option's widget
with the new value.
- setValue(Object) - Method in class org.eclipse.pde.ui.templates.ChoiceOption
-
Deprecated.
Implements the superclass method by passing the new value to the option's
widget.
- setValue(Object) - Method in class org.eclipse.pde.ui.templates.StringOption
-
Implements the superclass method by passing the string value of the new
value to the widget
- setValue(Object) - Method in class org.eclipse.pde.ui.templates.TemplateOption
-
Sets the new value of this option.
- setVersion(String) - Method in interface org.eclipse.pde.core.plugin.IPluginBase
-
Sets the version of the plug-in.
- setVersion(String) - Method in interface org.eclipse.pde.core.plugin.IPluginReference
-
Sets the desired version of the required plug-in.
- setVisible(boolean) - Method in class org.eclipse.pde.ui.templates.OptionTemplateWizardPage
-
Initializes the options that require late initialization when the page is
made visible.
- SRC_INCLUDES - Static variable in interface org.eclipse.pde.core.build.IBuildEntry
-
The name of the key that lists all the folders and files
to be included in the source build.
- StringOption - Class in org.eclipse.pde.ui.templates
-
This template option can be used to collect string option from the user in
the template section wizard page.
- StringOption(BaseOptionTemplateSection, String, String) - Constructor for class org.eclipse.pde.ui.templates.StringOption
-
The constructor.
- swap(IPluginExtension, IPluginExtension) - Method in interface org.eclipse.pde.core.plugin.IExtensions
-
Swaps the positions of the provided extensions
in the list of extensions.
- swap(IPluginLibrary, IPluginLibrary) - Method in interface org.eclipse.pde.core.plugin.IPluginBase
-
Swaps the positions of the provided libraries
in the list of libraries.
- swap(IPluginImport, IPluginImport) - Method in interface org.eclipse.pde.core.plugin.IPluginBase
-
Swaps the positions of the plug-ins provided in
in the dependency list.
- swap(IPluginObject, IPluginObject) - Method in interface org.eclipse.pde.core.plugin.IPluginParent
-
Swaps the position of of the provided siblings
in the parent.