Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.gui.flowin
Class FloatingWindowButtonListener  view FloatingWindowButtonListener download FloatingWindowButtonListener.java

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


Field Summary
(package private)  FloatingWindow fw
           
 
Constructor Summary
FloatingWindowButtonListener(FloatingWindow fw)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is 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
 

Field Detail

fw

FloatingWindow fw
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
This method is invoked when an action occurs.

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

close

protected void close()

minimize

protected void minimize()

dock

protected void dock()

undock

protected void undock()

restore

protected void restore()

maximize

protected void maximize()