Class JCarouselMenu.MenuItem
- java.lang.Object
-
- org.pushingpixels.lafwidget.contrib.blogofbug.swing.components.JCarouselMenu.MenuItem
-
- Enclosing class:
- JCarouselMenu
public class JCarouselMenu.MenuItem extends Object
A menu item inside the carousel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
getAction()
Gets the action associated with the entryComponent
getCarouselComponent()
Gets the component in the carousel associated with the entryString
getLabel()
Retreives the label associated with the entry
-
-
-
Method Detail
-
getLabel
public String getLabel()
Retreives the label associated with the entry- Returns:
- The label
-
getAction
public Action getAction()
Gets the action associated with the entry- Returns:
- The action associated with the entry
-
getCarouselComponent
public Component getCarouselComponent()
Gets the component in the carousel associated with the entry- Returns:
- The component
-
-