private static class PresetListPanel.PresetLabelML extends Object implements MouseListener
Modifier and Type | Field and Description |
---|---|
(package private) Font |
hover |
(package private) JLabel |
label |
(package private) Font |
normal |
(package private) PresetListPanel.PresetHandler |
presetHandler |
(package private) TaggingPreset |
tag |
Constructor and Description |
---|
PresetLabelML(JLabel lbl,
TaggingPreset t,
PresetListPanel.PresetHandler presetHandler) |
Modifier and Type | Method and Description |
---|---|
void |
mouseClicked(MouseEvent arg0) |
void |
mouseEntered(MouseEvent arg0) |
void |
mouseExited(MouseEvent arg0) |
void |
mousePressed(MouseEvent arg0) |
void |
mouseReleased(MouseEvent arg0) |
final TaggingPreset tag
final PresetListPanel.PresetHandler presetHandler
PresetLabelML(JLabel lbl, TaggingPreset t, PresetListPanel.PresetHandler presetHandler)
public void mouseClicked(MouseEvent arg0)
mouseClicked
in interface MouseListener
public void mouseEntered(MouseEvent arg0)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent arg0)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent arg0)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent arg0)
mouseReleased
in interface MouseListener