com.imagero.gui.flowin
Class FloatingWindowButtonListener

java.lang.Object
  extended bycom.imagero.gui.flowin.FloatingWindowButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class FloatingWindowButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
FloatingWindowButtonListener(FloatingWindow fw)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when an action occurs.
protected  void close()
           
protected  void dock()
           
protected  void maximize()
           
protected  void minimize()
           
protected  void restore()
           
protected  void undock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatingWindowButtonListener

public FloatingWindowButtonListener(FloatingWindow fw)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

close

protected void close()

dock

protected void dock()

maximize

protected void maximize()

minimize

protected void minimize()

restore

protected void restore()

undock

protected void undock()