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:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener, javax.swing.event.MouseInputListener
Enclosing class:
FullScreenClickableListener

protected class FullScreenClickableListener.FullScreenListener
extends javax.swing.event.MouseInputAdapter

A listener which waits for a double-click-event to change the fullscreen-mode of a Dockable.

Author:
Benjamin Sigg

Field Summary
private  Dockable dockable
          The Dockable whose fullscreen-mode may be changed.
 
Constructor Summary
FullScreenClickableListener.FullScreenListener(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

dockable

private Dockable dockable
The Dockable whose fullscreen-mode may be changed.

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(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener
Overrides:
mousePressed in class javax.swing.event.MouseInputAdapter