-
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
-
getPaletteItem
Return the palette item contained at position index
-
addPaletteItem
Adds a new palette item into the group
-
setPaletteItem
Sets the palette item at the index. (Overwrites the item, not insert)
-
insertPaletteItem
Inserts the item at the given position, moving what is currently at that position to the right
-
removePaletteItem
Removes the palette item at the given index.
-
getName
Returns the name of this palette item group
-
setName
Sets the name of this palette item group
-
getIcon
Get the icon for this palette item group. null is allowed.
-
isMutable
boolean isMutable()
Returns true if this PaletteItemGroup can be changed. Only custom palettes are mutable.
-
isEnabled
boolean isEnabled()
-
setEnabled
void setEnabled(boolean enabled)