All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface CH.ifa.draw.util.PaletteListener

public interface interface PaletteListener
Interface for handling palette events.

See Also:
PaletteButton

Method Index

 o paletteUserOver(PaletteButton, boolean)
The user moved the mouse over the palette entry.
 o paletteUserSelected(PaletteButton)
The user selected a palette entry.

Methods

 o paletteUserSelected
 public abstract void paletteUserSelected(PaletteButton button)
The user selected a palette entry. The selected button is passed as an argument.

 o paletteUserOver
 public abstract void paletteUserOver(PaletteButton button,
                                      boolean inside)
The user moved the mouse over the palette entry.


All Packages  Class Hierarchy  This Package  Previous  Next  Index