|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaletteButton | |
---|---|
org.jhotdraw.applet | |
org.jhotdraw.application | |
org.jhotdraw.standard | |
org.jhotdraw.util |
Uses of PaletteButton in org.jhotdraw.applet |
---|
Methods in org.jhotdraw.applet with parameters of type PaletteButton | |
---|---|
void |
DrawApplet.paletteUserOver(PaletteButton button,
boolean inside)
Handles when the mouse enters or leaves a palette button. |
void |
DrawApplet.paletteUserSelected(PaletteButton button)
Handles a user selection in the palette. |
Uses of PaletteButton in org.jhotdraw.application |
---|
Methods in org.jhotdraw.application with parameters of type PaletteButton | |
---|---|
void |
DrawApplication.paletteUserOver(PaletteButton paletteButton,
boolean inside)
Handles when the mouse enters or leaves a palette button. |
void |
DrawApplication.paletteUserSelected(PaletteButton paletteButton)
Handles a user selection in the palette. |
Uses of PaletteButton in org.jhotdraw.standard |
---|
Subclasses of PaletteButton in org.jhotdraw.standard | |
---|---|
class |
ToolButton
A PaletteButton that is associated with a tool. |
Uses of PaletteButton in org.jhotdraw.util |
---|
Methods in org.jhotdraw.util with parameters of type PaletteButton | |
---|---|
void |
PaletteListener.paletteUserOver(PaletteButton button,
boolean inside)
The user moved the mouse over the palette entry. |
void |
PaletteListener.paletteUserSelected(PaletteButton button)
The user selected a palette entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |