public class SimpleMenu.GalleryItem extends Object
Modifier and Type | Field and Description |
---|---|
private List<SimpleMenu.GalleryGroup> |
_groups |
Constructor and Description |
---|
GalleryItem()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addGroup(SimpleMenu.GalleryGroup group)
Add a group of this gallery
|
List<SimpleMenu.GalleryGroup> |
getGroups()
Get gallery's groups
|
private final List<SimpleMenu.GalleryGroup> _groups
public GalleryItem()
public void addGroup(SimpleMenu.GalleryGroup group)
group
- The gallery group to addpublic List<SimpleMenu.GalleryGroup> getGroups()