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