| org.eclipse.pde.ui.IPluginFieldData
All known Subclasses: org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData,
IPluginFieldData | public interface IPluginFieldData extends IFieldData(Code) | | In addition to field data from the 'New Project' wizard pages, this interface
provides choices made by the user that are unique to creating a new plug-in
project.
since: 3.0 |
doGenerateClass | boolean doGenerateClass()(Code) | | Plug-in class generation selection.
true if the plug-in class is to be generated bythe plug-in wizard, false otherwise. |
getClassname | String getClassname()(Code) | | The class name field.
the name of the plug-in class |
isUIPlugin | boolean isUIPlugin()(Code) | | UI plug-in selection.
true if the plug-in contains UI code andextensions, false otherwise. |
|
|