public class PaletteCategory extends Object
PaletteCategory class.
Constructor and Description |
---|
PaletteCategory()
Constructor for PaletteCategory.
|
PaletteCategory(String label)
Constructor for PaletteCategory.
|
Modifier and Type | Method and Description |
---|---|
void |
addItem(PaletteItem item)
addItem
|
List<PaletteItem> |
getItems()
getItems
|
String |
getLabel()
getLabel
|
void |
setLabel(String label)
setLabel
|
public List<PaletteItem> getItems()
getItems
List
object.public void addItem(PaletteItem item)
addItem
item
- a PaletteItem
object.Copyright © 2015. All rights reserved.