org.merlotxml.merlot
Class XMLEditorFrame.WindowHideShowListener

java.lang.Object
  extended byorg.merlotxml.merlot.XMLEditorFrame.WindowHideShowListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
XMLEditorFrame

protected class XMLEditorFrame.WindowHideShowListener
extends java.lang.Object
implements java.awt.event.ActionListener

ActionListener for when a window is hidden or shown using the window menu item for it.

Author:
Administrator

Field Summary
protected  javax.swing.JInternalFrame frame
          Description of the Field
 
Constructor Summary
XMLEditorFrame.WindowHideShowListener(javax.swing.JInternalFrame aFrame)
          Constructor for the WindowHideShowListener object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

protected javax.swing.JInternalFrame frame
Description of the Field

Constructor Detail

XMLEditorFrame.WindowHideShowListener

public XMLEditorFrame.WindowHideShowListener(javax.swing.JInternalFrame aFrame)
Constructor for the WindowHideShowListener object

Parameters:
aFrame - Description of the Parameter
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description of the Method

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Description of the Parameter