-
carousel
JCarosel carousel
The carousel used and drawn on the left.
-
downButton
org.pushingpixels.substance.extras.internal.contrib.blogofbug.swing.components.JCarouselMenu.UpDownButton downButton
The button shown when you can scroll down
-
lastSelection
int lastSelection
The last item selected
-
menu
javax.swing.JList<E extends java.lang.Object> menu
A JList with the menu items in
-
menuItems
java.util.LinkedList<E extends java.lang.Object> menuItems
Linked list of the items in the menu
-
menuMap
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> menuMap
A hashtable connecting the actions to the components in the carousel
-
menuModel
javax.swing.DefaultListModel<E extends java.lang.Object> menuModel
The model for the action menu
-
menuScroll
javax.swing.JScrollPane menuScroll
The scroll pane the menu is in
-
upButton
org.pushingpixels.substance.extras.internal.contrib.blogofbug.swing.components.JCarouselMenu.UpDownButton upButton
The button that is drawn when it is possible to scroll up