Uses of Interface
org.eclipse.gef.palette.PaletteListener
Packages that use PaletteListener
- 
Uses of PaletteListener in org.eclipse.gef.ui.paletteMethods in org.eclipse.gef.ui.palette with parameters of type PaletteListenerModifier and TypeMethodDescriptionvoidPaletteViewer.addPaletteListener(PaletteListener paletteListener) Adds the given PaletteListener as the one to be notified when the active tool on the palette changes.voidPaletteViewer.removePaletteListener(PaletteListener paletteListener) The given PaletteListener will not be notified of active tool changes in the palette.