- All Implemented Interfaces:
- IconLoader
public class AccessorIconLoader
extends java.lang.Object
implements IconLoader
An icon loader for accessors.
This icon loader looks for a file whose name matches the name
of the accessor with the suffix "Icon.xml" in the same location
that the accessor is stored. It looks first on the local disk
in the location that mirrors the accessor repository, and then
looks online if that fails.
- Since:
- Ptolemy II 11.0
- Version:
- $Id$
- Author:
- Edward A. Lee
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)