public class PaletteManagerEvent extends EventObject
IlvPaletteManagerListener
when palettes are added or removed from the palette manager.Modifier and Type | Field and Description |
---|---|
protected IlvPalette |
palette
The palette.
|
source
Constructor and Description |
---|
PaletteManagerEvent(IlvPaletteManager source,
IlvPalette palette)
Creates an event
|
Modifier and Type | Method and Description |
---|---|
IlvPalette |
getPalette()
Returns the palette that has been added or removed.
|
IlvPaletteManager |
getPaletteManager()
Returns the palette manager that has caused the event.
|
getSource, toString
protected transient IlvPalette palette
getPalette()
public PaletteManagerEvent(IlvPaletteManager source, IlvPalette palette)
source
- The source of the event.palette
- The palette that was added or removed.public IlvPaletteManager getPaletteManager()
public IlvPalette getPalette()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.