public interface IDiagramCustomizer
Modifier and Type | Method and Description |
---|---|
void |
fillPalette(PaletteRoot root)
Define the palette content by adding groups and tools in it.
|
boolean |
keepBasePalette()
Indicates whether the 'standard' content of the diagram palette must be kept or flushed when opening this stereotyped diagram.
|
void fillPalette(PaletteRoot root)
root
- The root org.eclipse.gef.palette.PaletteEntry
for the palette model.boolean keepBasePalette()
true
when the 'standard' content of the diagram palette must be kept.