bibliothek.gui.dock.station.split
Class FullScreenClickableListener.FullScreenListener
java.lang.Object
javax.swing.event.MouseInputAdapter
bibliothek.gui.dock.station.split.FullScreenClickableListener.FullScreenListener
- All Implemented Interfaces:
- MouseListener, MouseMotionListener, EventListener, MouseInputListener
- Enclosing class:
- FullScreenClickableListener
protected class FullScreenClickableListener.FullScreenListener
- extends MouseInputAdapter
A listener which waits for a double-click-event to change the
fullscreen-mode of a Dockable
.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullScreenClickableListener.FullScreenListener
public FullScreenClickableListener.FullScreenListener(Dockable dockable)
- Constructs a new listener.
- Parameters:
dockable
- the Dockable whose fullscreen-mode may be
changed by this listener
mousePressed
public void mousePressed(MouseEvent e)
- Specified by:
mousePressed
in interface MouseListener
- Overrides:
mousePressed
in class MouseInputAdapter