|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.event.MouseInputAdapter
bibliothek.gui.dock.station.FlapDockStation.ButtonListener
private class FlapDockStation.ButtonListener
Listens to the buttons. If one button is pressed, the popup-window will be made visible.
Field Summary | |
---|---|
private Dockable |
dockable
The Dockable whose button is observed by this
listener. |
Constructor Summary | |
---|---|
FlapDockStation.ButtonListener(Dockable dockable)
Constructs a new listener. |
Method Summary | |
---|---|
void |
mousePressed(java.awt.event.MouseEvent e)
|
Methods inherited from class javax.swing.event.MouseInputAdapter |
---|
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Dockable dockable
Dockable
whose button is observed by this
listener.
Constructor Detail |
---|
public FlapDockStation.ButtonListener(Dockable dockable)
dockable
- the owner of the observed buttonMethod Detail |
---|
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
mousePressed
in class javax.swing.event.MouseInputAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |