Uses of Class
org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.borders.ImageBorder
-
Packages that use ImageBorder Package Description org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components -
-
Uses of ImageBorder in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components
Fields in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components declared as ImageBorder Modifier and Type Field Description (package private) ImageBorder
JCarouselMenu.CarouselListCellRenderer. imageBorder
Methods in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components with parameters of type ImageBorder Modifier and Type Method Description void
JCarouselMenu. setCellImageBorder(ImageBorder imageBorder)
Sets the image border used to draw around the items in the menuvoid
JCarouselMenu.CarouselListCellRenderer. setImageBorder(ImageBorder border)
Allows the setting of the image borderConstructors in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components with parameters of type ImageBorder Constructor Description CarouselListCellRenderer(ImageBorder border)
Creates a new list cell renderer for the menu with the specified image borderJCarouselMenu(ImageBorder border)
Creates a new instance of JCarouselMenu
-