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 TypeClassDescriptionclassImplementation of theRadianceIconinterface that supports color filtering of content by drawing it into offscreen images and applying the requestedRadianceIcon.ColorFilter.classclassFields in org.pushingpixels.radiance.common.api.icon declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIconImageBackedFilterableRadianceIcon.currDelegateprotected RadianceIconRadianceIconUIResource.delegateMethods 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 RadianceIconRichTooltip.footerIconThe ooter icon of this tooltip.private RadianceIconRichTooltip.mainIconThe 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 RadianceIconAbstractFileViewPanel.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 voidAbstractFileViewPanel.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 TypeClassDescriptionclassImplementation ofRadianceIconthat fills the icon with a solid color.classclassImplementation ofRadianceIconfor command buttons that wish to have their icon be dynamically rendered at runtime based on the color tokens that match the current transition-aware state.classImplementation ofRadianceIconthat adds decorations to a main icon.classImplementation ofRadianceIconthat paints nothing.classImplementation of theRadianceIconthat allows switching the icon painting at runtime.classDecorator icon that layers icons one on top of the other.Fields in org.pushingpixels.radiance.component.api.common.icon declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIconIconDeckRadianceIcon.currentIconCurrently shown icon.private RadianceIconDecoratedRadianceIcon.delegateThe main delegate icon.protected RadianceIcon[]LayeredIcon.layersThe 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.iconDeckThe 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 RadianceIconBaseCommandButtonPresentationModel.BaseBuilder.popupIconprivate RadianceIconBaseCommandButtonPresentationModel.Overlay.popupIconprotected RadianceIconBaseCommandButtonPresentationModel.popupIconMethods 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 TypeClassDescriptionclassThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.Methods in org.pushingpixels.radiance.component.internal.svg that return RadianceIconModifier and TypeMethodDescriptionstatic RadianceIconfolder_open_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconinsert_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 TypeClassDescriptionclassclassFields in org.pushingpixels.radiance.component.internal.theming.common declared as RadianceIconModifier and TypeFieldDescriptionprivate RadianceIconGlowingRadianceIcon.delegateThe 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 RadianceIconBasicCommandButtonUI.iconprotected RadianceIconBasicCommandButtonUI.popupIconThe 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, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getAllowedIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getCapsLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getCapsLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getColorChooserColorPalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getColorChooserColorPalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getColorChooserColorSlidersIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getColorChooserColorSlidersIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getColorChooserColorSwatchesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getColorChooserColorSwatchesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getColorChooserColorWheelIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getColorChooserColorWheelIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getColorChooserCrayonsIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getColorChooserCrayonsIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getColorChooserImagePalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getColorChooserImagePalettesIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserComputerIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserComputerIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserDetailsViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserDetailsViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserDirectoryIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserDirectoryIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserFileIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserFileIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserFloppyDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserFloppyDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserHardDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserHardDriveIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserHomeFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserHomeFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserListViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserListViewIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserNewFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserNewFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserUpFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserUpFolderIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getFileChooserViewMenuIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getFileChooserViewMenuIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getInspectIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getInspectIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getLockIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getNotAllowedIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getNotAllowedIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getOptionPaneErrorIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getOptionPaneErrorIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getOptionPaneInformationIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getOptionPaneInformationIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getOptionPaneQuestionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getOptionPaneQuestionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getOptionPaneWarningIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getOptionPaneWarningIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getRefreshIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getRefreshIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getScrollAllIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getScrollAllIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getScrollHorizontalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getScrollHorizontalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getScrollVerticalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getScrollVerticalIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getTextCopyActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getTextCopyActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getTextCutActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getTextCutActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getTextDeleteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getTextDeleteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getTextPasteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getTextPasteActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceDefaultIconPack.getTextSelectAllActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) RadianceIconPack.getTextSelectAllActionIcon(int preferredSize, ContainerColorTokens preferredIconColorTokens) -
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, ContainerColorTokens tokens) ColorSlidersChooser.getHiDpiAwareIcon(int size, ContainerColorTokens tokens) ColorWheelChooser.getHiDpiAwareIcon(int size, ContainerColorTokens tokens) CrayonsChooser.getHiDpiAwareIcon(int size, ContainerColorTokens tokens) abstract RadianceIconRadianceColorChooserPanel.getHiDpiAwareIcon(int size, ContainerColorTokens tokens) SwatchesChooser.getHiDpiAwareIcon(int size, ContainerColorTokens tokens) -
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, ContainerColorTokens tokens) -
Uses of RadianceIcon in org.pushingpixels.radiance.theming.internal.svg
Classes in org.pushingpixels.radiance.theming.internal.svg that implement RadianceIconModifier and TypeClassDescriptionclassThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.classThis class has been automatically generated using Radiance SVG transcoder.Methods in org.pushingpixels.radiance.theming.internal.svg that return RadianceIconModifier and TypeMethodDescriptionstatic RadianceIconadd_circle_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconadjust_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconalbum_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconarrow_upward_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconautoscroll_all.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconautoscroll_h.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconautoscroll_v.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconbrightness_high_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconcomputer_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconcontent_copy_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconcontent_cut_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconcontent_paste_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconcreate_new_folder_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcondelete_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconedit_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconerror_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconfolder_open_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIcongrid_on_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconhelp_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconhome_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconinfo_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconinsert_drive_file_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconkeyboard_capslock_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconlock_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconmenu_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconpalette_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconrefresh_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconremove_circle_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconsave_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconselect_all_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconstorage_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconview_list_black_24dp.of(int width, int height) Returns a new instance of this icon with specified dimensions.static RadianceIconwarning_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 TypeClassDescriptionclassAUIResourcevariant of the resizable high-DPI aware implementation of the coreIconinterface that maintains crisp pixel-perfect appearance of icons across the entire app.