Holder class for all icons instantiated by IconFontSwing
NOTE: icons must be created inside this class to be sure icon's font is registered
Modifiers | Name | Description |
---|---|---|
static javax.swing.Icon |
EXPAND_INSPECTOR_ICON |
The "expand inspector" icon that was built with specified parameters (font, size, color) |
static javax.swing.Icon |
HELP_ICON |
The "help" icon that was built with specified parameters (font, size, color) |
static javax.swing.Icon |
HIDE_INSPECTOR_ICON |
The "hide inspector" icon that was built with specified parameters (font, size, color) |
static javax.swing.Icon |
ICON_FAILED |
The "failed" icon that was built with specified parameters (font, size, color) |
static javax.swing.Icon |
ICON_PASSED |
The "passed" icon that was built with specified parameters (font, size, color) |
static javax.swing.Icon |
LINK_REST_REQUEST_ICON |
The "link" icon that was built with specified parameters (font, size, color) |
static javax.swing.Icon |
SORT_ICON |
The "sort" icon that was built with specified parameters (font, size, color) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The "expand inspector" icon that was built with specified parameters (font, size, color)
The "help" icon that was built with specified parameters (font, size, color)
The "hide inspector" icon that was built with specified parameters (font, size, color)
The "failed" icon that was built with specified parameters (font, size, color)
The "passed" icon that was built with specified parameters (font, size, color)
The "link" icon that was built with specified parameters (font, size, color)
The "sort" icon that was built with specified parameters (font, size, color)