|
Eclipse PDE Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
boolean |
doGenerateClass()
Plug-in class generation selection. |
String |
getClassname()
The class name field. |
boolean |
isUIPlugin()
UI plug-in selection. |
Methods inherited from interface org.eclipse.pde.ui.IFieldData |
---|
getId, getLibraryName, getName, getOutputFolderName, getProvider, getSourceFolderName, getVersion, hasBundleStructure, isLegacy, isSimple |
Method Detail |
public String getClassname()
public boolean isUIPlugin()
true
if the plug-in contains UI code and
extensions, false
otherwise.public boolean doGenerateClass()
true
if the plug-in class is to be generated by
the plug-in wizard, false
otherwise.
|
Eclipse PDE Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |