setDeletedEditorsList(List newDeletedEditors) Set the collection of all editors (EditorDescriptor)
formally registered for the file type described by this mapping
which have been deleted by the user.
public void
setEditorsList(List newEditors) Set the collection of all editors (EditorDescriptor)
registered for the file type described by this mapping.
Get the editors that have been declared as default. This may be via plugin
declarations or the preference page.
the editors the default editors since: 3.1
Set the default editor registered for file type
described by this mapping.
Parameters: editor - the editor to be set as default
setDefaultEditors
public void setDefaultEditors(List defaultEditors)(Code)
Set the default editors for this mapping.
Parameters: defaultEditors - the editors since: 3.1
setDeletedEditorsList
public void setDeletedEditorsList(List newDeletedEditors)(Code)
Set the collection of all editors (EditorDescriptor)
formally registered for the file type described by this mapping
which have been deleted by the user.
This modifies the internal list to share the passed list.
(hence the clear indication of list in the method name)
Parameters: newDeletedEditors - the new list of associated (but deleted) editors
Set the collection of all editors (EditorDescriptor)
registered for the file type described by this mapping.
Typically an editor is registered either through a plugin or explicitly by
the user modifying the associations in the preference pages.
This modifies the internal list to share the passed list.
(hence the clear indication of list in the method name)
Parameters: newEditors - the new list of associated editors