mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Remove deprecated methods that do nothing and have no external usages
This commit is contained in:
@@ -142,17 +142,6 @@ public abstract class FileEditorManager {
|
||||
@NotNull
|
||||
public abstract FileEditor[] getAllEditors();
|
||||
|
||||
/**
|
||||
* @deprecated use addTopComponent
|
||||
*/
|
||||
@Deprecated
|
||||
public void showEditorAnnotation(@NotNull FileEditor editor, @NotNull JComponent annotationComponent) {}
|
||||
/**
|
||||
* @deprecated use removeTopComponent
|
||||
*/
|
||||
@Deprecated
|
||||
public void removeEditorAnnotation(@NotNull FileEditor editor, @NotNull JComponent annotationComponent) {}
|
||||
|
||||
/**
|
||||
* Adds the specified component above the editor and paints a separator line below it.
|
||||
* If a separator line is not needed, set the client property to {@code true}:
|
||||
|
||||
Reference in New Issue
Block a user