public class ComponentIconCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static javax.swing.UIDefaults |
ICONS
The default component icons.
|
Constructor and Description |
---|
ComponentIconCache(jadex.bridge.IExternalAccess jccaccess)
Create an icon cache.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doSearch(jadex.commons.future.Future<javax.swing.Icon> ret,
java.lang.String type,
java.util.List<jadex.bridge.IComponentIdentifier> todo,
int i)
Start/continue a search for a component type icon with an initial platform todo list.
|
javax.swing.Icon |
getIcon(java.lang.String type,
IActiveComponentTreeNode node,
AsyncSwingTreeModel model)
Get an icon.
|
public ComponentIconCache(jadex.bridge.IExternalAccess jccaccess)
public javax.swing.Icon getIcon(java.lang.String type, IActiveComponentTreeNode node, AsyncSwingTreeModel model)
protected void doSearch(jadex.commons.future.Future<javax.swing.Icon> ret, java.lang.String type, java.util.List<jadex.bridge.IComponentIdentifier> todo, int i)