Uses of Interface
org.pushingpixels.radiance.common.api.icon.RadianceIcon
Packages that use RadianceIcon
Package
Description
Contains classes used by the
QuaquaColorChooserUI
.-
Uses of RadianceIcon in org.pushingpixels.radiance.common.api.icon
Classes in org.pushingpixels.radiance.common.api.icon that implement RadianceIconModifier and TypeClassDescriptionclass
Implementation of theRadianceIcon
interface that supports color filtering of content by drawing it into offscreen images and applying the requestedRadianceIcon.ColorFilter
.class
class
Fields in org.pushingpixels.radiance.common.api.icon declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIcon
ImageBackedFilterableRadianceIcon.currDelegate
protected RadianceIcon
RadianceIconUIResource.delegate
Methods in org.pushingpixels.radiance.common.api.icon that return RadianceIconModifier and TypeMethodDescriptionRadianceIcon.Factory.createNewIcon()
Returns a new instance of the icon managed by this factory.Constructors in org.pushingpixels.radiance.common.api.icon with parameters of type RadianceIcon -
Uses of RadianceIcon in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIcon
RichTooltip.footerIcon
The ooter icon of this tooltip.private RadianceIcon
RichTooltip.mainIcon
The main icon of this tooltip.Methods in org.pushingpixels.radiance.component.api.common that return RadianceIconModifier and TypeMethodDescriptionRichTooltip.getFooterIcon()
Returns the footer icon of this tooltip.RichTooltip.getMainIcon()
Returns the main icon of this tooltip.protected abstract RadianceIcon
AbstractFileViewPanel.getRadianceIcon
(AbstractFileViewPanel.Leaf leaf, InputStream stream, CommandButtonPresentationState state, Dimension dimension) Returns the icon for the specified parameters.Methods in org.pushingpixels.radiance.component.api.common with parameters of type RadianceIconModifier and TypeMethodDescriptionprotected void
AbstractFileViewPanel.configureCommand
(AbstractFileViewPanel.Leaf leaf, Command command, RadianceIcon icon) Configures the specified command. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.api.common.icon
Classes in org.pushingpixels.radiance.component.api.common.icon that implement RadianceIconModifier and TypeClassDescriptionclass
Implementation ofRadianceIcon
that fills the icon with a solid color.class
class
Implementation ofRadianceIcon
for command buttons that wish to have their icon be dynamically rendered at runtime based on the color scheme that matches the current transition-aware state.class
Implementation ofRadianceIcon
that adds decorations to a main icon.class
Implementation ofRadianceIcon
that paints nothing.class
Implementation of theRadianceIcon
that allows switching the icon painting at runtime.class
Decorator icon that layers icons one on top of the other.Fields in org.pushingpixels.radiance.component.api.common.icon declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIcon
IconDeckRadianceIcon.currentIcon
Currently shown icon.private RadianceIcon
DecoratedRadianceIcon.delegate
The main delegate icon.protected RadianceIcon[]
LayeredIcon.layers
The layer icons.Fields in org.pushingpixels.radiance.component.api.common.icon with type parameters of type RadianceIconModifier and TypeFieldDescriptionprivate final Map
<T, ? extends RadianceIcon> IconDeckRadianceIcon.iconDeck
The icon deck.Constructors in org.pushingpixels.radiance.component.api.common.icon with parameters of type RadianceIconModifierConstructorDescriptionDecoratedRadianceIcon
(RadianceIcon delegate) Creates a new decorated icon with no decorators.DecoratedRadianceIcon
(RadianceIcon delegate, DecoratedRadianceIcon.IconDecorator... decorators) Creates a new decorated icon.LayeredIcon
(RadianceIcon... layers) Creates a new layered icon.Constructor parameters in org.pushingpixels.radiance.component.api.common.icon with type arguments of type RadianceIconModifierConstructorDescriptionIconDeckRadianceIcon
(Map<T, ? extends RadianceIcon> iconDeck) Creates the icon deck. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIcon
BaseCommandButtonPresentationModel.BaseBuilder.popupIcon
private RadianceIcon
BaseCommandButtonPresentationModel.Overlay.popupIcon
protected RadianceIcon
BaseCommandButtonPresentationModel.popupIcon
Methods in org.pushingpixels.radiance.component.api.common.model that return RadianceIconModifier and TypeMethodDescriptionBaseCommandButtonPresentationModel.getPopupIcon()
BaseCommandButtonPresentationModel.Overlay.getPopupIcon()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type RadianceIconModifier and TypeMethodDescriptionBaseCommandButtonPresentationModel.BaseBuilder.setPopupIcon
(RadianceIcon popupIcon) BaseCommandButtonPresentationModel.Overlay.setPopupIcon
(RadianceIcon popupIcon) -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.svg
Classes in org.pushingpixels.radiance.component.internal.svg that implement RadianceIconModifier and TypeClassDescriptionclass
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.Methods in org.pushingpixels.radiance.component.internal.svg that return RadianceIconModifier and TypeMethodDescriptionstatic RadianceIcon
folder_open_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
insert_drive_file_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.theming.common
Classes in org.pushingpixels.radiance.component.internal.theming.common that implement RadianceIconModifier and TypeClassDescriptionclass
Icon with transition-aware capabilities.class
class
Fields in org.pushingpixels.radiance.component.internal.theming.common declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIcon
GlowingRadianceIcon.delegate
The main (pre-filtered) icon.Constructors in org.pushingpixels.radiance.component.internal.theming.common with parameters of type RadianceIconModifierConstructorDescriptionGlowingRadianceIcon
(RadianceIcon delegate, IconGlowTracker iconGlowTracker) -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.theming.common.ui
Fields in org.pushingpixels.radiance.component.internal.theming.common.ui declared as RadianceIcon -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as RadianceIconModifier and TypeFieldDescriptionprotected RadianceIcon
BasicCommandButtonUI.icon
protected RadianceIcon
BasicCommandButtonUI.popupIcon
The popup indicator icon. -
Uses of RadianceIcon in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as RadianceIconMethods in org.pushingpixels.radiance.component.internal.ui.ribbon that return RadianceIconModifier and TypeMethodDescriptionJRibbonComponent.getIcon()
Returns the wrapper icon of this wrapper component.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type RadianceIcon -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.api.icon
Methods in org.pushingpixels.radiance.theming.api.icon that return RadianceIconModifier and TypeMethodDescriptionRadianceDefaultIconPack.getAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getCapsLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getCapsLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorPalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorPalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorSlidersIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorSlidersIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorSwatchesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorSwatchesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorWheelIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorWheelIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserCrayonsIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserCrayonsIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserImagePalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserImagePalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserComputerIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserComputerIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserDetailsViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserDetailsViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserDirectoryIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserDirectoryIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserFileIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserFileIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserFloppyDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserFloppyDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserHardDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserHardDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserHomeFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserHomeFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserListViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserListViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserNewFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserNewFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserUpFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserUpFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserViewMenuIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserViewMenuIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getInspectIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getInspectIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getNotAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getNotAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneErrorIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneErrorIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneInformationIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneInformationIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneQuestionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneQuestionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneWarningIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneWarningIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getRefreshIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getRefreshIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getScrollAllIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getScrollAllIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getScrollHorizontalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getScrollHorizontalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getScrollVerticalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getScrollVerticalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextCopyActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextCopyActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextCutActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextCutActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextDeleteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextDeleteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextPasteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextPasteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextSelectAllActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextSelectAllActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser
Methods in org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser that return RadianceIconModifier and TypeMethodDescriptionColorPalettesChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) ColorSlidersChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) ColorWheelChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) CrayonsChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) abstract RadianceIcon
RadianceColorChooserPanel.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) SwatchesChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color
Methods in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color that return RadianceIconModifier and TypeMethodDescriptionColorWheelPanel.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.svg
Classes in org.pushingpixels.radiance.theming.internal.svg that implement RadianceIconModifier and TypeClassDescriptionclass
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.class
This class has been automatically generated using Radiance SVG transcoder.Methods in org.pushingpixels.radiance.theming.internal.svg that return RadianceIconModifier and TypeMethodDescriptionstatic RadianceIcon
add_circle_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
adjust_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
album_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
arrow_upward_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
autoscroll_all.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
autoscroll_h.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
autoscroll_v.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
brightness_high_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
computer_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
content_copy_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
content_cut_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
content_paste_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
create_new_folder_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
delete_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
edit_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
error_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
folder_open_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
grid_on_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
help_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
home_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
info_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
insert_drive_file_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
keyboard_capslock_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
lock_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
menu_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
palette_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
refresh_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
remove_circle_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
save_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
select_all_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
storage_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
view_list_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcon
warning_black_24dp.of
(int width, int height) Returns a new instance of this icon with specified dimensions. -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.utils
Classes in org.pushingpixels.radiance.theming.internal.utils that implement RadianceIconModifier and TypeClassDescriptionclass
AUIResource
variant of the resizable high-DPI aware implementation of the coreIcon
interface that maintains crisp pixel-perfect appearance of icons across the entire app.