mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: deprecate unused obsolete class
This commit is contained in:
@@ -29,8 +29,9 @@ import javax.swing.border.CompoundBorder;
|
||||
import java.awt.event.KeyEvent;
|
||||
|
||||
/**
|
||||
* @author irengrig
|
||||
* @deprecated Use {@link SearchTextField}.
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class SearchFieldAction extends AnAction implements CustomComponentAction {
|
||||
private final JPanel myComponent;
|
||||
private final SearchTextField myField;
|
||||
|
||||
Reference in New Issue
Block a user