public class JavaScratchFileCreationHelper extends ScratchFileCreationHelper
ScratchFileCreationHelper.Context
EXTENSION
Constructor and Description |
---|
JavaScratchFileCreationHelper() |
Modifier and Type | Method and Description |
---|---|
boolean |
prepareText(Project project,
ScratchFileCreationHelper.Context context,
DataContext dataContext)
Override to change the default initial text for a scratch file stored in
ScratchFileCreationHelper.Context.text field. |
beforeCreate, parseHeader, reformat
public boolean prepareText(Project project, ScratchFileCreationHelper.Context context, DataContext dataContext)
ScratchFileCreationHelper
ScratchFileCreationHelper.Context.text
field.
Return true if the text is set up as needed and no further considerations are necessary.prepareText
in class ScratchFileCreationHelper