Uses of Interface
ca.cgjennings.ui.theme.ThemedIcon
-
Packages that use ThemedIcon Package Description ca.cgjennings.apps.arkham.plugins ca.cgjennings.apps.arkham.project ca.cgjennings.ui ca.cgjennings.ui.theme gamedata resources -
-
Uses of ThemedIcon in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins that return ThemedIcon Modifier and Type Method Description ThemedIcon
AbstractInstalledPlugin. getIcon()
Returns an icon for the plug-in.abstract ThemedIcon
InstalledBundleObject. getIcon()
Returns an icon for the plug-in (or other bundle object).ThemedIcon
InstalledLibrary. getIcon()
ThemedIcon
InstalledTheme. getIcon()
Returns a small icon for the theme.static ThemedIcon
PluginBundle. getIcon(java.lang.Object file, boolean smallIcon)
Returns a large or small icon that can be used to represent a plug-in bundle in message dialogs, etc.ThemedIcon
InstalledTheme. getLargeIcon()
Returns a large icon for the theme.ThemedIcon
AbstractPlugin. getPluginIcon()
Returns an icon that may be used to represent the plug-in on a menu or toolbar.ThemedIcon
DefaultScriptedPlugin. getPluginIcon()
Returns an icon that may be used to represent the plug-in on a menu or toolbar.ThemedIcon
Plugin. getPluginIcon()
Returns an icon that may be used to represent the plug-in on a menu or toolbar.ThemedIcon
QuickscriptPlugin. getPluginIcon()
-
Uses of ThemedIcon in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return ThemedIcon Modifier and Type Method Description ThemedIcon
Member. getIcon()
Returns an icon that is appropriate for this member.ThemedIcon
MetadataSource. getIcon(Member m)
Return an icon that is appropriate for a particular member.ThemedIcon
New.NewAction. getIcon()
ThemedIcon
Project. getIcon()
Returns an icon that is appropriate for this member, in this case the standard icon for projects. -
Uses of ThemedIcon in ca.cgjennings.ui
Classes in ca.cgjennings.ui that implement ThemedIcon Modifier and Type Class Description class
BlankIcon
An icon that takes up space but paints nothing.Methods in ca.cgjennings.ui that return ThemedIcon Modifier and Type Method Description ThemedIcon
BlankIcon. derive(int newWidth, int newHeight)
ThemedIcon
BlankIcon. disabled()
-
Uses of ThemedIcon in ca.cgjennings.ui.theme
Classes in ca.cgjennings.ui.theme that implement ThemedIcon Modifier and Type Class Description class
AbstractThemedIcon
Abstract base class for themed icons.class
PaintSampleIcon
Icon that shows what a paint looks like by using it to fill a shape.class
TaskIcon
Icon that represents a task by adding the standard task background to another icon.class
ThemedCompoundIcon
Icon that paints a pair of icons overtop of each other.class
ThemedGlyphIcon
A resolution independent icon that is drawn using glyphs (symbols) taken from a font.class
ThemedImageIcon
An icon that whose image can change according to the installedTheme
.class
ThemedSingleImageIcon
An image icon that scales the source image appropriately for high DPI displays.Methods in ca.cgjennings.ui.theme that return ThemedIcon Modifier and Type Method Description static ThemedIcon
ThemedIcon. create(java.io.File platformFile)
Creates a themed icon based on the platform desktop icon for the specified icon.static ThemedIcon
ThemedIcon. create(javax.swing.Icon icon)
Creates a themed icon from any arbitrary icon.ThemedIcon
ThemedCompoundIcon. derive(int width, int height)
default ThemedIcon
ThemedIcon. derive(int newSize)
Returns a new icon that renders the same image as this icon, but at a different size.ThemedIcon
ThemedIcon. derive(int newWidth, int newHeight)
Returns a new icon that renders the same image as this icon, but at a different size.ThemedIcon
ThemedSingleImageIcon. derive(int newWidth, int newHeight)
ThemedIcon
AbstractThemedIcon. disabled()
ThemedIcon
ThemedCompoundIcon. disabled()
ThemedIcon
ThemedIcon. disabled()
Returns a new icon that renders the same image as this icon, but as if for a permanently disabled component.ThemedIcon
Theme. getThemeIcon()
Returns an icon for the theme.default ThemedIcon
ThemedIcon. gigantic()
default ThemedIcon
ThemedIcon. large()
default ThemedIcon
ThemedIcon. medium()
default ThemedIcon
ThemedIcon. mediumLarge()
default ThemedIcon
ThemedIcon. mediumSmall()
default ThemedIcon
ThemedIcon. small()
default ThemedIcon
ThemedIcon. tiny()
default ThemedIcon
ThemedIcon. veryLarge()
Constructors in ca.cgjennings.ui.theme with parameters of type ThemedIcon Constructor Description TaskIcon(ThemedIcon image)
ThemedCompoundIcon(ThemedIcon bottom, ThemedIcon top)
Create a compound icon from a pair of icons. -
Uses of ThemedIcon in gamedata
Methods in gamedata that return ThemedIcon Modifier and Type Method Description ThemedIcon
Game. getIcon()
Returns a small icon that can be used in the user interface to represent the game visually. -
Uses of ThemedIcon in resources
Methods in resources that return ThemedIcon Modifier and Type Method Description static ThemedIcon
ResourceKit. createBleedBanner(java.lang.String resource)
Returns a bleed banner icon.static ThemedIcon
ResourceKit. getIcon(java.lang.String iconResource)
Returns an icon created from an image resource.
-