Uses of Interface
org.pushingpixels.radiance.component.api.common.icon.CommandButtonFollowColorSchemeIcon.Delegate
-
Packages that use CommandButtonFollowColorSchemeIcon.Delegate Package Description org.pushingpixels.radiance.component.api.common.icon -
-
Uses of CommandButtonFollowColorSchemeIcon.Delegate in org.pushingpixels.radiance.component.api.common.icon
Fields in org.pushingpixels.radiance.component.api.common.icon declared as CommandButtonFollowColorSchemeIcon.Delegate Modifier and Type Field Description private CommandButtonFollowColorSchemeIcon.Delegate
CommandButtonFollowColorSchemeIcon. delegate
Constructors in org.pushingpixels.radiance.component.api.common.icon with parameters of type CommandButtonFollowColorSchemeIcon.Delegate Constructor Description CommandButtonFollowColorSchemeIcon(CommandButtonFollowColorSchemeIcon.Delegate delegate, java.awt.Dimension initialDim)
CommandButtonFollowColorSchemeIcon(RadianceThemingSlices.ColorSchemeAssociationKind colorSchemeAssociationKind, CommandButtonFollowColorSchemeIcon.Delegate delegate, java.awt.Dimension initialDim)
Creates a new icon.
-