Package org.cytoscape.util.swing
Interface IconManager
-
public interface IconManager
Interface that provides constants for simple icons that can be used by Cytoscape and third party apps in order to create a more consistent GUI.
The icons are provided by Font Awesome
These icons are set as text (not images) to buttons, labels, etc. So always set the ICON constant as text and the font provided bygetIconFont(float)
to the UI component.
Example:
JButton button = new JButton(IconManager.ICON_CAMERA); button.setFont(cyServiceRegistrar.getService(IconManager.class).getIconFont(14.0f));
Module:
swing-util-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>swing-util-api</artifactId> </dependency>
Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addIcon(String id, Icon icon)
void
addIconFont(Font font)
Icon
getIcon(String id)
Font
getIconFont(float size)
Returns the font that renders the text as an icon.Font
getIconFont(String fontName, float size)
Icon
removeIcon(String id)
Font
removeIconFont(String fontName)
static Icon
resizeIcon(Icon icon, int max)
Resizes an icon so that its maximum dimension (width or height) is no larger than the given 'max' parameter.
-
-
-
Field Detail
-
DEFAULT_FONT_NAME
static final String DEFAULT_FONT_NAME
- See Also:
- Constant Field Values
-
ICON_ADJUST
static final String ICON_ADJUST
- See Also:
- Constant Field Values
-
ICON_ADN
static final String ICON_ADN
- See Also:
- Constant Field Values
-
ICON_ALIGN_CENTER
static final String ICON_ALIGN_CENTER
- See Also:
- Constant Field Values
-
ICON_ALIGN_JUSTIFY
static final String ICON_ALIGN_JUSTIFY
- See Also:
- Constant Field Values
-
ICON_ALIGN_LEFT
static final String ICON_ALIGN_LEFT
- See Also:
- Constant Field Values
-
ICON_ALIGN_RIGHT
static final String ICON_ALIGN_RIGHT
- See Also:
- Constant Field Values
-
ICON_AMBULANCE
static final String ICON_AMBULANCE
- See Also:
- Constant Field Values
-
ICON_ANCHOR
static final String ICON_ANCHOR
- See Also:
- Constant Field Values
-
ICON_ANDROID
static final String ICON_ANDROID
- See Also:
- Constant Field Values
-
ICON_ANGELLIST
static final String ICON_ANGELLIST
- See Also:
- Constant Field Values
-
ICON_ANGLE_DOUBLE_DOWN
static final String ICON_ANGLE_DOUBLE_DOWN
- See Also:
- Constant Field Values
-
ICON_ANGLE_DOUBLE_LEFT
static final String ICON_ANGLE_DOUBLE_LEFT
- See Also:
- Constant Field Values
-
ICON_ANGLE_DOUBLE_RIGHT
static final String ICON_ANGLE_DOUBLE_RIGHT
- See Also:
- Constant Field Values
-
ICON_ANGLE_DOUBLE_UP
static final String ICON_ANGLE_DOUBLE_UP
- See Also:
- Constant Field Values
-
ICON_ANGLE_DOWN
static final String ICON_ANGLE_DOWN
- See Also:
- Constant Field Values
-
ICON_ANGLE_LEFT
static final String ICON_ANGLE_LEFT
- See Also:
- Constant Field Values
-
ICON_ANGLE_RIGHT
static final String ICON_ANGLE_RIGHT
- See Also:
- Constant Field Values
-
ICON_ANGLE_UP
static final String ICON_ANGLE_UP
- See Also:
- Constant Field Values
-
ICON_APPLE
static final String ICON_APPLE
- See Also:
- Constant Field Values
-
ICON_ARCHIVE
static final String ICON_ARCHIVE
- See Also:
- Constant Field Values
-
ICON_AREA_CHART
static final String ICON_AREA_CHART
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_DOWN
static final String ICON_ARROW_CIRCLE_DOWN
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_LEFT
static final String ICON_ARROW_CIRCLE_LEFT
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_O_DOWN
static final String ICON_ARROW_CIRCLE_O_DOWN
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_O_LEFT
static final String ICON_ARROW_CIRCLE_O_LEFT
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_O_RIGHT
static final String ICON_ARROW_CIRCLE_O_RIGHT
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_O_UP
static final String ICON_ARROW_CIRCLE_O_UP
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_RIGHT
static final String ICON_ARROW_CIRCLE_RIGHT
- See Also:
- Constant Field Values
-
ICON_ARROW_CIRCLE_UP
static final String ICON_ARROW_CIRCLE_UP
- See Also:
- Constant Field Values
-
ICON_ARROW_DOWN
static final String ICON_ARROW_DOWN
- See Also:
- Constant Field Values
-
ICON_ARROW_LEFT
static final String ICON_ARROW_LEFT
- See Also:
- Constant Field Values
-
ICON_ARROW_RIGHT
static final String ICON_ARROW_RIGHT
- See Also:
- Constant Field Values
-
ICON_ARROW_UP
static final String ICON_ARROW_UP
- See Also:
- Constant Field Values
-
ICON_ARROWS
static final String ICON_ARROWS
- See Also:
- Constant Field Values
-
ICON_ARROWS_ALT
static final String ICON_ARROWS_ALT
- See Also:
- Constant Field Values
-
ICON_ARROWS_H
static final String ICON_ARROWS_H
- See Also:
- Constant Field Values
-
ICON_ARROWS_V
static final String ICON_ARROWS_V
- See Also:
- Constant Field Values
-
ICON_ASTERISK
static final String ICON_ASTERISK
- See Also:
- Constant Field Values
-
ICON_AT
static final String ICON_AT
- See Also:
- Constant Field Values
-
ICON_AUTOMOBILE
static final String ICON_AUTOMOBILE
- See Also:
- Constant Field Values
-
ICON_BACKWARD
static final String ICON_BACKWARD
- See Also:
- Constant Field Values
-
ICON_BAN
static final String ICON_BAN
- See Also:
- Constant Field Values
-
ICON_BANK
static final String ICON_BANK
- See Also:
- Constant Field Values
-
ICON_BAR_CHART
static final String ICON_BAR_CHART
- See Also:
- Constant Field Values
-
ICON_BAR_CHART_O
static final String ICON_BAR_CHART_O
- See Also:
- Constant Field Values
-
ICON_BARCODE
static final String ICON_BARCODE
- See Also:
- Constant Field Values
-
ICON_BARS
static final String ICON_BARS
- See Also:
- Constant Field Values
-
ICON_BED
static final String ICON_BED
- See Also:
- Constant Field Values
-
ICON_BEER
static final String ICON_BEER
- See Also:
- Constant Field Values
-
ICON_BEHANCE
static final String ICON_BEHANCE
- See Also:
- Constant Field Values
-
ICON_BEHANCE_SQUARE
static final String ICON_BEHANCE_SQUARE
- See Also:
- Constant Field Values
-
ICON_BELL
static final String ICON_BELL
- See Also:
- Constant Field Values
-
ICON_BELL_O
static final String ICON_BELL_O
- See Also:
- Constant Field Values
-
ICON_BELL_SLASH
static final String ICON_BELL_SLASH
- See Also:
- Constant Field Values
-
ICON_BELL_SLASH_O
static final String ICON_BELL_SLASH_O
- See Also:
- Constant Field Values
-
ICON_BICYCLE
static final String ICON_BICYCLE
- See Also:
- Constant Field Values
-
ICON_BINOCULARS
static final String ICON_BINOCULARS
- See Also:
- Constant Field Values
-
ICON_BIRTHDAY_CAKE
static final String ICON_BIRTHDAY_CAKE
- See Also:
- Constant Field Values
-
ICON_BITBUCKET
static final String ICON_BITBUCKET
- See Also:
- Constant Field Values
-
ICON_BITBUCKET_SQUARE
static final String ICON_BITBUCKET_SQUARE
- See Also:
- Constant Field Values
-
ICON_BITCOIN
static final String ICON_BITCOIN
- See Also:
- Constant Field Values
-
ICON_BOLD
static final String ICON_BOLD
- See Also:
- Constant Field Values
-
ICON_BOLT
static final String ICON_BOLT
- See Also:
- Constant Field Values
-
ICON_BOMB
static final String ICON_BOMB
- See Also:
- Constant Field Values
-
ICON_BOOK
static final String ICON_BOOK
- See Also:
- Constant Field Values
-
ICON_BOOKMARK
static final String ICON_BOOKMARK
- See Also:
- Constant Field Values
-
ICON_BOOKMARK_O
static final String ICON_BOOKMARK_O
- See Also:
- Constant Field Values
-
ICON_BRIEFCASE
static final String ICON_BRIEFCASE
- See Also:
- Constant Field Values
-
ICON_BTC
static final String ICON_BTC
- See Also:
- Constant Field Values
-
ICON_BUG
static final String ICON_BUG
- See Also:
- Constant Field Values
-
ICON_BUILDING
static final String ICON_BUILDING
- See Also:
- Constant Field Values
-
ICON_BUILDING_O
static final String ICON_BUILDING_O
- See Also:
- Constant Field Values
-
ICON_BULLHORN
static final String ICON_BULLHORN
- See Also:
- Constant Field Values
-
ICON_BULLSEYE
static final String ICON_BULLSEYE
- See Also:
- Constant Field Values
-
ICON_BUS
static final String ICON_BUS
- See Also:
- Constant Field Values
-
ICON_BUYSELLADS
static final String ICON_BUYSELLADS
- See Also:
- Constant Field Values
-
ICON_CAB
static final String ICON_CAB
- See Also:
- Constant Field Values
-
ICON_CALCULATOR
static final String ICON_CALCULATOR
- See Also:
- Constant Field Values
-
ICON_CALENDAR
static final String ICON_CALENDAR
- See Also:
- Constant Field Values
-
ICON_CALENDAR_O
static final String ICON_CALENDAR_O
- See Also:
- Constant Field Values
-
ICON_CAMERA
static final String ICON_CAMERA
- See Also:
- Constant Field Values
-
ICON_CAMERA_RETRO
static final String ICON_CAMERA_RETRO
- See Also:
- Constant Field Values
-
ICON_CAR
static final String ICON_CAR
- See Also:
- Constant Field Values
-
ICON_CARET_DOWN
static final String ICON_CARET_DOWN
- See Also:
- Constant Field Values
-
ICON_CARET_LEFT
static final String ICON_CARET_LEFT
- See Also:
- Constant Field Values
-
ICON_CARET_RIGHT
static final String ICON_CARET_RIGHT
- See Also:
- Constant Field Values
-
ICON_CARET_SQUARE_O_DOWN
static final String ICON_CARET_SQUARE_O_DOWN
- See Also:
- Constant Field Values
-
ICON_CARET_SQUARE_O_LEFT
static final String ICON_CARET_SQUARE_O_LEFT
- See Also:
- Constant Field Values
-
ICON_CARET_SQUARE_O_RIGHT
static final String ICON_CARET_SQUARE_O_RIGHT
- See Also:
- Constant Field Values
-
ICON_CARET_SQUARE_O_UP
static final String ICON_CARET_SQUARE_O_UP
- See Also:
- Constant Field Values
-
ICON_CARET_UP
static final String ICON_CARET_UP
- See Also:
- Constant Field Values
-
ICON_CART_ARROW_DOWN
static final String ICON_CART_ARROW_DOWN
- See Also:
- Constant Field Values
-
ICON_CART_PLUS
static final String ICON_CART_PLUS
- See Also:
- Constant Field Values
-
ICON_CC
static final String ICON_CC
- See Also:
- Constant Field Values
-
ICON_CC_AMEX
static final String ICON_CC_AMEX
- See Also:
- Constant Field Values
-
ICON_CC_DISCOVER
static final String ICON_CC_DISCOVER
- See Also:
- Constant Field Values
-
ICON_CC_MASTERCARD
static final String ICON_CC_MASTERCARD
- See Also:
- Constant Field Values
-
ICON_CC_PAYPAL
static final String ICON_CC_PAYPAL
- See Also:
- Constant Field Values
-
ICON_CC_STRIPE
static final String ICON_CC_STRIPE
- See Also:
- Constant Field Values
-
ICON_CC_VISA
static final String ICON_CC_VISA
- See Also:
- Constant Field Values
-
ICON_CERTIFICATE
static final String ICON_CERTIFICATE
- See Also:
- Constant Field Values
-
ICON_CHAIN
static final String ICON_CHAIN
- See Also:
- Constant Field Values
-
ICON_CHAIN_BROKEN
static final String ICON_CHAIN_BROKEN
- See Also:
- Constant Field Values
-
ICON_CHECK
static final String ICON_CHECK
- See Also:
- Constant Field Values
-
ICON_CHECK_CIRCLE
static final String ICON_CHECK_CIRCLE
- See Also:
- Constant Field Values
-
ICON_CHECK_CIRCLE_O
static final String ICON_CHECK_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_CHECK_SQUARE
static final String ICON_CHECK_SQUARE
- See Also:
- Constant Field Values
-
ICON_CHECK_SQUARE_O
static final String ICON_CHECK_SQUARE_O
- See Also:
- Constant Field Values
-
ICON_CHEVRON_CIRCLE_DOWN
static final String ICON_CHEVRON_CIRCLE_DOWN
- See Also:
- Constant Field Values
-
ICON_CHEVRON_CIRCLE_LEFT
static final String ICON_CHEVRON_CIRCLE_LEFT
- See Also:
- Constant Field Values
-
ICON_CHEVRON_CIRCLE_RIGHT
static final String ICON_CHEVRON_CIRCLE_RIGHT
- See Also:
- Constant Field Values
-
ICON_CHEVRON_CIRCLE_UP
static final String ICON_CHEVRON_CIRCLE_UP
- See Also:
- Constant Field Values
-
ICON_CHEVRON_DOWN
static final String ICON_CHEVRON_DOWN
- See Also:
- Constant Field Values
-
ICON_CHEVRON_LEFT
static final String ICON_CHEVRON_LEFT
- See Also:
- Constant Field Values
-
ICON_CHEVRON_RIGHT
static final String ICON_CHEVRON_RIGHT
- See Also:
- Constant Field Values
-
ICON_CHEVRON_UP
static final String ICON_CHEVRON_UP
- See Also:
- Constant Field Values
-
ICON_CHILD
static final String ICON_CHILD
- See Also:
- Constant Field Values
-
ICON_CIRCLE
static final String ICON_CIRCLE
- See Also:
- Constant Field Values
-
ICON_CIRCLE_O
static final String ICON_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_CIRCLE_O_NOTCH
static final String ICON_CIRCLE_O_NOTCH
- See Also:
- Constant Field Values
-
ICON_CIRCLE_THIN
static final String ICON_CIRCLE_THIN
- See Also:
- Constant Field Values
-
ICON_CLIPBOARD
static final String ICON_CLIPBOARD
- See Also:
- Constant Field Values
-
ICON_CLOCK_O
static final String ICON_CLOCK_O
- See Also:
- Constant Field Values
-
ICON_CLOSE
static final String ICON_CLOSE
- See Also:
- Constant Field Values
-
ICON_CLOUD
static final String ICON_CLOUD
- See Also:
- Constant Field Values
-
ICON_CLOUD_DOWNLOAD
static final String ICON_CLOUD_DOWNLOAD
- See Also:
- Constant Field Values
-
ICON_CLOUD_UPLOAD
static final String ICON_CLOUD_UPLOAD
- See Also:
- Constant Field Values
-
ICON_CNY
static final String ICON_CNY
- See Also:
- Constant Field Values
-
ICON_CODE
static final String ICON_CODE
- See Also:
- Constant Field Values
-
ICON_CODE_FORK
static final String ICON_CODE_FORK
- See Also:
- Constant Field Values
-
ICON_CODEPEN
static final String ICON_CODEPEN
- See Also:
- Constant Field Values
-
ICON_COFFEE
static final String ICON_COFFEE
- See Also:
- Constant Field Values
-
ICON_COG
static final String ICON_COG
- See Also:
- Constant Field Values
-
ICON_COGS
static final String ICON_COGS
- See Also:
- Constant Field Values
-
ICON_COLUMNS
static final String ICON_COLUMNS
- See Also:
- Constant Field Values
-
ICON_COMMENT
static final String ICON_COMMENT
- See Also:
- Constant Field Values
-
ICON_COMMENT_O
static final String ICON_COMMENT_O
- See Also:
- Constant Field Values
-
ICON_COMMENTS
static final String ICON_COMMENTS
- See Also:
- Constant Field Values
-
ICON_COMMENTS_O
static final String ICON_COMMENTS_O
- See Also:
- Constant Field Values
-
ICON_COMPASS
static final String ICON_COMPASS
- See Also:
- Constant Field Values
-
ICON_COMPRESS
static final String ICON_COMPRESS
- See Also:
- Constant Field Values
-
ICON_CONNECTDEVELOP
static final String ICON_CONNECTDEVELOP
- See Also:
- Constant Field Values
-
ICON_COPY
static final String ICON_COPY
- See Also:
- Constant Field Values
-
ICON_COPYRIGHT
static final String ICON_COPYRIGHT
- See Also:
- Constant Field Values
-
ICON_CREDIT_CARD
static final String ICON_CREDIT_CARD
- See Also:
- Constant Field Values
-
ICON_CROP
static final String ICON_CROP
- See Also:
- Constant Field Values
-
ICON_CROSSHAIRS
static final String ICON_CROSSHAIRS
- See Also:
- Constant Field Values
-
ICON_CSS3
static final String ICON_CSS3
- See Also:
- Constant Field Values
-
ICON_CUBE
static final String ICON_CUBE
- See Also:
- Constant Field Values
-
ICON_CUBES
static final String ICON_CUBES
- See Also:
- Constant Field Values
-
ICON_CUT
static final String ICON_CUT
- See Also:
- Constant Field Values
-
ICON_CUTLERY
static final String ICON_CUTLERY
- See Also:
- Constant Field Values
-
ICON_DASHBOARD
static final String ICON_DASHBOARD
- See Also:
- Constant Field Values
-
ICON_DASHCUBE
static final String ICON_DASHCUBE
- See Also:
- Constant Field Values
-
ICON_DATABASE
static final String ICON_DATABASE
- See Also:
- Constant Field Values
-
ICON_DEDENT
static final String ICON_DEDENT
- See Also:
- Constant Field Values
-
ICON_DELICIOUS
static final String ICON_DELICIOUS
- See Also:
- Constant Field Values
-
ICON_DESKTOP
static final String ICON_DESKTOP
- See Also:
- Constant Field Values
-
ICON_DEVIANTART
static final String ICON_DEVIANTART
- See Also:
- Constant Field Values
-
ICON_DIAMOND
static final String ICON_DIAMOND
- See Also:
- Constant Field Values
-
ICON_DIGG
static final String ICON_DIGG
- See Also:
- Constant Field Values
-
ICON_DOLLAR
static final String ICON_DOLLAR
- See Also:
- Constant Field Values
-
ICON_DOT_CIRCLE_O
static final String ICON_DOT_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_DOWNLOAD
static final String ICON_DOWNLOAD
- See Also:
- Constant Field Values
-
ICON_DRIBBBLE
static final String ICON_DRIBBBLE
- See Also:
- Constant Field Values
-
ICON_DROPBOX
static final String ICON_DROPBOX
- See Also:
- Constant Field Values
-
ICON_DRUPAL
static final String ICON_DRUPAL
- See Also:
- Constant Field Values
-
ICON_EDIT
static final String ICON_EDIT
- See Also:
- Constant Field Values
-
ICON_EJECT
static final String ICON_EJECT
- See Also:
- Constant Field Values
-
ICON_ELLIPSIS_H
static final String ICON_ELLIPSIS_H
- See Also:
- Constant Field Values
-
ICON_ELLIPSIS_V
static final String ICON_ELLIPSIS_V
- See Also:
- Constant Field Values
-
ICON_EMPIRE
static final String ICON_EMPIRE
- See Also:
- Constant Field Values
-
ICON_ENVELOPE
static final String ICON_ENVELOPE
- See Also:
- Constant Field Values
-
ICON_ENVELOPE_O
static final String ICON_ENVELOPE_O
- See Also:
- Constant Field Values
-
ICON_ENVELOPE_SQUARE
static final String ICON_ENVELOPE_SQUARE
- See Also:
- Constant Field Values
-
ICON_ERASER
static final String ICON_ERASER
- See Also:
- Constant Field Values
-
ICON_EUR
static final String ICON_EUR
- See Also:
- Constant Field Values
-
ICON_EURO
static final String ICON_EURO
- See Also:
- Constant Field Values
-
ICON_EXCHANGE
static final String ICON_EXCHANGE
- See Also:
- Constant Field Values
-
ICON_EXCLAMATION
static final String ICON_EXCLAMATION
- See Also:
- Constant Field Values
-
ICON_EXCLAMATION_CIRCLE
static final String ICON_EXCLAMATION_CIRCLE
- See Also:
- Constant Field Values
-
ICON_EXCLAMATION_TRIANGLE
static final String ICON_EXCLAMATION_TRIANGLE
- See Also:
- Constant Field Values
-
ICON_EXPAND
static final String ICON_EXPAND
- See Also:
- Constant Field Values
-
ICON_EXTERNAL_LINK
static final String ICON_EXTERNAL_LINK
- See Also:
- Constant Field Values
-
ICON_EXTERNAL_LINK_SQUARE
static final String ICON_EXTERNAL_LINK_SQUARE
- See Also:
- Constant Field Values
-
ICON_EYE
static final String ICON_EYE
- See Also:
- Constant Field Values
-
ICON_EYE_SLASH
static final String ICON_EYE_SLASH
- See Also:
- Constant Field Values
-
ICON_EYEDROPPER
static final String ICON_EYEDROPPER
- See Also:
- Constant Field Values
-
ICON_FACEBOOK
static final String ICON_FACEBOOK
- See Also:
- Constant Field Values
-
ICON_FACEBOOK_F
static final String ICON_FACEBOOK_F
- See Also:
- Constant Field Values
-
ICON_FACEBOOK_OFFICIAL
static final String ICON_FACEBOOK_OFFICIAL
- See Also:
- Constant Field Values
-
ICON_FACEBOOK_SQUARE
static final String ICON_FACEBOOK_SQUARE
- See Also:
- Constant Field Values
-
ICON_FAST_BACKWARD
static final String ICON_FAST_BACKWARD
- See Also:
- Constant Field Values
-
ICON_FAST_FORWARD
static final String ICON_FAST_FORWARD
- See Also:
- Constant Field Values
-
ICON_FAX
static final String ICON_FAX
- See Also:
- Constant Field Values
-
ICON_FEMALE
static final String ICON_FEMALE
- See Also:
- Constant Field Values
-
ICON_FIGHTER_JET
static final String ICON_FIGHTER_JET
- See Also:
- Constant Field Values
-
ICON_FILE
static final String ICON_FILE
- See Also:
- Constant Field Values
-
ICON_FILE_ARCHIVE_O
static final String ICON_FILE_ARCHIVE_O
- See Also:
- Constant Field Values
-
ICON_FILE_AUDIO_O
static final String ICON_FILE_AUDIO_O
- See Also:
- Constant Field Values
-
ICON_FILE_CODE_O
static final String ICON_FILE_CODE_O
- See Also:
- Constant Field Values
-
ICON_FILE_EXCEL_O
static final String ICON_FILE_EXCEL_O
- See Also:
- Constant Field Values
-
ICON_FILE_IMAGE_O
static final String ICON_FILE_IMAGE_O
- See Also:
- Constant Field Values
-
ICON_FILE_MOVIE_O
static final String ICON_FILE_MOVIE_O
- See Also:
- Constant Field Values
-
ICON_FILE_O
static final String ICON_FILE_O
- See Also:
- Constant Field Values
-
ICON_FILE_PDF_O
static final String ICON_FILE_PDF_O
- See Also:
- Constant Field Values
-
ICON_FILE_PHOTO_O
static final String ICON_FILE_PHOTO_O
- See Also:
- Constant Field Values
-
ICON_FILE_PICTURE_O
static final String ICON_FILE_PICTURE_O
- See Also:
- Constant Field Values
-
ICON_FILE_POWERPOINT_O
static final String ICON_FILE_POWERPOINT_O
- See Also:
- Constant Field Values
-
ICON_FILE_SOUND_O
static final String ICON_FILE_SOUND_O
- See Also:
- Constant Field Values
-
ICON_FILE_TEXT
static final String ICON_FILE_TEXT
- See Also:
- Constant Field Values
-
ICON_FILE_TEXT_O
static final String ICON_FILE_TEXT_O
- See Also:
- Constant Field Values
-
ICON_FILE_VIDEO_O
static final String ICON_FILE_VIDEO_O
- See Also:
- Constant Field Values
-
ICON_FILE_WORD_O
static final String ICON_FILE_WORD_O
- See Also:
- Constant Field Values
-
ICON_FILE_ZIP_O
static final String ICON_FILE_ZIP_O
- See Also:
- Constant Field Values
-
ICON_FILES_O
static final String ICON_FILES_O
- See Also:
- Constant Field Values
-
ICON_FILM
static final String ICON_FILM
- See Also:
- Constant Field Values
-
ICON_FILTER
static final String ICON_FILTER
- See Also:
- Constant Field Values
-
ICON_FIRE
static final String ICON_FIRE
- See Also:
- Constant Field Values
-
ICON_FIRE_EXTINGUISHER
static final String ICON_FIRE_EXTINGUISHER
- See Also:
- Constant Field Values
-
ICON_FLAG
static final String ICON_FLAG
- See Also:
- Constant Field Values
-
ICON_FLAG_CHECKERED
static final String ICON_FLAG_CHECKERED
- See Also:
- Constant Field Values
-
ICON_FLAG_O
static final String ICON_FLAG_O
- See Also:
- Constant Field Values
-
ICON_FLASH
static final String ICON_FLASH
- See Also:
- Constant Field Values
-
ICON_FLASK
static final String ICON_FLASK
- See Also:
- Constant Field Values
-
ICON_FLICKR
static final String ICON_FLICKR
- See Also:
- Constant Field Values
-
ICON_FLOPPY_O
static final String ICON_FLOPPY_O
- See Also:
- Constant Field Values
-
ICON_FOLDER
static final String ICON_FOLDER
- See Also:
- Constant Field Values
-
ICON_FOLDER_O
static final String ICON_FOLDER_O
- See Also:
- Constant Field Values
-
ICON_FOLDER_OPEN
static final String ICON_FOLDER_OPEN
- See Also:
- Constant Field Values
-
ICON_FOLDER_OPEN_O
static final String ICON_FOLDER_OPEN_O
- See Also:
- Constant Field Values
-
ICON_FONT
static final String ICON_FONT
- See Also:
- Constant Field Values
-
ICON_FORUMBEE
static final String ICON_FORUMBEE
- See Also:
- Constant Field Values
-
ICON_FORWARD
static final String ICON_FORWARD
- See Also:
- Constant Field Values
-
ICON_FOURSQUARE
static final String ICON_FOURSQUARE
- See Also:
- Constant Field Values
-
ICON_FROWN_O
static final String ICON_FROWN_O
- See Also:
- Constant Field Values
-
ICON_FUTBOL_O
static final String ICON_FUTBOL_O
- See Also:
- Constant Field Values
-
ICON_GAMEPAD
static final String ICON_GAMEPAD
- See Also:
- Constant Field Values
-
ICON_GAVEL
static final String ICON_GAVEL
- See Also:
- Constant Field Values
-
ICON_GBP
static final String ICON_GBP
- See Also:
- Constant Field Values
-
ICON_GE
static final String ICON_GE
- See Also:
- Constant Field Values
-
ICON_GEAR
static final String ICON_GEAR
- See Also:
- Constant Field Values
-
ICON_GEARS
static final String ICON_GEARS
- See Also:
- Constant Field Values
-
ICON_GENDERLESS
static final String ICON_GENDERLESS
- See Also:
- Constant Field Values
-
ICON_GIFT
static final String ICON_GIFT
- See Also:
- Constant Field Values
-
ICON_GIT
static final String ICON_GIT
- See Also:
- Constant Field Values
-
ICON_GIT_SQUARE
static final String ICON_GIT_SQUARE
- See Also:
- Constant Field Values
-
ICON_GITHUB
static final String ICON_GITHUB
- See Also:
- Constant Field Values
-
ICON_GITHUB_ALT
static final String ICON_GITHUB_ALT
- See Also:
- Constant Field Values
-
ICON_GITHUB_SQUARE
static final String ICON_GITHUB_SQUARE
- See Also:
- Constant Field Values
-
ICON_GITTIP
static final String ICON_GITTIP
- See Also:
- Constant Field Values
-
ICON_GLASS
static final String ICON_GLASS
- See Also:
- Constant Field Values
-
ICON_GLOBE
static final String ICON_GLOBE
- See Also:
- Constant Field Values
-
ICON_GOOGLE
static final String ICON_GOOGLE
- See Also:
- Constant Field Values
-
ICON_GOOGLE_PLUS
static final String ICON_GOOGLE_PLUS
- See Also:
- Constant Field Values
-
ICON_GOOGLE_PLUS_SQUARE
static final String ICON_GOOGLE_PLUS_SQUARE
- See Also:
- Constant Field Values
-
ICON_GOOGLE_WALLET
static final String ICON_GOOGLE_WALLET
- See Also:
- Constant Field Values
-
ICON_GRADUATION_CAP
static final String ICON_GRADUATION_CAP
- See Also:
- Constant Field Values
-
ICON_GRATIPAY
static final String ICON_GRATIPAY
- See Also:
- Constant Field Values
-
ICON_GROUP
static final String ICON_GROUP
- See Also:
- Constant Field Values
-
ICON_H_SQUARE
static final String ICON_H_SQUARE
- See Also:
- Constant Field Values
-
ICON_HACKER_NEWS
static final String ICON_HACKER_NEWS
- See Also:
- Constant Field Values
-
ICON_HAND_O_DOWN
static final String ICON_HAND_O_DOWN
- See Also:
- Constant Field Values
-
ICON_HAND_O_LEFT
static final String ICON_HAND_O_LEFT
- See Also:
- Constant Field Values
-
ICON_HAND_O_RIGHT
static final String ICON_HAND_O_RIGHT
- See Also:
- Constant Field Values
-
ICON_HAND_O_UP
static final String ICON_HAND_O_UP
- See Also:
- Constant Field Values
-
ICON_HDD_O
static final String ICON_HDD_O
- See Also:
- Constant Field Values
-
ICON_HEADER
static final String ICON_HEADER
- See Also:
- Constant Field Values
-
ICON_HEADPHONES
static final String ICON_HEADPHONES
- See Also:
- Constant Field Values
-
ICON_HEART
static final String ICON_HEART
- See Also:
- Constant Field Values
-
ICON_HEART_O
static final String ICON_HEART_O
- See Also:
- Constant Field Values
-
ICON_HEARTBEAT
static final String ICON_HEARTBEAT
- See Also:
- Constant Field Values
-
ICON_HISTORY
static final String ICON_HISTORY
- See Also:
- Constant Field Values
-
ICON_HOME
static final String ICON_HOME
- See Also:
- Constant Field Values
-
ICON_HOSPITAL_O
static final String ICON_HOSPITAL_O
- See Also:
- Constant Field Values
-
ICON_HOTEL
static final String ICON_HOTEL
- See Also:
- Constant Field Values
-
ICON_HOURGLASS
static final String ICON_HOURGLASS
- See Also:
- Constant Field Values
-
ICON_HOURGLASS_1
static final String ICON_HOURGLASS_1
- See Also:
- Constant Field Values
-
ICON_HOURGLASS_2
static final String ICON_HOURGLASS_2
- See Also:
- Constant Field Values
-
ICON_HOURGLASS_3
static final String ICON_HOURGLASS_3
- See Also:
- Constant Field Values
-
ICON_HOURGLASS_END
static final String ICON_HOURGLASS_END
- See Also:
- Constant Field Values
-
ICON_HOURGLASS_HALF
static final String ICON_HOURGLASS_HALF
- See Also:
- Constant Field Values
-
ICON_HOURGLASS_O
static final String ICON_HOURGLASS_O
- See Also:
- Constant Field Values
-
ICON_HOURGLASS_START
static final String ICON_HOURGLASS_START
- See Also:
- Constant Field Values
-
ICON_HTML5
static final String ICON_HTML5
- See Also:
- Constant Field Values
-
ICON_ILS
static final String ICON_ILS
- See Also:
- Constant Field Values
-
ICON_IMAGE
static final String ICON_IMAGE
- See Also:
- Constant Field Values
-
ICON_INBOX
static final String ICON_INBOX
- See Also:
- Constant Field Values
-
ICON_INDENT
static final String ICON_INDENT
- See Also:
- Constant Field Values
-
ICON_INFO
static final String ICON_INFO
- See Also:
- Constant Field Values
-
ICON_INFO_CIRCLE
static final String ICON_INFO_CIRCLE
- See Also:
- Constant Field Values
-
ICON_INR
static final String ICON_INR
- See Also:
- Constant Field Values
-
ICON_INSTAGRAM
static final String ICON_INSTAGRAM
- See Also:
- Constant Field Values
-
ICON_INSTITUTION
static final String ICON_INSTITUTION
- See Also:
- Constant Field Values
-
ICON_IOXHOST
static final String ICON_IOXHOST
- See Also:
- Constant Field Values
-
ICON_ITALIC
static final String ICON_ITALIC
- See Also:
- Constant Field Values
-
ICON_JOOMLA
static final String ICON_JOOMLA
- See Also:
- Constant Field Values
-
ICON_JPY
static final String ICON_JPY
- See Also:
- Constant Field Values
-
ICON_JSFIDDLE
static final String ICON_JSFIDDLE
- See Also:
- Constant Field Values
-
ICON_KEY
static final String ICON_KEY
- See Also:
- Constant Field Values
-
ICON_KEYBOARD_O
static final String ICON_KEYBOARD_O
- See Also:
- Constant Field Values
-
ICON_KRW
static final String ICON_KRW
- See Also:
- Constant Field Values
-
ICON_LANGUAGE
static final String ICON_LANGUAGE
- See Also:
- Constant Field Values
-
ICON_LAPTOP
static final String ICON_LAPTOP
- See Also:
- Constant Field Values
-
ICON_LASTFM
static final String ICON_LASTFM
- See Also:
- Constant Field Values
-
ICON_LASTFM_SQUARE
static final String ICON_LASTFM_SQUARE
- See Also:
- Constant Field Values
-
ICON_LEAF
static final String ICON_LEAF
- See Also:
- Constant Field Values
-
ICON_LEANPUB
static final String ICON_LEANPUB
- See Also:
- Constant Field Values
-
ICON_LEGAL
static final String ICON_LEGAL
- See Also:
- Constant Field Values
-
ICON_LEMON_O
static final String ICON_LEMON_O
- See Also:
- Constant Field Values
-
ICON_LEVEL_DOWN
static final String ICON_LEVEL_DOWN
- See Also:
- Constant Field Values
-
ICON_LEVEL_UP
static final String ICON_LEVEL_UP
- See Also:
- Constant Field Values
-
ICON_LIFE_BOUY
static final String ICON_LIFE_BOUY
- See Also:
- Constant Field Values
-
ICON_LIFE_BUOY
static final String ICON_LIFE_BUOY
- See Also:
- Constant Field Values
-
ICON_LIFE_RING
static final String ICON_LIFE_RING
- See Also:
- Constant Field Values
-
ICON_LIFE_SAVER
static final String ICON_LIFE_SAVER
- See Also:
- Constant Field Values
-
ICON_LIGHTBULB_O
static final String ICON_LIGHTBULB_O
- See Also:
- Constant Field Values
-
ICON_LINE_CHART
static final String ICON_LINE_CHART
- See Also:
- Constant Field Values
-
ICON_LINK
static final String ICON_LINK
- See Also:
- Constant Field Values
-
ICON_LINKEDIN
static final String ICON_LINKEDIN
- See Also:
- Constant Field Values
-
ICON_LINKEDIN_SQUARE
static final String ICON_LINKEDIN_SQUARE
- See Also:
- Constant Field Values
-
ICON_LINUX
static final String ICON_LINUX
- See Also:
- Constant Field Values
-
ICON_LIST
static final String ICON_LIST
- See Also:
- Constant Field Values
-
ICON_LIST_ALT
static final String ICON_LIST_ALT
- See Also:
- Constant Field Values
-
ICON_LIST_OL
static final String ICON_LIST_OL
- See Also:
- Constant Field Values
-
ICON_LIST_UL
static final String ICON_LIST_UL
- See Also:
- Constant Field Values
-
ICON_LOCATION_ARROW
static final String ICON_LOCATION_ARROW
- See Also:
- Constant Field Values
-
ICON_LOCK
static final String ICON_LOCK
- See Also:
- Constant Field Values
-
ICON_LONG_ARROW_DOWN
static final String ICON_LONG_ARROW_DOWN
- See Also:
- Constant Field Values
-
ICON_LONG_ARROW_LEFT
static final String ICON_LONG_ARROW_LEFT
- See Also:
- Constant Field Values
-
ICON_LONG_ARROW_RIGHT
static final String ICON_LONG_ARROW_RIGHT
- See Also:
- Constant Field Values
-
ICON_LONG_ARROW_UP
static final String ICON_LONG_ARROW_UP
- See Also:
- Constant Field Values
-
ICON_MAGIC
static final String ICON_MAGIC
- See Also:
- Constant Field Values
-
ICON_MAGNET
static final String ICON_MAGNET
- See Also:
- Constant Field Values
-
ICON_MAIL_FORWARD
static final String ICON_MAIL_FORWARD
- See Also:
- Constant Field Values
-
ICON_MAIL_REPLY
static final String ICON_MAIL_REPLY
- See Also:
- Constant Field Values
-
ICON_MAIL_REPLY_ALL
static final String ICON_MAIL_REPLY_ALL
- See Also:
- Constant Field Values
-
ICON_MALE
static final String ICON_MALE
- See Also:
- Constant Field Values
-
ICON_MAP_MARKER
static final String ICON_MAP_MARKER
- See Also:
- Constant Field Values
-
ICON_MARS
static final String ICON_MARS
- See Also:
- Constant Field Values
-
ICON_MARS_DOUBLE
static final String ICON_MARS_DOUBLE
- See Also:
- Constant Field Values
-
ICON_MARS_STROKE
static final String ICON_MARS_STROKE
- See Also:
- Constant Field Values
-
ICON_MARS_STROKE_H
static final String ICON_MARS_STROKE_H
- See Also:
- Constant Field Values
-
ICON_MARS_STROKE_V
static final String ICON_MARS_STROKE_V
- See Also:
- Constant Field Values
-
ICON_MAXCDN
static final String ICON_MAXCDN
- See Also:
- Constant Field Values
-
ICON_MEANPATH
static final String ICON_MEANPATH
- See Also:
- Constant Field Values
-
ICON_MEDIUM
static final String ICON_MEDIUM
- See Also:
- Constant Field Values
-
ICON_MEDKIT
static final String ICON_MEDKIT
- See Also:
- Constant Field Values
-
ICON_MEH_O
static final String ICON_MEH_O
- See Also:
- Constant Field Values
-
ICON_MERCURY
static final String ICON_MERCURY
- See Also:
- Constant Field Values
-
ICON_MICROPHONE
static final String ICON_MICROPHONE
- See Also:
- Constant Field Values
-
ICON_MICROPHONE_SLASH
static final String ICON_MICROPHONE_SLASH
- See Also:
- Constant Field Values
-
ICON_MINUS
static final String ICON_MINUS
- See Also:
- Constant Field Values
-
ICON_MINUS_CIRCLE
static final String ICON_MINUS_CIRCLE
- See Also:
- Constant Field Values
-
ICON_MINUS_SQUARE
static final String ICON_MINUS_SQUARE
- See Also:
- Constant Field Values
-
ICON_MINUS_SQUARE_O
static final String ICON_MINUS_SQUARE_O
- See Also:
- Constant Field Values
-
ICON_MOBILE
static final String ICON_MOBILE
- See Also:
- Constant Field Values
-
ICON_MOBILE_PHONE
static final String ICON_MOBILE_PHONE
- See Also:
- Constant Field Values
-
ICON_MONEY
static final String ICON_MONEY
- See Also:
- Constant Field Values
-
ICON_MOON_O
static final String ICON_MOON_O
- See Also:
- Constant Field Values
-
ICON_MORTAR_BOARD
static final String ICON_MORTAR_BOARD
- See Also:
- Constant Field Values
-
ICON_MOTORCYCLE
static final String ICON_MOTORCYCLE
- See Also:
- Constant Field Values
-
ICON_MUSIC
static final String ICON_MUSIC
- See Also:
- Constant Field Values
-
ICON_NAVICON
static final String ICON_NAVICON
- See Also:
- Constant Field Values
-
ICON_NEUTER
static final String ICON_NEUTER
- See Also:
- Constant Field Values
-
ICON_NEWSPAPER_O
static final String ICON_NEWSPAPER_O
- See Also:
- Constant Field Values
-
ICON_OPENID
static final String ICON_OPENID
- See Also:
- Constant Field Values
-
ICON_OUTDENT
static final String ICON_OUTDENT
- See Also:
- Constant Field Values
-
ICON_PAGELINES
static final String ICON_PAGELINES
- See Also:
- Constant Field Values
-
ICON_PAINT_BRUSH
static final String ICON_PAINT_BRUSH
- See Also:
- Constant Field Values
-
ICON_PAPER_PLANE
static final String ICON_PAPER_PLANE
- See Also:
- Constant Field Values
-
ICON_PAPER_PLANE_O
static final String ICON_PAPER_PLANE_O
- See Also:
- Constant Field Values
-
ICON_PAPERCLIP
static final String ICON_PAPERCLIP
- See Also:
- Constant Field Values
-
ICON_PARAGRAPH
static final String ICON_PARAGRAPH
- See Also:
- Constant Field Values
-
ICON_PASTE
static final String ICON_PASTE
- See Also:
- Constant Field Values
-
ICON_PAUSE
static final String ICON_PAUSE
- See Also:
- Constant Field Values
-
ICON_PAW
static final String ICON_PAW
- See Also:
- Constant Field Values
-
ICON_PAYPAL
static final String ICON_PAYPAL
- See Also:
- Constant Field Values
-
ICON_PENCIL
static final String ICON_PENCIL
- See Also:
- Constant Field Values
-
ICON_PENCIL_SQUARE
static final String ICON_PENCIL_SQUARE
- See Also:
- Constant Field Values
-
ICON_PENCIL_SQUARE_O
static final String ICON_PENCIL_SQUARE_O
- See Also:
- Constant Field Values
-
ICON_PHONE
static final String ICON_PHONE
- See Also:
- Constant Field Values
-
ICON_PHONE_SQUARE
static final String ICON_PHONE_SQUARE
- See Also:
- Constant Field Values
-
ICON_PHOTO
static final String ICON_PHOTO
- See Also:
- Constant Field Values
-
ICON_PICTURE_O
static final String ICON_PICTURE_O
- See Also:
- Constant Field Values
-
ICON_PIE_CHART
static final String ICON_PIE_CHART
- See Also:
- Constant Field Values
-
ICON_PIED_PIPER
static final String ICON_PIED_PIPER
- See Also:
- Constant Field Values
-
ICON_PIED_PIPER_ALT
static final String ICON_PIED_PIPER_ALT
- See Also:
- Constant Field Values
-
ICON_PINTEREST
static final String ICON_PINTEREST
- See Also:
- Constant Field Values
-
ICON_PINTEREST_P
static final String ICON_PINTEREST_P
- See Also:
- Constant Field Values
-
ICON_PINTEREST_SQUARE
static final String ICON_PINTEREST_SQUARE
- See Also:
- Constant Field Values
-
ICON_PLANE
static final String ICON_PLANE
- See Also:
- Constant Field Values
-
ICON_PLAY
static final String ICON_PLAY
- See Also:
- Constant Field Values
-
ICON_PLAY_CIRCLE
static final String ICON_PLAY_CIRCLE
- See Also:
- Constant Field Values
-
ICON_PLAY_CIRCLE_O
static final String ICON_PLAY_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_PLUG
static final String ICON_PLUG
- See Also:
- Constant Field Values
-
ICON_PLUS
static final String ICON_PLUS
- See Also:
- Constant Field Values
-
ICON_PLUS_CIRCLE
static final String ICON_PLUS_CIRCLE
- See Also:
- Constant Field Values
-
ICON_PLUS_SQUARE
static final String ICON_PLUS_SQUARE
- See Also:
- Constant Field Values
-
ICON_PLUS_SQUARE_O
static final String ICON_PLUS_SQUARE_O
- See Also:
- Constant Field Values
-
ICON_POWER_OFF
static final String ICON_POWER_OFF
- See Also:
- Constant Field Values
-
ICON_PRINT
static final String ICON_PRINT
- See Also:
- Constant Field Values
-
ICON_PUZZLE_PIECE
static final String ICON_PUZZLE_PIECE
- See Also:
- Constant Field Values
-
ICON_QQ
static final String ICON_QQ
- See Also:
- Constant Field Values
-
ICON_QRCODE
static final String ICON_QRCODE
- See Also:
- Constant Field Values
-
ICON_QUESTION
static final String ICON_QUESTION
- See Also:
- Constant Field Values
-
ICON_QUESTION_CIRCLE
static final String ICON_QUESTION_CIRCLE
- See Also:
- Constant Field Values
-
ICON_QUOTE_LEFT
static final String ICON_QUOTE_LEFT
- See Also:
- Constant Field Values
-
ICON_QUOTE_RIGHT
static final String ICON_QUOTE_RIGHT
- See Also:
- Constant Field Values
-
ICON_RA
static final String ICON_RA
- See Also:
- Constant Field Values
-
ICON_RANDOM
static final String ICON_RANDOM
- See Also:
- Constant Field Values
-
ICON_REBEL
static final String ICON_REBEL
- See Also:
- Constant Field Values
-
ICON_RECYCLE
static final String ICON_RECYCLE
- See Also:
- Constant Field Values
-
ICON_REDDIT
static final String ICON_REDDIT
- See Also:
- Constant Field Values
-
ICON_REDDIT_SQUARE
static final String ICON_REDDIT_SQUARE
- See Also:
- Constant Field Values
-
ICON_REFRESH
static final String ICON_REFRESH
- See Also:
- Constant Field Values
-
ICON_REMOVE
static final String ICON_REMOVE
- See Also:
- Constant Field Values
-
ICON_RENREN
static final String ICON_RENREN
- See Also:
- Constant Field Values
-
ICON_REORDER
static final String ICON_REORDER
- See Also:
- Constant Field Values
-
ICON_REPEAT
static final String ICON_REPEAT
- See Also:
- Constant Field Values
-
ICON_REPLY
static final String ICON_REPLY
- See Also:
- Constant Field Values
-
ICON_REPLY_ALL
static final String ICON_REPLY_ALL
- See Also:
- Constant Field Values
-
ICON_RETWEET
static final String ICON_RETWEET
- See Also:
- Constant Field Values
-
ICON_RMB
static final String ICON_RMB
- See Also:
- Constant Field Values
-
ICON_ROAD
static final String ICON_ROAD
- See Also:
- Constant Field Values
-
ICON_ROCKET
static final String ICON_ROCKET
- See Also:
- Constant Field Values
-
ICON_ROTATE_LEFT
static final String ICON_ROTATE_LEFT
- See Also:
- Constant Field Values
-
ICON_ROTATE_RIGHT
static final String ICON_ROTATE_RIGHT
- See Also:
- Constant Field Values
-
ICON_ROUBLE
static final String ICON_ROUBLE
- See Also:
- Constant Field Values
-
ICON_RSS
static final String ICON_RSS
- See Also:
- Constant Field Values
-
ICON_RSS_SQUARE
static final String ICON_RSS_SQUARE
- See Also:
- Constant Field Values
-
ICON_RUB
static final String ICON_RUB
- See Also:
- Constant Field Values
-
ICON_RUBLE
static final String ICON_RUBLE
- See Also:
- Constant Field Values
-
ICON_RUPEE
static final String ICON_RUPEE
- See Also:
- Constant Field Values
-
ICON_SAVE
static final String ICON_SAVE
- See Also:
- Constant Field Values
-
ICON_SCISSORS
static final String ICON_SCISSORS
- See Also:
- Constant Field Values
-
ICON_SEARCH
static final String ICON_SEARCH
- See Also:
- Constant Field Values
-
ICON_SEARCH_MINUS
static final String ICON_SEARCH_MINUS
- See Also:
- Constant Field Values
-
ICON_SEARCH_PLUS
static final String ICON_SEARCH_PLUS
- See Also:
- Constant Field Values
-
ICON_SELLSY
static final String ICON_SELLSY
- See Also:
- Constant Field Values
-
ICON_SEND
static final String ICON_SEND
- See Also:
- Constant Field Values
-
ICON_SEND_O
static final String ICON_SEND_O
- See Also:
- Constant Field Values
-
ICON_SERVER
static final String ICON_SERVER
- See Also:
- Constant Field Values
-
ICON_SHARE
static final String ICON_SHARE
- See Also:
- Constant Field Values
-
ICON_SHARE_ALT
static final String ICON_SHARE_ALT
- See Also:
- Constant Field Values
-
ICON_SHARE_ALT_SQUARE
static final String ICON_SHARE_ALT_SQUARE
- See Also:
- Constant Field Values
-
ICON_SHARE_SQUARE
static final String ICON_SHARE_SQUARE
- See Also:
- Constant Field Values
-
ICON_SHARE_SQUARE_O
static final String ICON_SHARE_SQUARE_O
- See Also:
- Constant Field Values
-
ICON_SHEKEL
static final String ICON_SHEKEL
- See Also:
- Constant Field Values
-
ICON_SHEQEL
static final String ICON_SHEQEL
- See Also:
- Constant Field Values
-
ICON_SHIELD
static final String ICON_SHIELD
- See Also:
- Constant Field Values
-
ICON_SHIP
static final String ICON_SHIP
- See Also:
- Constant Field Values
-
ICON_SHIRTSINBULK
static final String ICON_SHIRTSINBULK
- See Also:
- Constant Field Values
-
ICON_SHOPPING_CART
static final String ICON_SHOPPING_CART
- See Also:
- Constant Field Values
-
ICON_SIGN_IN
static final String ICON_SIGN_IN
- See Also:
- Constant Field Values
-
ICON_SIGN_OUT
static final String ICON_SIGN_OUT
- See Also:
- Constant Field Values
-
ICON_SIGNAL
static final String ICON_SIGNAL
- See Also:
- Constant Field Values
-
ICON_SIMPLYBUILT
static final String ICON_SIMPLYBUILT
- See Also:
- Constant Field Values
-
ICON_SITEMAP
static final String ICON_SITEMAP
- See Also:
- Constant Field Values
-
ICON_SKYATLAS
static final String ICON_SKYATLAS
- See Also:
- Constant Field Values
-
ICON_SKYPE
static final String ICON_SKYPE
- See Also:
- Constant Field Values
-
ICON_SLACK
static final String ICON_SLACK
- See Also:
- Constant Field Values
-
ICON_SLIDERS
static final String ICON_SLIDERS
- See Also:
- Constant Field Values
-
ICON_SLIDESHARE
static final String ICON_SLIDESHARE
- See Also:
- Constant Field Values
-
ICON_SMILE_O
static final String ICON_SMILE_O
- See Also:
- Constant Field Values
-
ICON_SOCCER_BALL_O
static final String ICON_SOCCER_BALL_O
- See Also:
- Constant Field Values
-
ICON_SORT
static final String ICON_SORT
- See Also:
- Constant Field Values
-
ICON_SORT_ALPHA_ASC
static final String ICON_SORT_ALPHA_ASC
- See Also:
- Constant Field Values
-
ICON_SORT_ALPHA_DESC
static final String ICON_SORT_ALPHA_DESC
- See Also:
- Constant Field Values
-
ICON_SORT_AMOUNT_ASC
static final String ICON_SORT_AMOUNT_ASC
- See Also:
- Constant Field Values
-
ICON_SORT_AMOUNT_DESC
static final String ICON_SORT_AMOUNT_DESC
- See Also:
- Constant Field Values
-
ICON_SORT_ASC
static final String ICON_SORT_ASC
- See Also:
- Constant Field Values
-
ICON_SORT_DESC
static final String ICON_SORT_DESC
- See Also:
- Constant Field Values
-
ICON_SORT_DOWN
static final String ICON_SORT_DOWN
- See Also:
- Constant Field Values
-
ICON_SORT_NUMERIC_ASC
static final String ICON_SORT_NUMERIC_ASC
- See Also:
- Constant Field Values
-
ICON_SORT_NUMERIC_DESC
static final String ICON_SORT_NUMERIC_DESC
- See Also:
- Constant Field Values
-
ICON_SORT_UP
static final String ICON_SORT_UP
- See Also:
- Constant Field Values
-
ICON_SOUNDCLOUD
static final String ICON_SOUNDCLOUD
- See Also:
- Constant Field Values
-
ICON_SPACE_SHUTTLE
static final String ICON_SPACE_SHUTTLE
- See Also:
- Constant Field Values
-
ICON_SPINNER
static final String ICON_SPINNER
- See Also:
- Constant Field Values
-
ICON_SPOON
static final String ICON_SPOON
- See Also:
- Constant Field Values
-
ICON_SPOTIFY
static final String ICON_SPOTIFY
- See Also:
- Constant Field Values
-
ICON_SQUARE
static final String ICON_SQUARE
- See Also:
- Constant Field Values
-
ICON_SQUARE_O
static final String ICON_SQUARE_O
- See Also:
- Constant Field Values
-
ICON_STACK_EXCHANGE
static final String ICON_STACK_EXCHANGE
- See Also:
- Constant Field Values
-
ICON_STACK_OVERFLOW
static final String ICON_STACK_OVERFLOW
- See Also:
- Constant Field Values
-
ICON_STAR
static final String ICON_STAR
- See Also:
- Constant Field Values
-
ICON_STAR_HALF
static final String ICON_STAR_HALF
- See Also:
- Constant Field Values
-
ICON_STAR_HALF_EMPTY
static final String ICON_STAR_HALF_EMPTY
- See Also:
- Constant Field Values
-
ICON_STAR_HALF_FULL
static final String ICON_STAR_HALF_FULL
- See Also:
- Constant Field Values
-
ICON_STAR_HALF_O
static final String ICON_STAR_HALF_O
- See Also:
- Constant Field Values
-
ICON_STAR_O
static final String ICON_STAR_O
- See Also:
- Constant Field Values
-
ICON_STEAM
static final String ICON_STEAM
- See Also:
- Constant Field Values
-
ICON_STEAM_SQUARE
static final String ICON_STEAM_SQUARE
- See Also:
- Constant Field Values
-
ICON_STEP_BACKWARD
static final String ICON_STEP_BACKWARD
- See Also:
- Constant Field Values
-
ICON_STEP_FORWARD
static final String ICON_STEP_FORWARD
- See Also:
- Constant Field Values
-
ICON_STETHOSCOPE
static final String ICON_STETHOSCOPE
- See Also:
- Constant Field Values
-
ICON_STOP
static final String ICON_STOP
- See Also:
- Constant Field Values
-
ICON_STREET_VIEW
static final String ICON_STREET_VIEW
- See Also:
- Constant Field Values
-
ICON_STRIKETHROUGH
static final String ICON_STRIKETHROUGH
- See Also:
- Constant Field Values
-
ICON_STUMBLEUPON
static final String ICON_STUMBLEUPON
- See Also:
- Constant Field Values
-
ICON_STUMBLEUPON_CIRCLE
static final String ICON_STUMBLEUPON_CIRCLE
- See Also:
- Constant Field Values
-
ICON_SUBSCRIPT
static final String ICON_SUBSCRIPT
- See Also:
- Constant Field Values
-
ICON_SUBWAY
static final String ICON_SUBWAY
- See Also:
- Constant Field Values
-
ICON_SUITCASE
static final String ICON_SUITCASE
- See Also:
- Constant Field Values
-
ICON_SUN_O
static final String ICON_SUN_O
- See Also:
- Constant Field Values
-
ICON_SUPERSCRIPT
static final String ICON_SUPERSCRIPT
- See Also:
- Constant Field Values
-
ICON_SUPPORT
static final String ICON_SUPPORT
- See Also:
- Constant Field Values
-
ICON_TABLE
static final String ICON_TABLE
- See Also:
- Constant Field Values
-
ICON_TABLET
static final String ICON_TABLET
- See Also:
- Constant Field Values
-
ICON_TACHOMETER
static final String ICON_TACHOMETER
- See Also:
- Constant Field Values
-
ICON_TAG
static final String ICON_TAG
- See Also:
- Constant Field Values
-
ICON_TAGS
static final String ICON_TAGS
- See Also:
- Constant Field Values
-
ICON_TASKS
static final String ICON_TASKS
- See Also:
- Constant Field Values
-
ICON_TAXI
static final String ICON_TAXI
- See Also:
- Constant Field Values
-
ICON_TENCENT_WEIBO
static final String ICON_TENCENT_WEIBO
- See Also:
- Constant Field Values
-
ICON_TERMINAL
static final String ICON_TERMINAL
- See Also:
- Constant Field Values
-
ICON_TEXT_HEIGHT
static final String ICON_TEXT_HEIGHT
- See Also:
- Constant Field Values
-
ICON_TEXT_WIDTH
static final String ICON_TEXT_WIDTH
- See Also:
- Constant Field Values
-
ICON_TH
static final String ICON_TH
- See Also:
- Constant Field Values
-
ICON_TH_LARGE
static final String ICON_TH_LARGE
- See Also:
- Constant Field Values
-
ICON_TH_LIST
static final String ICON_TH_LIST
- See Also:
- Constant Field Values
-
ICON_THUMB_TACK
static final String ICON_THUMB_TACK
- See Also:
- Constant Field Values
-
ICON_THUMBS_DOWN
static final String ICON_THUMBS_DOWN
- See Also:
- Constant Field Values
-
ICON_THUMBS_O_DOWN
static final String ICON_THUMBS_O_DOWN
- See Also:
- Constant Field Values
-
ICON_THUMBS_O_UP
static final String ICON_THUMBS_O_UP
- See Also:
- Constant Field Values
-
ICON_THUMBS_UP
static final String ICON_THUMBS_UP
- See Also:
- Constant Field Values
-
ICON_TICKET
static final String ICON_TICKET
- See Also:
- Constant Field Values
-
ICON_TIMES
static final String ICON_TIMES
- See Also:
- Constant Field Values
-
ICON_TIMES_CIRCLE
static final String ICON_TIMES_CIRCLE
- See Also:
- Constant Field Values
-
ICON_TIMES_CIRCLE_O
static final String ICON_TIMES_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_TINT
static final String ICON_TINT
- See Also:
- Constant Field Values
-
ICON_TOGGLE_DOWN
static final String ICON_TOGGLE_DOWN
- See Also:
- Constant Field Values
-
ICON_TOGGLE_LEFT
static final String ICON_TOGGLE_LEFT
- See Also:
- Constant Field Values
-
ICON_TOGGLE_OFF
static final String ICON_TOGGLE_OFF
- See Also:
- Constant Field Values
-
ICON_TOGGLE_ON
static final String ICON_TOGGLE_ON
- See Also:
- Constant Field Values
-
ICON_TOGGLE_RIGHT
static final String ICON_TOGGLE_RIGHT
- See Also:
- Constant Field Values
-
ICON_TOGGLE_UP
static final String ICON_TOGGLE_UP
- See Also:
- Constant Field Values
-
ICON_TRAIN
static final String ICON_TRAIN
- See Also:
- Constant Field Values
-
ICON_TRANSGENDER
static final String ICON_TRANSGENDER
- See Also:
- Constant Field Values
-
ICON_TRANSGENDER_ALT
static final String ICON_TRANSGENDER_ALT
- See Also:
- Constant Field Values
-
ICON_TRASH
static final String ICON_TRASH
- See Also:
- Constant Field Values
-
ICON_TRASH_O
static final String ICON_TRASH_O
- See Also:
- Constant Field Values
-
ICON_TREE
static final String ICON_TREE
- See Also:
- Constant Field Values
-
ICON_TRELLO
static final String ICON_TRELLO
- See Also:
- Constant Field Values
-
ICON_TROPHY
static final String ICON_TROPHY
- See Also:
- Constant Field Values
-
ICON_TRUCK
static final String ICON_TRUCK
- See Also:
- Constant Field Values
-
ICON_TRY
static final String ICON_TRY
- See Also:
- Constant Field Values
-
ICON_TTY
static final String ICON_TTY
- See Also:
- Constant Field Values
-
ICON_TUMBLR
static final String ICON_TUMBLR
- See Also:
- Constant Field Values
-
ICON_TUMBLR_SQUARE
static final String ICON_TUMBLR_SQUARE
- See Also:
- Constant Field Values
-
ICON_TURKISH_LIRA
static final String ICON_TURKISH_LIRA
- See Also:
- Constant Field Values
-
ICON_TWITCH
static final String ICON_TWITCH
- See Also:
- Constant Field Values
-
ICON_TWITTER
static final String ICON_TWITTER
- See Also:
- Constant Field Values
-
ICON_TWITTER_SQUARE
static final String ICON_TWITTER_SQUARE
- See Also:
- Constant Field Values
-
ICON_UMBRELLA
static final String ICON_UMBRELLA
- See Also:
- Constant Field Values
-
ICON_UNDERLINE
static final String ICON_UNDERLINE
- See Also:
- Constant Field Values
-
ICON_UNDO
static final String ICON_UNDO
- See Also:
- Constant Field Values
-
ICON_UNIVERSITY
static final String ICON_UNIVERSITY
- See Also:
- Constant Field Values
-
ICON_UNLINK
static final String ICON_UNLINK
- See Also:
- Constant Field Values
-
ICON_UNLOCK
static final String ICON_UNLOCK
- See Also:
- Constant Field Values
-
ICON_UNLOCK_ALT
static final String ICON_UNLOCK_ALT
- See Also:
- Constant Field Values
-
ICON_UNSORTED
static final String ICON_UNSORTED
- See Also:
- Constant Field Values
-
ICON_UPLOAD
static final String ICON_UPLOAD
- See Also:
- Constant Field Values
-
ICON_USD
static final String ICON_USD
- See Also:
- Constant Field Values
-
ICON_USER
static final String ICON_USER
- See Also:
- Constant Field Values
-
ICON_USER_MD
static final String ICON_USER_MD
- See Also:
- Constant Field Values
-
ICON_USER_PLUS
static final String ICON_USER_PLUS
- See Also:
- Constant Field Values
-
ICON_USER_SECRET
static final String ICON_USER_SECRET
- See Also:
- Constant Field Values
-
ICON_USER_TIMES
static final String ICON_USER_TIMES
- See Also:
- Constant Field Values
-
ICON_USERS
static final String ICON_USERS
- See Also:
- Constant Field Values
-
ICON_VENUS
static final String ICON_VENUS
- See Also:
- Constant Field Values
-
ICON_VENUS_DOUBLE
static final String ICON_VENUS_DOUBLE
- See Also:
- Constant Field Values
-
ICON_VENUS_MARS
static final String ICON_VENUS_MARS
- See Also:
- Constant Field Values
-
ICON_VIACOIN
static final String ICON_VIACOIN
- See Also:
- Constant Field Values
-
ICON_VIDEO_CAMERA
static final String ICON_VIDEO_CAMERA
- See Also:
- Constant Field Values
-
ICON_VIMEO_SQUARE
static final String ICON_VIMEO_SQUARE
- See Also:
- Constant Field Values
-
ICON_VINE
static final String ICON_VINE
- See Also:
- Constant Field Values
-
ICON_VK
static final String ICON_VK
- See Also:
- Constant Field Values
-
ICON_VOLUME_DOWN
static final String ICON_VOLUME_DOWN
- See Also:
- Constant Field Values
-
ICON_VOLUME_OFF
static final String ICON_VOLUME_OFF
- See Also:
- Constant Field Values
-
ICON_VOLUME_UP
static final String ICON_VOLUME_UP
- See Also:
- Constant Field Values
-
ICON_WARNING
static final String ICON_WARNING
- See Also:
- Constant Field Values
-
ICON_WECHAT
static final String ICON_WECHAT
- See Also:
- Constant Field Values
-
ICON_WEIBO
static final String ICON_WEIBO
- See Also:
- Constant Field Values
-
ICON_WEIXIN
static final String ICON_WEIXIN
- See Also:
- Constant Field Values
-
ICON_WHATSAPP
static final String ICON_WHATSAPP
- See Also:
- Constant Field Values
-
ICON_WHEELCHAIR
static final String ICON_WHEELCHAIR
- See Also:
- Constant Field Values
-
ICON_WIFI
static final String ICON_WIFI
- See Also:
- Constant Field Values
-
ICON_WINDOWS
static final String ICON_WINDOWS
- See Also:
- Constant Field Values
-
ICON_WON
static final String ICON_WON
- See Also:
- Constant Field Values
-
ICON_WORDPRESS
static final String ICON_WORDPRESS
- See Also:
- Constant Field Values
-
ICON_WRENCH
static final String ICON_WRENCH
- See Also:
- Constant Field Values
-
ICON_XING
static final String ICON_XING
- See Also:
- Constant Field Values
-
ICON_XING_SQUARE
static final String ICON_XING_SQUARE
- See Also:
- Constant Field Values
-
ICON_YAHOO
static final String ICON_YAHOO
- See Also:
- Constant Field Values
-
ICON_YELP
static final String ICON_YELP
- See Also:
- Constant Field Values
-
ICON_YEN
static final String ICON_YEN
- See Also:
- Constant Field Values
-
ICON_YOUTUBE
static final String ICON_YOUTUBE
- See Also:
- Constant Field Values
-
ICON_YOUTUBE_PLAY
static final String ICON_YOUTUBE_PLAY
- See Also:
- Constant Field Values
-
ICON_YOUTUBE_SQUARE
static final String ICON_YOUTUBE_SQUARE
- See Also:
- Constant Field Values
-
ICON_PIED_PIPER_PP
static final String ICON_PIED_PIPER_PP
- See Also:
- Constant Field Values
-
ICON_Y_COMBINATOR
static final String ICON_Y_COMBINATOR
- See Also:
- Constant Field Values
-
ICON_OPTIN_MONSTER
static final String ICON_OPTIN_MONSTER
- See Also:
- Constant Field Values
-
ICON_OPENCART
static final String ICON_OPENCART
- See Also:
- Constant Field Values
-
ICON_EXPEDITEDSSL
static final String ICON_EXPEDITEDSSL
- See Also:
- Constant Field Values
-
ICON_BATTERY_FULL
static final String ICON_BATTERY_FULL
- See Also:
- Constant Field Values
-
ICON_BATTERY_THREE_QUARTERS
static final String ICON_BATTERY_THREE_QUARTERS
- See Also:
- Constant Field Values
-
ICON_BATTERY_HALF
static final String ICON_BATTERY_HALF
- See Also:
- Constant Field Values
-
ICON_BATTERY_QUARTER
static final String ICON_BATTERY_QUARTER
- See Also:
- Constant Field Values
-
ICON_BATTERY_EMPTY
static final String ICON_BATTERY_EMPTY
- See Also:
- Constant Field Values
-
ICON_MOUSE_POINTER
static final String ICON_MOUSE_POINTER
- See Also:
- Constant Field Values
-
ICON_I_CURSOR
static final String ICON_I_CURSOR
- See Also:
- Constant Field Values
-
ICON_OBJECT_GROUP
static final String ICON_OBJECT_GROUP
- See Also:
- Constant Field Values
-
ICON_OBJECT_UNGROUP
static final String ICON_OBJECT_UNGROUP
- See Also:
- Constant Field Values
-
ICON_STICKY_NOTE
static final String ICON_STICKY_NOTE
- See Also:
- Constant Field Values
-
ICON_STICKY_NOTE_O
static final String ICON_STICKY_NOTE_O
- See Also:
- Constant Field Values
-
ICON_CC_JCB
static final String ICON_CC_JCB
- See Also:
- Constant Field Values
-
ICON_CC_DINERS_CLUB
static final String ICON_CC_DINERS_CLUB
- See Also:
- Constant Field Values
-
ICON_CLONE
static final String ICON_CLONE
- See Also:
- Constant Field Values
-
ICON_BALANCE_SCALE
static final String ICON_BALANCE_SCALE
- See Also:
- Constant Field Values
-
ICON_HAND_ROCK_O
static final String ICON_HAND_ROCK_O
- See Also:
- Constant Field Values
-
ICON_HAND_PAPER_O
static final String ICON_HAND_PAPER_O
- See Also:
- Constant Field Values
-
ICON_HAND_SCISSORS_O
static final String ICON_HAND_SCISSORS_O
- See Also:
- Constant Field Values
-
ICON_HAND_LIZARD_O
static final String ICON_HAND_LIZARD_O
- See Also:
- Constant Field Values
-
ICON_HAND_SPOCK_O
static final String ICON_HAND_SPOCK_O
- See Also:
- Constant Field Values
-
ICON_HAND_POINTER_O
static final String ICON_HAND_POINTER_O
- See Also:
- Constant Field Values
-
ICON_HAND_PEACE_O
static final String ICON_HAND_PEACE_O
- See Also:
- Constant Field Values
-
ICON_TRADEMARK
static final String ICON_TRADEMARK
- See Also:
- Constant Field Values
-
ICON_REGISTERED
static final String ICON_REGISTERED
- See Also:
- Constant Field Values
-
ICON_CREATIVE_COMMONS
static final String ICON_CREATIVE_COMMONS
- See Also:
- Constant Field Values
-
ICON_GG
static final String ICON_GG
- See Also:
- Constant Field Values
-
ICON_GG_CIRCLE
static final String ICON_GG_CIRCLE
- See Also:
- Constant Field Values
-
ICON_TRIPADVISOR
static final String ICON_TRIPADVISOR
- See Also:
- Constant Field Values
-
ICON_ODNOKLASSNIKI
static final String ICON_ODNOKLASSNIKI
- See Also:
- Constant Field Values
-
ICON_ODNOKLASSNIKI_SQUARE
static final String ICON_ODNOKLASSNIKI_SQUARE
- See Also:
- Constant Field Values
-
ICON_GET_POCKET
static final String ICON_GET_POCKET
- See Also:
- Constant Field Values
-
ICON_WIKIPEDIA_W
static final String ICON_WIKIPEDIA_W
- See Also:
- Constant Field Values
-
ICON_SAFARI
static final String ICON_SAFARI
- See Also:
- Constant Field Values
-
ICON_CHROME
static final String ICON_CHROME
- See Also:
- Constant Field Values
-
ICON_FIREFOX
static final String ICON_FIREFOX
- See Also:
- Constant Field Values
-
ICON_OPERA
static final String ICON_OPERA
- See Also:
- Constant Field Values
-
ICON_INTERNET_EXPLORER
static final String ICON_INTERNET_EXPLORER
- See Also:
- Constant Field Values
-
ICON_TELEVISION
static final String ICON_TELEVISION
- See Also:
- Constant Field Values
-
ICON_CONTAO
static final String ICON_CONTAO
- See Also:
- Constant Field Values
-
ICON_500PX
static final String ICON_500PX
- See Also:
- Constant Field Values
-
ICON_AMAZON
static final String ICON_AMAZON
- See Also:
- Constant Field Values
-
ICON_CALENDAR_PLUS_O
static final String ICON_CALENDAR_PLUS_O
- See Also:
- Constant Field Values
-
ICON_CALENDAR_MINUS_O
static final String ICON_CALENDAR_MINUS_O
- See Also:
- Constant Field Values
-
ICON_CALENDAR_TIMES_O
static final String ICON_CALENDAR_TIMES_O
- See Also:
- Constant Field Values
-
ICON_CALENDAR_CHECK_O
static final String ICON_CALENDAR_CHECK_O
- See Also:
- Constant Field Values
-
ICON_INDUSTRY
static final String ICON_INDUSTRY
- See Also:
- Constant Field Values
-
ICON_MAP_PIN
static final String ICON_MAP_PIN
- See Also:
- Constant Field Values
-
ICON_MAP_SIGNS
static final String ICON_MAP_SIGNS
- See Also:
- Constant Field Values
-
ICON_MAP_O
static final String ICON_MAP_O
- See Also:
- Constant Field Values
-
ICON_MAP
static final String ICON_MAP
- See Also:
- Constant Field Values
-
ICON_COMMENTING
static final String ICON_COMMENTING
- See Also:
- Constant Field Values
-
ICON_COMMENTING_O
static final String ICON_COMMENTING_O
- See Also:
- Constant Field Values
-
ICON_HOUZZ
static final String ICON_HOUZZ
- See Also:
- Constant Field Values
-
ICON_VIMEO
static final String ICON_VIMEO
- See Also:
- Constant Field Values
-
ICON_BLACK_TIE
static final String ICON_BLACK_TIE
- See Also:
- Constant Field Values
-
ICON_FONTICONS
static final String ICON_FONTICONS
- See Also:
- Constant Field Values
-
ICON_REDDIT_ALIEN
static final String ICON_REDDIT_ALIEN
- See Also:
- Constant Field Values
-
ICON_EDGE
static final String ICON_EDGE
- See Also:
- Constant Field Values
-
ICON_CREDIT_CARD_ALT
static final String ICON_CREDIT_CARD_ALT
- See Also:
- Constant Field Values
-
ICON_CODIEPIE
static final String ICON_CODIEPIE
- See Also:
- Constant Field Values
-
ICON_MODX
static final String ICON_MODX
- See Also:
- Constant Field Values
-
ICON_FORT_AWESOME
static final String ICON_FORT_AWESOME
- See Also:
- Constant Field Values
-
ICON_USB
static final String ICON_USB
- See Also:
- Constant Field Values
-
ICON_PRODUCT_HUNT
static final String ICON_PRODUCT_HUNT
- See Also:
- Constant Field Values
-
ICON_MIXCLOUD
static final String ICON_MIXCLOUD
- See Also:
- Constant Field Values
-
ICON_SCRIBD
static final String ICON_SCRIBD
- See Also:
- Constant Field Values
-
ICON_PAUSE_CIRCLE
static final String ICON_PAUSE_CIRCLE
- See Also:
- Constant Field Values
-
ICON_PAUSE_CIRCLE_O
static final String ICON_PAUSE_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_STOP_CIRCLE
static final String ICON_STOP_CIRCLE
- See Also:
- Constant Field Values
-
ICON_STOP_CIRCLE_O
static final String ICON_STOP_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_SHOPPING_BAG
static final String ICON_SHOPPING_BAG
- See Also:
- Constant Field Values
-
ICON_SHOPPING_BASKET
static final String ICON_SHOPPING_BASKET
- See Also:
- Constant Field Values
-
ICON_HASHTAG
static final String ICON_HASHTAG
- See Also:
- Constant Field Values
-
ICON_BLUETOOTH
static final String ICON_BLUETOOTH
- See Also:
- Constant Field Values
-
ICON_BLUETOOTH_B
static final String ICON_BLUETOOTH_B
- See Also:
- Constant Field Values
-
ICON_PERCENT
static final String ICON_PERCENT
- See Also:
- Constant Field Values
-
ICON_GITLAB
static final String ICON_GITLAB
- See Also:
- Constant Field Values
-
ICON_WPBEGINNER
static final String ICON_WPBEGINNER
- See Also:
- Constant Field Values
-
ICON_WPFORMS
static final String ICON_WPFORMS
- See Also:
- Constant Field Values
-
ICON_ENVIRA
static final String ICON_ENVIRA
- See Also:
- Constant Field Values
-
ICON_UNIVERSAL_ACCESS
static final String ICON_UNIVERSAL_ACCESS
- See Also:
- Constant Field Values
-
ICON_WHEELCHAIR_ALT
static final String ICON_WHEELCHAIR_ALT
- See Also:
- Constant Field Values
-
ICON_QUESTION_CIRCLE_O
static final String ICON_QUESTION_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_BLIND
static final String ICON_BLIND
- See Also:
- Constant Field Values
-
ICON_AUDIO_DESCRIPTION
static final String ICON_AUDIO_DESCRIPTION
- See Also:
- Constant Field Values
-
ICON_VOLUME_CONTROL_PHONE
static final String ICON_VOLUME_CONTROL_PHONE
- See Also:
- Constant Field Values
-
ICON_BRAILLE
static final String ICON_BRAILLE
- See Also:
- Constant Field Values
-
ICON_ASSISTIVE_LISTENING_SYSTEMS
static final String ICON_ASSISTIVE_LISTENING_SYSTEMS
- See Also:
- Constant Field Values
-
ICON_AMERICAN_SIGN_LANGUAGE_INTERPRETING
static final String ICON_AMERICAN_SIGN_LANGUAGE_INTERPRETING
- See Also:
- Constant Field Values
-
ICON_DEAF
static final String ICON_DEAF
- See Also:
- Constant Field Values
-
ICON_GLIDE
static final String ICON_GLIDE
- See Also:
- Constant Field Values
-
ICON_GLIDE_G
static final String ICON_GLIDE_G
- See Also:
- Constant Field Values
-
ICON_SIGN_LANGUAGE
static final String ICON_SIGN_LANGUAGE
- See Also:
- Constant Field Values
-
ICON_LOW_VISION
static final String ICON_LOW_VISION
- See Also:
- Constant Field Values
-
ICON_VIADEO
static final String ICON_VIADEO
- See Also:
- Constant Field Values
-
ICON_VIADEO_SQUARE
static final String ICON_VIADEO_SQUARE
- See Also:
- Constant Field Values
-
ICON_SNAPCHAT
static final String ICON_SNAPCHAT
- See Also:
- Constant Field Values
-
ICON_SNAPCHAT_GHOST
static final String ICON_SNAPCHAT_GHOST
- See Also:
- Constant Field Values
-
ICON_SNAPCHAT_SQUARE
static final String ICON_SNAPCHAT_SQUARE
- See Also:
- Constant Field Values
-
ICON_FIRST_ORDER
static final String ICON_FIRST_ORDER
- See Also:
- Constant Field Values
-
ICON_YOAST
static final String ICON_YOAST
- See Also:
- Constant Field Values
-
ICON_THEMEISLE
static final String ICON_THEMEISLE
- See Also:
- Constant Field Values
-
ICON_GOOGLE_PLUS_OFFICIAL
static final String ICON_GOOGLE_PLUS_OFFICIAL
- See Also:
- Constant Field Values
-
ICON_FONT_AWESOME
static final String ICON_FONT_AWESOME
- See Also:
- Constant Field Values
-
ICON_HANDSHAKE_O
static final String ICON_HANDSHAKE_O
- See Also:
- Constant Field Values
-
ICON_ENVELOPE_OPEN
static final String ICON_ENVELOPE_OPEN
- See Also:
- Constant Field Values
-
ICON_ENVELOPE_OPEN_O
static final String ICON_ENVELOPE_OPEN_O
- See Also:
- Constant Field Values
-
ICON_LINODE
static final String ICON_LINODE
- See Also:
- Constant Field Values
-
ICON_ADDRESS_BOOK
static final String ICON_ADDRESS_BOOK
- See Also:
- Constant Field Values
-
ICON_ADDRESS_BOOK_O
static final String ICON_ADDRESS_BOOK_O
- See Also:
- Constant Field Values
-
ICON_ADDRESS_CARD
static final String ICON_ADDRESS_CARD
- See Also:
- Constant Field Values
-
ICON_ADDRESS_CARD_O
static final String ICON_ADDRESS_CARD_O
- See Also:
- Constant Field Values
-
ICON_USER_CIRCLE
static final String ICON_USER_CIRCLE
- See Also:
- Constant Field Values
-
ICON_USER_CIRCLE_O
static final String ICON_USER_CIRCLE_O
- See Also:
- Constant Field Values
-
ICON_USER_O
static final String ICON_USER_O
- See Also:
- Constant Field Values
-
ICON_ID_BADGE
static final String ICON_ID_BADGE
- See Also:
- Constant Field Values
-
ICON_ID_CARD
static final String ICON_ID_CARD
- See Also:
- Constant Field Values
-
ICON_ID_CARD_O
static final String ICON_ID_CARD_O
- See Also:
- Constant Field Values
-
ICON_QUORA
static final String ICON_QUORA
- See Also:
- Constant Field Values
-
ICON_FREE_CODE_CAMP
static final String ICON_FREE_CODE_CAMP
- See Also:
- Constant Field Values
-
ICON_TELEGRAM
static final String ICON_TELEGRAM
- See Also:
- Constant Field Values
-
ICON_THERMOMETER_FULL
static final String ICON_THERMOMETER_FULL
- See Also:
- Constant Field Values
-
ICON_THERMOMETER_THREE_QUARTERS
static final String ICON_THERMOMETER_THREE_QUARTERS
- See Also:
- Constant Field Values
-
ICON_THERMOMETER_HALF
static final String ICON_THERMOMETER_HALF
- See Also:
- Constant Field Values
-
ICON_THERMOMETER_QUARTER
static final String ICON_THERMOMETER_QUARTER
- See Also:
- Constant Field Values
-
ICON_THERMOMETER_EMPTY
static final String ICON_THERMOMETER_EMPTY
- See Also:
- Constant Field Values
-
ICON_SHOWER
static final String ICON_SHOWER
- See Also:
- Constant Field Values
-
ICON_BATH
static final String ICON_BATH
- See Also:
- Constant Field Values
-
ICON_PODCAST
static final String ICON_PODCAST
- See Also:
- Constant Field Values
-
ICON_WINDOW_MAXIMIZE
static final String ICON_WINDOW_MAXIMIZE
- See Also:
- Constant Field Values
-
ICON_WINDOW_MINIMIZE
static final String ICON_WINDOW_MINIMIZE
- See Also:
- Constant Field Values
-
ICON_WINDOW_RESTORE
static final String ICON_WINDOW_RESTORE
- See Also:
- Constant Field Values
-
ICON_WINDOW_CLOSE
static final String ICON_WINDOW_CLOSE
- See Also:
- Constant Field Values
-
ICON_WINDOW_CLOSE_O
static final String ICON_WINDOW_CLOSE_O
- See Also:
- Constant Field Values
-
ICON_BANDCAMP
static final String ICON_BANDCAMP
- See Also:
- Constant Field Values
-
ICON_GRAV
static final String ICON_GRAV
- See Also:
- Constant Field Values
-
ICON_ETSY
static final String ICON_ETSY
- See Also:
- Constant Field Values
-
ICON_IMDB
static final String ICON_IMDB
- See Also:
- Constant Field Values
-
ICON_RAVELRY
static final String ICON_RAVELRY
- See Also:
- Constant Field Values
-
ICON_EERCAST
static final String ICON_EERCAST
- See Also:
- Constant Field Values
-
ICON_MICROCHIP
static final String ICON_MICROCHIP
- See Also:
- Constant Field Values
-
ICON_SNOWFLAKE_O
static final String ICON_SNOWFLAKE_O
- See Also:
- Constant Field Values
-
ICON_SUPERPOWERS
static final String ICON_SUPERPOWERS
- See Also:
- Constant Field Values
-
ICON_WPEXPLORER
static final String ICON_WPEXPLORER
- See Also:
- Constant Field Values
-
ICON_MEETUP
static final String ICON_MEETUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIconFont
Font getIconFont(float size)
Returns the font that renders the text as an icon.- Parameters:
size
- The font size.- Returns:
- See Also:
- Font Awesome Icons
-
addIconFont
void addIconFont(Font font)
-
addIcon
void addIcon(String id, Icon icon)
- Parameters:
id
- The icon id should have at least the app name as a namespace to avoid colisions (e.g."MyApp::ImportIcon"
).icon
-
-
-