Class ProtectedIcon

java.lang.Object
docking.theme.gui.ProtectedIcon
All Implemented Interfaces:
Icon

public class ProtectedIcon extends Object implements Icon
A wrapper for an icon that suppresses errors. Some Icons that are mined from a LookAndFeel have specialized uses and will throw exceptions if used outside their intended component. This class is used when trying to show them in the the theme editor table.
  • Constructor Details

    • ProtectedIcon

      public ProtectedIcon(Icon delegate)
  • Method Details