Package org.fife.rsta.ac.js
Class IconFactory
java.lang.Object
org.fife.rsta.ac.js.IconFactory
Holds icons used by JavaScript auto-completion.
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprivate static final IconFactorystatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FUNCTION_ICON
- See Also:
-
LOCAL_VARIABLE_ICON
- See Also:
-
TEMPLATE_ICON
- See Also:
-
EMPTY_ICON
- See Also:
-
GLOBAL_VARIABLE_ICON
- See Also:
-
DEFAULT_FUNCTION_ICON
- See Also:
-
PUBLIC_STATIC_FUNCTION_ICON
- See Also:
-
STATIC_VAR_ICON
- See Also:
-
DEFAULT_VARIABLE_ICON
- See Also:
-
DEFAULT_CLASS_ICON
- See Also:
-
PUBLIC_METHOD_ICON
- See Also:
-
PUBLIC_FIELD_ICON
- See Also:
-
JSDOC_ITEM_ICON
- See Also:
-
iconMap
-
INSTANCE
-
-
Constructor Details
-
IconFactory
private IconFactory()
-
-
Method Details
-
getIconImage
-
getIcon
-
getEmptyIcon
-
loadIcon
Loads an icon.- Parameters:
name- The file name of the icon to load.- Returns:
- The icon.
-