mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
removed deprecated usages
This commit is contained in:
@@ -28,7 +28,7 @@ public interface Iconable {
|
||||
@Deprecated int ICON_FLAG_OPEN = 0x0004;
|
||||
@Deprecated int ICON_FLAG_CLOSED = 0x0008;
|
||||
|
||||
@MagicConstant(flags = {ICON_FLAG_VISIBILITY, ICON_FLAG_OPEN, ICON_FLAG_CLOSED, ICON_FLAG_READ_STATUS})
|
||||
@MagicConstant(flags = {ICON_FLAG_VISIBILITY, ICON_FLAG_READ_STATUS})
|
||||
@interface IconFlags {}
|
||||
|
||||
Icon getIcon(@IconFlags int flags);
|
||||
|
||||
Reference in New Issue
Block a user