Uses of Enum Class
ca.phon.util.icons.IconSize
Packages that use IconSize
-
Uses of IconSize in ca.phon.app.about
Constructors in ca.phon.app.about with parameters of type IconSize -
Uses of IconSize in ca.phon.ui
Constructors in ca.phon.ui with parameters of type IconSize -
Uses of IconSize in ca.phon.util.icons
Methods in ca.phon.util.icons that return IconSizeModifier and TypeMethodDescriptionIconSize.getHiDPISize()
static IconSize
IconSize.getHiDPISize
(IconSize size) static IconSize
Returns the enum constant of this class with the specified name.static IconSize[]
IconSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.util.icons with parameters of type IconSizeModifier and TypeMethodDescriptionIconManager.getDisabledIcon
(String iconName, IconSize size) IconManager.getGrayedIcon
(String iconName, IconSize size) static int
IconSize.getHeightForSize
(IconSize size) static IconSize
IconSize.getHiDPISize
(IconSize size) IconManager.getSystemIconForFileType
(String filetype, IconSize size) Load system icon for given file type.IconManager.getSystemIconForFileType
(String filetype, String backupIcon, IconSize size) Load system icon for given file type.IconManager.getSystemIconForPath
(String path, IconSize size) Load system icon for given path.IconManager.getSystemIconForPath
(String path, String backupIcon, IconSize size) Load system icon for given path.IconManager.getSystemStockIcon
(ca.hedlund.desktopicons.StockIcon stockIcon, IconSize size) Load system stock icon.IconManager.getSystemStockIcon
(ca.hedlund.desktopicons.StockIcon stockIcon, String backupIcon, IconSize size) Load system stock icon.static int
IconSize.getWidthForSize
(IconSize size) Constructors in ca.phon.util.icons with parameters of type IconSize