org.merlotxml.merlot
Class XMLEditorFrame.WindowHideShowListener

java.lang.Object
  |
  +--org.merlotxml.merlot.XMLEditorFrame.WindowHideShowListener
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.


Field Summary
protected  javax.swing.JInternalFrame frame
           
 
Constructor Summary
XMLEditorFrame.WindowHideShowListener(javax.swing.JInternalFrame aFrame)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
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
Constructor Detail

XMLEditorFrame.WindowHideShowListener

public XMLEditorFrame.WindowHideShowListener(javax.swing.JInternalFrame aFrame)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener