Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse PDE
Release 3.5
A B C D E F G H I J K L M N O P R S T U V W

C

canFinish() - Method in class org.eclipse.pde.ui.templates. NewPluginProjectFromTemplateWizard
 
canSave() - Method in class org.eclipse.pde.ui.launcher. TestTab
 
CHANGE - Static variable in interface org.eclipse.pde.core. IModelChangedEvent
indicates that a model object's property has been changed.
ChoiceOption - Class in org.eclipse.pde.ui.templates
Deprecated. see RadioChoiceOption and ComboChoiceOption
ChoiceOption(BaseOptionTemplateSection, String, String, String[][]) - Constructor for class org.eclipse.pde.ui.templates. ChoiceOption
Deprecated. Constructor for ChoiceOption.
chooseConfiguration(ILaunchConfiguration[], String) - Method in class org.eclipse.pde.ui.launcher. AbstractLaunchShortcut
Display to the user a list of matching existing launch configurations and return the user's selection.
clear(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.pde.ui.launcher. AbstractPDELaunchConfiguration
By default, this method does nothing.
clear(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.pde.ui.launcher. EclipseApplicationLaunchConfiguration
Clears the workspace prior to launching if the workspace exists and the option to clear it is turned on.
clear(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.pde.ui.launcher. EquinoxLaunchConfiguration
Clears the configuration area if the area exists and that option is selected.
clear(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.pde.ui.launcher. JUnitLaunchConfigurationDelegate
Clears the workspace prior to launching if the workspace exists and the option to clear it is turned on.
CODE - Static variable in interface org.eclipse.pde.core.plugin. IPluginLibrary
A library type indicating the library contains code.
collectExecutionArguments(ILaunchConfiguration, List, List) - Method in class org.eclipse.pde.ui.launcher. JUnitLaunchConfigurationDelegate
 
ComboChoiceOption - Class in org.eclipse.pde.ui.templates
Implementation of the AbstractTemplateOption that allows users to choose a value from the fixed set of options using a combo box.
ComboChoiceOption(BaseOptionTemplateSection, String, String, String[][]) - Constructor for class org.eclipse.pde.ui.templates. ComboChoiceOption
Constructor for ComboChoiceOption.
COMPATIBLE - Static variable in interface org.eclipse.pde.core.plugin. IMatchRules
A match that is compatible with the required version.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher. PDESourcePathProvider
 
CONFIG_CLEAR_AREA - Static variable in interface org.eclipse.pde.ui.launcher. IPDELauncherConstants
Launch configuration attribute key.
CONFIG_GENERATE_DEFAULT - Static variable in interface org.eclipse.pde.ui.launcher. IPDELauncherConstants
Launch configuration atribute key.
CONFIG_LOCATION - Static variable in interface org.eclipse.pde.ui.launcher. IPDELauncherConstants
Launch configuration attribute key.
CONFIG_TEMPLATE_LOCATION - Static variable in interface org.eclipse.pde.ui.launcher. IPDELauncherConstants
Launch configuration attribute key.
CONFIG_USE_DEFAULT_AREA - Static variable in interface org.eclipse.pde.ui.launcher. IPDELauncherConstants
Launch configuration attribute key.
CONFIGURATION_TYPE - Static variable in class org.eclipse.pde.ui.launcher. EclipseLaunchShortcut
 
ConfigurationTab - Class in org.eclipse.pde.ui.launcher
A launch configuration tab that displays and edits the configuration area location and template for a PDE launch configuration.
ConfigurationTab() - Constructor for class org.eclipse.pde.ui.launcher. ConfigurationTab
Constructor.
ConfigurationTab(boolean) - Constructor for class org.eclipse.pde.ui.launcher. ConfigurationTab
Constructor
Constants - Interface in org.eclipse.pde.build
Constants for the files usually manipulated by the fetch factory.
contains(String) - Method in interface org.eclipse.pde.core.build. IBuildEntry
Returns true if the provided token exists in this entry.
createAttribute(IPluginElement) - Method in interface org.eclipse.pde.core.plugin. IExtensionsModelFactory
Creates a new attribute instance for the provided element.
createComposite(Composite, int) - Method in class org.eclipse.pde.ui.templates. AbstractChoiceOption
 
createControl(Composite) - Method in class org.eclipse.pde.ui.launcher. BundlesTab
 
createControl(Composite) - Method in class org.eclipse.pde.ui.launcher. ConfigurationTab
 
createControl(Composite) - Method in class org.eclipse.pde.ui.launcher. MainTab
 
createControl(Composite) - Method in class org.eclipse.pde.ui.launcher. OSGiSettingsTab
 
createControl(Composite) - Method in class org.eclipse.pde.ui.launcher. PluginsTab
 
createControl(Composite) - Method in class org.eclipse.pde.ui.launcher. TestTab
 
createControl(Composite) - Method in class org.eclipse.pde.ui.launcher. TracingTab
 
createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates. BlankField
Creates a blank field using a label widget.
createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates. BooleanOption
Creates the boolean option control.
createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates. ChoiceOption
Deprecated.  
createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates. ComboChoiceOption
 
createControl(Composite) - Method in class org.eclipse.pde.ui.templates. OptionTemplateWizardPage
Creates the page control by creating individual options in the order subject to their position in the list.'
createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates. RadioChoiceOption
 
createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates. StringOption
Creates the string option control.
createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates. TemplateField
Subclasses must implement this method to create the control of the template field.
createCopy() - Method in interface org.eclipse.pde.core.plugin. IPluginElement
Creates an identical copy of this XML element.
createElement(IPluginObject) - Method in interface org.eclipse.pde.core.plugin. IExtensionsModelFactory
Creates a new element instance for the provided parent.
createEntry(String) - Method in interface org.eclipse.pde.core.build. IBuildModelFactory
Creates a new build entry with the provided name.
createExtension() - Method in interface org.eclipse.pde.core.plugin. IExtensionsModelFactory
Creates a new extension instance.
createExtension(String, boolean) - Method in class org.eclipse.pde.ui.templates. AbstractTemplateSection
A utility method to create an extension object for the plug-in model from the provided extension point id.
createExtensionPoint() - Method in interface org.eclipse.pde.core.plugin. IExtensionsModelFactory
Creates a new extension point instance
createImport() - Method in interface org.eclipse.pde.core.plugin. IPluginModelFactory
Creates a new plug-in import
createJREBlock() - Method in class org.eclipse.pde.ui.launcher. MainTab
Creates the Java Runtime Environment group on the tab
createLabel(Composite, int) - Method in class org.eclipse.pde.ui.templates. TemplateField
Factory method that creates the label in the provided parent.
createLaunchConfiguration(IJavaElement) - Method in class org.eclipse.pde.ui.launcher. JUnitWorkbenchLaunchShortcut
 
createLibrary() - Method in interface org.eclipse.pde.core.plugin. IPluginModelFactory
Creates a new library instance
createPage(int) - Method in class org.eclipse.pde.ui.templates. OptionTemplateSection
Creates the wizard page for the specified page index.
createPage(int, String) - Method in class org.eclipse.pde.ui.templates. OptionTemplateSection
Creates the wizard page for the specified page index.
createPlatformConfiguration(File, IPluginModelBase[], IPluginModelBase) - Static method in class org.eclipse.pde.core.plugin. TargetPlatform
Creates a platform configuration to be used when launching an Eclipse application that uses Update Manager as a configurator
createPluginBase() - Method in interface org.eclipse.pde.core.plugin. IPluginModelBase
Creates and return a top-level plugin model object
createProgramBlock() - Method in class org.eclipse.pde.ui.launcher. MainTab
Creates the Program To Run group on the tab
createProgramBlock() - Method in class org.eclipse.pde.ui.launcher. PluginJUnitMainTab
Overrides the implementation of the basis MainTab.
createStartingSpace(Composite, int) - Method in class org.eclipse.pde.ui.launcher. AbstractLauncherTab
Deprecated.   
createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.pde.ui.launcher. EclipseLauncherTabGroup
 
createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.pde.ui.launcher. JUnitTabGroup
 
createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.pde.ui.launcher. OSGiLauncherTabGroup
 
createTemplateSections() - Method in class org.eclipse.pde.ui.templates. NewPluginTemplateWizard
Subclasses are required to implement this method by creating templates that will appear in this wizard.
createWorkspaceDataBlock() - Method in class org.eclipse.pde.ui.launcher. MainTab
Creates the Workspace Data group on the tab

Eclipse PDE
Release 3.5
A B C D E F G H I J K L M N O P R S T U V W
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire