| org.eclipse.pde.ui.IFragmentFieldData
All known Subclasses: org.eclipse.pde.internal.ui.wizards.plugin.FragmentFieldData,
IFragmentFieldData | public interface IFragmentFieldData 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 fragment
project.
since: 3.0 |
getMatch | int getMatch()(Code) | | Referenced plug-in version match choice
the rule for matching the version of the referenced plug-in thatcan be one of the values defined in IMatchRules |
getPluginId | String getPluginId()(Code) | | Referenced plug-in id field
the id of the fragment's plug-in |
getPluginVersion | String getPluginVersion()(Code) | | Referenced plug-in version field
the version of the fragment's plug-in |
|
|