bibliothek.gui.dock.station.split
Class FullScreenClickableListener.FullScreenListener

java.lang.Object
  extended by javax.swing.event.MouseInputAdapter
      extended by 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

Constructor Summary
FullScreenClickableListener.FullScreenListener(Dockable dockable)
          Constructs a new listener.
 
Method Summary
 void mousePressed(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
 

Constructor Detail

FullScreenClickableListener.FullScreenListener

public FullScreenClickableListener.FullScreenListener(Dockable dockable)
Constructs a new listener.

Parameters:
dockable - the Dockable whose fullscreen-mode may be changed by this listener
Method Detail

mousePressed

public void mousePressed(MouseEvent e)
Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseInputAdapter