Package jadex.base.gui.componenttree
Class ComponentIconCache
- java.lang.Object
- 
- jadex.base.gui.componenttree.ComponentIconCache
 
- 
 public class ComponentIconCache extends java.lang.ObjectCache for component icons. Asynchronously loads icons and updates tree.
- 
- 
Field SummaryFields Modifier and Type Field Description protected static javax.swing.UIDefaultsICONSThe default component icons.
 - 
Constructor SummaryConstructors Constructor Description ComponentIconCache(IExternalAccess jccaccess)Create an icon cache.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoSearch(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.javax.swing.IcongetIcon(java.lang.String type, IActiveComponentTreeNode node, AsyncSwingTreeModel model)Get an icon.
 
- 
- 
- 
Constructor Detail- 
ComponentIconCachepublic ComponentIconCache(IExternalAccess jccaccess) Create an icon cache.
 
- 
 - 
Method Detail- 
getIconpublic javax.swing.Icon getIcon(java.lang.String type, IActiveComponentTreeNode node, AsyncSwingTreeModel model)Get an icon.
 - 
doSearchprotected 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.
 
- 
 
-