Method Summary |
|
public static TextFileChange[] | changesForModelModication(ModelModification modification, IProgressMonitor monitor) |
public static void | connect(PDEFormEditor editor) PDE editors should call this during their creation. |
public static void | disconnect(PDEFormEditor editor) PDE editors should call this when they are closing down. |
public static IPluginModelBase | getActivePluginModel() Returns an IPluginModelBase from the active ManifestEditor or null
if no manifest editor is open. |
public static BuildEditor | getOpenBuildPropertiesEditor(IProject project) Returns an open BuildEditor that is associated with this project. |
public static ManifestEditor | getOpenManifestEditor(IProject project) Returns an open ManifestEditor that is associated with this project. |
public static IEditingModel | getOpenModel(IDocument doc) |
public static SchemaEditor | getOpenSchemaEditor(IFile file) |
public static SiteEditor | getOpenUpdateSiteEditor(IProject project) Returns an open SiteEditor that is associated with this project. |
public static void | modifyModel(ModelModification modification, IProgressMonitor monitor) Modify a model based on the specifications provided by the ModelModification parameter. |
public static void | setChangeTextType(TextFileChange change, IFile file) |