- 
Method Summary
void
 
Adds a new palette item into the group 
 void
   void
   
Get the icon for this palette item group. 
 
Returns the name of this palette item group 
 
Return the palette item contained at position index
 
 void
 
Inserts the item at the given position, moving what is currently at that position to the right 
 boolean
   boolean
 
Returns true if this PaletteItemGroup can be changed. 
 void
 
Removes the palette item at the given index. 
 void
   void
   void
   void
 
Sets the name of this palette item group 
 void
 
Sets the palette item at the index. 
 
 
 
 
- 
Method Details
- 
addPropertyChangeListener
- 
addPropertyChangeListener
- 
removePropertyChangeListener
- 
removePropertyChangeListener
- 
getPaletteItemReturn the palette item contained at position index
 
- 
addPaletteItemAdds a new palette item into the group 
- 
setPaletteItemSets the palette item at the index. (Overwrites the item, not insert) 
- 
insertPaletteItemInserts the item at the given position, moving what is currently at that position to the right 
- 
removePaletteItemRemoves the palette item at the given index. 
- 
getNameReturns the name of this palette item group 
- 
setNameSets the name of this palette item group 
- 
getIconGet the icon for this palette item group. null is allowed. 
- 
isMutableboolean isMutable() Returns true if this PaletteItemGroup can be changed. Only custom palettes are mutable. 
- 
isEnabledboolean isEnabled() 
- 
setEnabledvoid setEnabled(boolean enabled)