public interface IPluginFieldData extends IFieldData
Modifier and Type | Method and Description |
---|---|
boolean |
doGenerateClass()
Plug-in class generation selection.
|
String |
getClassname()
The class name field.
|
boolean |
isUIPlugin()
UI plug-in selection.
|
getId, getLibraryName, getName, getOutputFolderName, getProvider, getSourceFolderName, getVersion, hasBundleStructure, isLegacy, isSimple
String getClassname()
boolean isUIPlugin()
true
if the plug-in contains UI code and
extensions, false
otherwise.boolean doGenerateClass()
true
if the plug-in class is to be generated by
the plug-in wizard, false
otherwise.
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.