Package org.fife.rsta.ac.css
Class IconFactory
java.lang.Object
org.fife.rsta.ac.css.IconFactory
The icons for CSS properties and values.
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePrivate constructor to prevent instantiation. -
Method Summary
-
Field Details
-
instance
-
iconMap
-
-
Constructor Details
-
IconFactory
private IconFactory()Private constructor to prevent instantiation.
-
-
Method Details
-
get
Returns the singleton instance of this class.- Returns:
- The singleton instance.
-
getIcon
Returns the icon requested.- Parameters:
key- The key for the icon.- Returns:
- The icon.
-
loadIcon
Loads an icon by file name.- Parameters:
name- The icon file name.- Returns:
- The icon.
-