Uses of Class
org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.JCarouselMenu.MenuItem
-
-
Uses of JCarouselMenu.MenuItem in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components
Fields in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components with type parameters of type JCarouselMenu.MenuItem Modifier and Type Field Description private java.util.LinkedList<JCarouselMenu.MenuItem>
JCarouselMenu. menuItems
Linked list of the items in the menuprivate java.util.Map<java.awt.Component,JCarouselMenu.MenuItem>
JCarouselMenu. menuMap
A hashtable connecting the actions to the components in the carousel -
Uses of JCarouselMenu.MenuItem in org.pushingpixels.radiance.theming.extras.internal.tabbed
Methods in org.pushingpixels.radiance.theming.extras.internal.tabbed with parameters of type JCarouselMenu.MenuItem Modifier and Type Method Description java.awt.Component
TabOverviewDialog.TabMenuCarouselOverviewPanel.MenuCarouselListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends JCarouselMenu.MenuItem> list, JCarouselMenu.MenuItem value, int index, boolean isSelected, boolean cellHasFocus)
Sets up the component for stampingMethod parameters in org.pushingpixels.radiance.theming.extras.internal.tabbed with type arguments of type JCarouselMenu.MenuItem Modifier and Type Method Description java.awt.Component
TabOverviewDialog.TabMenuCarouselOverviewPanel.MenuCarouselListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends JCarouselMenu.MenuItem> list, JCarouselMenu.MenuItem value, int index, boolean isSelected, boolean cellHasFocus)
Sets up the component for stamping
-