public interface IDiagramCustomizer
Modifier and Type | Method and Description |
---|---|
void |
fillPalette(org.eclipse.gef.palette.PaletteRoot paletteRoot)
Define the palette content by adding groups and tools in it.
Tools can be custom (i.e. |
Map<String,String> |
getParameters()
Return the handler parameters as defined in the module.xml file
|
void |
initialize(IModule module,
List<PaletteEntry> tools,
Map<String,String> hParameters,
boolean keepBasePalette)
Initialize the customizer.
|
boolean |
keepBasePalette()
Indicates whether the 'standard' content of the diagram palette must be kept or flushed when opening this stereotyped
diagram.
|
boolean keepBasePalette()
true
when the 'standard' content of the diagram palette must be kept.void fillPalette(org.eclipse.gef.palette.PaletteRoot paletteRoot)
root
- The root PaletteEntry for the palette model.void initialize(IModule module, List<PaletteEntry> tools, Map<String,String> hParameters, boolean keepBasePalette)
module
- tools
- hParameters
- keepBasePalette
-