public interface IResourceLoader
Modifier and Type | Method and Description |
---|---|
Cursor |
getCursor(Image image) |
Cursor |
getCursor(Image image,
Point hotspot) |
Cursor |
getCursor(String name) |
Cursor |
getCursor(String name,
Point hotspot) |
Icon |
getIcon(String name) |
Image |
getImage(String name) |
URI |
getResource(String resource) |
URI |
getResource(String base,
String resource) |