filterEditors(IEditorDescriptor[] editors) Returns an array of editors which have been filtered according to the
array of editors in the editorsToFilter instance variable.
protected Control createDialogArea(Composite parent)(Code)
Creates and returns the contents of the upper part of the dialog (above
the button bar).
Subclasses should overide.
Parameters: parent - the parent composite to contain the dialog area the dialog area control
Returns an array of editors which have been filtered according to the
array of editors in the editorsToFilter instance variable.
Parameters: editors - an array of editors to filter a filtered array of editors