Class FileInPlaceEditorInput

    • Constructor Detail

      • FileInPlaceEditorInput

        public FileInPlaceEditorInput​(IFile file)
        Creates an in-place editor input based on a file resource.
        Parameters:
        file - the file resource
    • Method Detail

      • setInPlaceEditor

        public void setInPlaceEditor​(IInPlaceEditor editor)
        Description copied from interface: IInPlaceEditorInput
        Sets the in-place editor this input is associated with.
        Specified by:
        setInPlaceEditor in interface IInPlaceEditorInput
        Parameters:
        editor - the in-place editor associated with this input or null to disassociate.