Interface IFileCreated


  • public interface IFileCreated
    Interface to implement when a wizard completes creating a new file in order to be able to set e.g. persistent properties.
    Author:
    Christopher Mindus
    • Method Detail

      • onFileCreated

        void onFileCreated​(org.eclipse.core.resources.IFile file)
                    throws org.eclipse.core.runtime.CoreException
        Called when the file is created from the creator thread (not SWT).
        Parameters:
        file - The file created.
        Throws:
        org.eclipse.core.runtime.CoreException - For file errors.