Uses of Record 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
Methods in ca.phon.ui that return IconSizeMethods in ca.phon.ui with parameters of type IconSizeConstructors in ca.phon.ui with parameters of type IconSize -
Uses of IconSize in ca.phon.util.icons
Classes in ca.phon.util.icons that implement interfaces with type arguments of type IconSizeFields in ca.phon.util.icons declared as IconSizeModifier and TypeFieldDescriptionstatic IconSize
IconSize.LARGE
static IconSize
IconSize.MEDIUM
static IconSize
IconSize.MEDIUM_LARGE
static IconSize
IconSize.SMALL
static IconSize
IconSize.XLARGE
static IconSize
IconSize.XSMALL
static IconSize
IconSize.XXLARGE
static IconSize
IconSize.XXSMALL
Methods in ca.phon.util.icons that return IconSizeMethods in ca.phon.util.icons with parameters of type IconSizeModifier and TypeMethodDescriptionIconManager.buildFontIcon
(String fontName, String iconName, IconSize size, Color color) Create a new icon from the jIconFont library using the given font name, icon name, size, and colour.int
IconManager.getDisabledIcon
(String iconName, IconSize size) IconManager.getFontIcon
(String name, IconSize size, Color color) Get the specified icon with the given size and colorIconManager.getFontIcon
(String fontName, String iconName, IconSize size, Color color) Get the specified icon with the given size and colorIconManager.getGrayedIcon
(String iconName, 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.Constructors in ca.phon.util.icons with parameters of type IconSize