Interface Palette
- All Known Implementing Classes:
- PaletteImpl
public interface Palette
The model underlying the component palette used by the Vision module in the Desginer. Modules can use the Palette to
 add new PaletteItemGroups, which translates to a new tab on the tabbed palette panel.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAuxiliaryAction(Action action) An action that may be added to the palette.Adds a plugin palette tabvoidReturns the PaletteItemGroup with the given name, or null if no such group exists
- 
Method Details- 
getGroupReturns the PaletteItemGroup with the given name, or null if no such group exists
- 
addGroupAdds a plugin palette tab
- 
clearSelectionvoid clearSelection()
- 
addAuxiliaryActionAn action that may be added to the palette. Only supported by the collapsible palette
 
-