mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup [ui]: Hidden ThumbnailComponent related classes
GitOrigin-RevId: 623e7271941e533e7a3ef7127c568c5b19253515
This commit is contained in:
committed by
intellij-monorepo-bot
parent
82d30b7e73
commit
909c98dd99
@@ -12,7 +12,7 @@ import javax.swing.UIManager
|
||||
*
|
||||
* @author [Alexey Efimov](mailto:aefimov.box@gmail.com)
|
||||
*/
|
||||
@Deprecated("Not needed anymore")
|
||||
@Deprecated("Not needed anymore", level = DeprecationLevel.HIDDEN)
|
||||
@ApiStatus.ScheduledForRemoval
|
||||
open class ThumbnailComponent : JComponent() {
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ import com.intellij.util.ui.StartupUiUtil;
|
||||
import org.intellij.images.ImagesBundle;
|
||||
import org.intellij.images.ImagesIcons;
|
||||
import org.intellij.images.editor.ImageDocument;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
|
||||
import javax.swing.*;
|
||||
@@ -21,6 +22,7 @@ import java.awt.image.BufferedImage;
|
||||
*
|
||||
* @author <a href="mailto:aefimov.box@gmail.com">Alexey Efimov</a>
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
@Deprecated(forRemoval = true)
|
||||
public class ThumbnailComponentUI extends ComponentUI {
|
||||
private static final @NonNls String DOTS = "...";
|
||||
|
||||
Reference in New Issue
Block a user