mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
a bit of javadoc
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user