a bit of javadoc

This commit is contained in:
Dmitry Jemerov
2015-08-19 12:52:17 +02:00
parent 3b3bf18b69
commit a0c80cdf35
@@ -66,6 +66,11 @@ public abstract class FileEditorManagerEx extends FileEditorManager implements B
@Nullable
public abstract VirtualFile getFile(@NotNull FileEditor editor);
/**
* Refreshes the text, colors and icon of the editor tabs representing the specified file.
*
* @param file the file to refresh.
*/
public abstract void updateFilePresentation(@NotNull VirtualFile file);
/**