Class ComponentIconCache


  • public class ComponentIconCache
    extends java.lang.Object
    Cache for component icons. Asynchronously loads icons and updates tree.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static javax.swing.UIDefaults ICONS
      The default component icons.
    • Field Detail

      • ICONS

        protected static final javax.swing.UIDefaults ICONS
        The default component icons.
    • Constructor Detail

      • ComponentIconCache

        public ComponentIconCache​(IExternalAccess jccaccess)
        Create an icon cache.
    • Method Detail

      • doSearch

        protected void doSearch​(Future<javax.swing.Icon> ret,
                                java.lang.String type,
                                java.util.List<IComponentIdentifier> todo,
                                int i)
        Start/continue a search for a component type icon with an initial platform todo list.